Metadata-Version: 1.1
Name: bitme
Version: 0.0.6
Summary: Bitme bitcoin exchange API
Home-page: https://github.com/hank/bitme-python
Author: Erik Gregg
Author-email: ralree@gmail.com
License: LICENSE
Description: ================
        Bitme Python API
        ================
        
        Requirements
            requests library (pip install requests)
        
        Docs
        http://pythonhosted.org/bitme/
        
        
        Usage
        
        Take a look at example.py.  This shows how to use the accounts API call to
        list your accounts.  It also shows how you can store your API information in
        files (to prevent it getting into committed code).
        
            hank@crow$ python example.py 
            {u'accounts': [{u'currency_name': u'Bitcoin', 
             u'available': u'0.06979500000000000000', u'currency_cd': u'BTC', 
             u'balance': u'0.06979500000000000000'}, 
             {u'currency_name': u'Litecoin', u'available': u'0.00000000000000000000', 
              u'currency_cd': u'LTC', u'balance': u'95.00000000000000000000'}]}
        
        Links
        https://pypi.python.org/pypi/bitme
        
Keywords: bitme bitcoin exchange api trade
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: License :: OSI Approved :: MIT License
