thomaszdxsn / cninfo-python-sdk

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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__

About

License:MIT License


Languages

Language:Python 88.1%Language:Makefile 11.9%