Metadata-Version: 1.1
Name: bitwallet
Version: 1.0.6
Summary: Python Wallet that enables P&L
Home-page: https://github.com/lookfwd/bitwallet
Author: Dimitrios Kouzis-Loukas
Author-email: lookfwd@gmail.com
License: UNKNOWN
Description: BitWallet
        =========
        
        A python module that provides a wallet that can do P&L
        
        Installation
        ------------
        
        Quick install/upgrade with ``pip install bitwallet``
        
        Running
        -------
        
        You can get your balances from any number of exchanges by doing:
        ``bitwallet balances <your name>``. You should have a
        ``<your name>.yaml`` file with the following format:
        
        ::
        
            -   name: <exchange name - should be a ccxt module>
                key: <key>
                secret: <secret>
                uid: <uid for exchanges that need it>
        
        All the `ccxt
        exchanges <https://github.com/ccxt/ccxt/tree/master/python/ccxt>`__ are
        supported.
        
        Notes
        -----
        
        To release ``rm -rf dist``, ``python setup.py sdist``,
        ``twine upload dist/*``. Clean install with updates:
        ``pip install --no-cache-dir -U bitwallet``
        
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.7
Classifier: Operating System :: OS Independent
Classifier: License :: OSI Approved :: MIT License
Classifier: Development Status :: 5 - Production/Stable
Classifier: Topic :: Office/Business :: Financial
