An SDK library for cninfo.com
This project was generated with cookiecutter using jacebrowning/template-python.
- Python 3.9+
Install it directly into an activated virtual environment:
$ pip install cninfo-python-sdk
or add it to your Poetry project:
$ poetry add cninfo-python-sdk
After installation, the package can be imported:
$ python
>>> import cninfo-python-sdk
>>> cninfo-python-sdk.__version__