Metadata-Version: 2.1
Name: coinceres
Version: 0.3
Summary: coinceres API SDK
Home-page: https://github.com/PetersonZhao/python-sdk
Author: Peter Zhao
Author-email: zhao6217@outlook.com
License: UNKNOWN
Description: # coinceres -- CoinCeres SDK
        
        ## Usage
        
        ### Install
        
        ```pip install coinceres```
        
        ### Example
        
        ```python
        
        import coinceres
        
        connection = coinceres.APIClient(api_key="api_key", secret_key="secret")
        connection.account()
        
        ```
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.5
Description-Content-Type: text/markdown
