/cninfo-python-sdk

Primary LanguagePythonMIT LicenseMIT

Overview

An SDK library for cninfo.com

This project was generated with cookiecutter using jacebrowning/template-python.

Unix Build Status Windows Build Status Coverage Status Scrutinizer Code Quality PyPI License PyPI Version PyPI Downloads

Setup

Requirements

  • Python 3.9+

Installation

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

Usage

After installation, the package can be imported:

$ python
>>> import cninfo-python-sdk
>>> cninfo-python-sdk.__version__