Metadata-Version: 2.1
Name: krakenapi
Version: 1.0.0a2
Summary: Python library for Kraken API.
Home-page: https://github.com/FuturBroke/kraken-api
Author: Avel Docquin
Author-email: futurbroke@gmail.com
Maintainer: Avel Docquin
Maintainer-email: futurbroke@gmail.com
License: GPL-3.0
Download-URL: https://github.com/FuturBroke/kraken-api
Description: # Kraken API
        Python library for Kraken API.<br>
        Build for Futur Broke needs, features will be added along  with projects development.
        
        ## Documentation
        Package documentation is available at this address:
        https://futurbroke.github.io/kraken-api/
        
        ## Where to get it
        The source code is currently hosted on GitHub at: https://github.com/FuturBroke/kraken-api
        
        Binary installers for the latest released version are available at the Python Package Index (PyPI):
        ```sh
        pip install krakenapi
        ```
        
        ## Installation from sources
        In the base directory execute:
        ```sh
        pip install .
        ```
        
        ## License
        [GPL-3.0](https://github.com/FuturBroke/kraken-api/blob/main/LICENSE)
        
        ## How to contribute
        Thanks for your interest in contributing to the project. You can contribute freely by creating an issue, fork or create 
        a pull request. Before issuing a pull request, make sure the changes did not break any existing functionality by 
        running unit tests in the base directory:
        ```sh
        pytest
        ```
Keywords: python,kraken,api
Platform: Linux
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Information Technology
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Topic :: Software Development
Classifier: Topic :: Utilities
Requires-Python: >=3.0
Description-Content-Type: text/markdown
Provides-Extra: all
