{ "info": { "author": "Goncalo Pinheira", "author_email": "goncalopp+pypi@quorumverita.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 2 - Pre-Alpha", "Intended Audience :: Developers", "License :: CC0 1.0 Universal (CC0 1.0) Public Domain Dedication", "Operating System :: OS Independent", "Programming Language :: Python", "Topic :: Software Development :: Libraries" ], "description": "MExBtcAPI\n=========\n\nWelcome to the Multi-Exchange Bitcoin API!\n\nThis project aims to: \n\n* provide a set of well developed interfaces useful in representing useful concepts like \n * currency\n * money\n * exchange rate\n * currency market\n* promote their use\n* provide API implementations of various bitcoin exchanges using them\n\n\nThis is an example of typical usage:\n\n import mexbtcapi\n from mexbtcapi.concepts.currencies import USD\n from mexbtcapi.concepts.currency import Amount\n\n\n ten_dollars= Amount(10, USD)\n for api in mexbtcapi.apis:\n exchange_rate= api.market(USD).getTicker().sell\n print \"At %s I can get %s for my %s (that's %s)\"%(api.name, exchange_rate.convert( ten_dollars ), ten_dollars, exchange_rate)\n\nAt the moment, this code returns this output:\n\n At MtGox I can get 1.25 BTC for my 10.00 USD (that's 12.45 USD/BTC)\n\n\nObtaining the latest source\n===========================\nThis project is currently developed at github:\nhttps://github.com/goncalopp/mexbtcapi\n\n\nAdding suport for a new market\n===========================\nPlease consult the add_market file", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/goncalopp/mexbtcapi", "keywords": null, "license": "UNKNOWN", "maintainer": null, "maintainer_email": null, "name": "mexbtcapi", "package_url": "https://pypi.org/project/mexbtcapi/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/mexbtcapi/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/goncalopp/mexbtcapi" }, "release_url": "https://pypi.org/project/mexbtcapi/0.1/", "requires_dist": null, "requires_python": null, "summary": "The Multi-Exchange Bitcoin API", "version": "0.1" }, "last_serial": 794739, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "a42cc47163f4a6a19a910c15adabfdad", "sha256": "c8418c13e97df9c841a1b063e613ceacf56df91736136f3f9da85faa68715f8b" }, "downloads": -1, "filename": "mexbtcapi.tar.gz", "has_sig": false, "md5_digest": "a42cc47163f4a6a19a910c15adabfdad", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 23001, "upload_time": "2013-01-10T22:26:02", "url": "https://files.pythonhosted.org/packages/e6/53/f68b10bd68ff663be588c2df55399b35547c3f837b7fbe3b10b344f4f2ea/mexbtcapi.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "a42cc47163f4a6a19a910c15adabfdad", "sha256": "c8418c13e97df9c841a1b063e613ceacf56df91736136f3f9da85faa68715f8b" }, "downloads": -1, "filename": "mexbtcapi.tar.gz", "has_sig": false, "md5_digest": "a42cc47163f4a6a19a910c15adabfdad", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 23001, "upload_time": "2013-01-10T22:26:02", "url": "https://files.pythonhosted.org/packages/e6/53/f68b10bd68ff663be588c2df55399b35547c3f837b7fbe3b10b344f4f2ea/mexbtcapi.tar.gz" } ] }