Metadata-Version: 2.1
Name: ontology-python-sdk
Version: 2.0.5
Summary: Comprehensive Python library for the Ontology BlockChain.
Home-page: https://github.com/ontio/ontology-python-sdk
Author: Ontology
Author-email: contact@ont.io
Maintainer: NashMiao
Maintainer-email: wdx7266@outlook.com
License: GNU Lesser General Public License v3 (LGPLv3)
Description: # Ontology Python SDK
        
        [![Codacy Badge](https://api.codacy.com/project/badge/Grade/9078ef6584424280b8d6b75556976f94)](https://www.codacy.com/app/NashMiao/ontology-python-sdk?utm_source=github.com&amp;utm_medium=referral&amp;utm_content=ontio/ontology-python-sdk/&amp;utm_campaign=Badge_Grade)
        [![Codacy Badge](https://api.codacy.com/project/badge/Coverage/9078ef6584424280b8d6b75556976f94)](https://www.codacy.com/app/NashMiao/ontology-python-sdk?utm_source=github.com&utm_medium=referral&utm_content=ontio/ontology-python-sdk/&utm_campaign=Badge_Coverage)
        [![Build Status](https://travis-ci.com/ontio/ontology-python-sdk.svg?branch=master)](https://travis-ci.com/ontio/ontology-python-sdk)
        [![pypi-w](https://img.shields.io/pypi/wheel/ontology-python-sdk.svg)](https://pypi.org/project/ontology-python-sdk/)
        [![docs](https://img.shields.io/badge/docs-yes-brightgreen.svg)](https://nashmiao.github.io/ontology-python-sdk-docs/)
        [![pypi-pyversions](https://img.shields.io/pypi/pyversions/ontology-python-sdk.svg)](https://pypi.org/project/ontology-python-sdk/)
        [![pypi-v](https://img.shields.io/pypi/v/ontology-python-sdk.svg)](https://pypi.org/project/ontology-python-sdk/)
        [![Downloads](https://pepy.tech/badge/ontology-python-sdk)](https://pepy.tech/project/ontology-python-sdk)
        
        Official Python implementation of the Ontology SDK.
        
        ## Installation
        
        Installation requires a `Python 3.6` or later environment.
        
        ```bash
        pip install ontology-python-sdk
        ```
        
        ## Documentation
        
        Read a beautiful, responsive API documentation in [here](https://nashmiao.github.io/ontology-python-sdk-docs/).
        
        ## License
        
        The Ontology library (i.e. all code outside of the cmd directory) is licensed under the GNU Lesser General Public License v3.0, also included in our repository in the License file.
        
Platform: all
Classifier: Development Status :: 4 - Beta
Classifier: Operating System :: OS Independent
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU Lesser General Public License v3 (LGPLv3)
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Requires-Python: >=3.6
Description-Content-Type: text/markdown
