Metadata-Version: 2.1
Name: quant-sdk
Version: 1.0.0
Summary: A python wrapper for Blocksize Capitals Core Api
Home-page: https://github.com/Blocksize-Capital-GmbH/QuantSDK.git
Author: Setor Blagogee, Chris Mintern
Author-email: cm@blocksize-capital.com, sb@blocksize-capital.com
License: UNKNOWN
Description: The Quant SDK is a python-wrapper for the Cryptocurrency trading API of Blocksize Capital. 
        It is a Python interface fully integrated with Blocksize CORE™. 
        It enables the automation of algorithmic trading strategies, as well as accessing historical market data. 
        For requesting a (required) account please contact us via https://blocksize-capital.com/contact/
        The core part of the Quant SDK is the ability to automate trading strategies. 
        The potential applications of strategies are vast: 
        while simple portfolio rebalancing mechanisms can be implemented, 
        higher-frequency quantitative strategies may be deployed as well.
        The Quant SDK can be installed in the terminal as follows:
        ```
        pip install quant-sdk
        ```
        To use the Quant SDK, you need to authenticate yourself using your personalized Blocksize CORE™ API-Token. 
        A Blocksize CORE™ API-Token can be generated in the Blocksize MATRIX™ API Token Settings. 
        The Quant SDK can be used to trade on all of our connected exchanges which can be found on our Matrix dashboard.  
        Check out ``` examples/client.py ``` to see an example of each of the clients functions.
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
