Metadata-Version: 1.2
Name: madcc
Version: 0.0.2.dev1
Summary: madtech cryptocurrency functions
Home-page: https://github.com/madeddie/madcc
Author: Edwin Hermans
Author-email: edwin@madtech.cx
License: MIT
Description-Content-Type: UNKNOWN
Description: Useful cryptocurrency tools
        ===========================
        
        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>`.
        - `gdax-python <https://github.com/danpaquin/gdax-python>`
        
        ----
        
        Included functions:
        
        - None (yet)
        
        Scripts:
        
        - current_limit.py - Used to show the current withdraw and deposit limits.
        
Keywords: personal project cryptocurrency kraken gdax
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: Topic :: Utilities
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Requires-Python: ~=3.3
