Metadata-Version: 1.2
Name: madcc
Version: 0.1.0
Summary: madtech cryptocurrency functions
Home-page: https://github.com/madeddie/madcc
Author: Edwin Hermans
Author-email: edwin@madtech.cx
License: MIT
Description: madcc: Useful cryptocurrency tools
        ==================================
        
        .. image:: https://pypip.in/v/madcc/badge.png
          :target: https://pypi.python.org/pypi/madcc
        .. image:: https://travis-ci.org/madeddie/madcc.svg?branch=master
          :target: https://travis-ci.org/madeddie/madcc
        .. image:: https://img.shields.io/coveralls/github/madeddie/madcc.svg
          :target: https://coveralls.io/github/madeddie/madcc
        .. image:: https://codecov.io/gh/madeddie/madcc/branch/master/graph/badge.svg
          :target: https://codecov.io/gh/madeddie/madcc
        
        A collection of useful cryptocurrency utils and functions. Makes use of:
        
        - `kraken API <https://www.kraken.com/help/api>`
        - `krakenex <https://github.com/veox/python3-krakenex>`.
        
        ----
        
        Included functions:
        
        - None (yet)
        
        Scripts:
        
        - kraken_limits - Used to show the current withdraw and deposit limits on Kraken.
        - crypto_assers - Look up value of a list of crypto assets defined in a txt file.
        
Keywords: personal project cryptocurrency kraken gdax coinmarketcap
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Topic :: Utilities
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Requires-Python: ~=3.4
