{ "info": { "author": "Masahito(Nakamura Masato)", "author_email": "randomstep at gmail dot com", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "License :: OSI Approved :: Python Software Foundation License", "Programming Language :: Python", "Programming Language :: Python :: 2", "Topic :: Software Development" ], "description": "This package implements an interface to the Xurrency API, defined at http://xurrency.com/api.\n\nRequirements\n------------\n* Python 2.6 or later (not support 3.x)\n\nFeatures\n--------\n* Currency convert\n\nSetup\n-----\n::\n\n $ easy_install pyXurrency\n\nor from the source::\n\t\n ./setup.py develop\n\nUsage\n-----\n\n::\n\n >>> from xurrency import Xurrency\n >>> xapi = Xurrency()\n >>> xapi.get_rate('eur', 'gbp', 1.5)\n 1.3014\n\nor You have License Key ::\n\n >>> LICENSE_KEY = \"foobar\"\n >>> xapi_with_key = Xurrency(LICENSE_KEY)\n\n\nHistory\n-------\n\n0.0.1 (2011-03-01)\n~~~~~~~~~~~~~~~~~~\n* first release\n\nTodos\n======\n\nFunctionals\n------------\n* Add CUI Interface\n\nKnown Issues\n-------------\n* No error handling", "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/masahitojp/pyXurrency", "keywords": "currency", "license": "PSL", "maintainer": null, "maintainer_email": null, "name": "pyXurrency", "package_url": "https://pypi.org/project/pyXurrency/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/pyXurrency/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/masahitojp/pyXurrency" }, "release_url": "https://pypi.org/project/pyXurrency/0.0.1/", "requires_dist": null, "requires_python": null, "summary": "A Python interface to the Xurrency API", "version": "0.0.1" }, "last_serial": 796937, "releases": { "0.0.1": [ { "comment_text": "", "digests": { "md5": "ad1eed5af9ae02c950354c230c1b4919", "sha256": "9d1561c6da8db85f47acb1194871f4950399c506e62acee5e6db4853044ca0bb" }, "downloads": -1, "filename": "pyXurrency-0.0.1-py2.6.egg", "has_sig": false, "md5_digest": "ad1eed5af9ae02c950354c230c1b4919", "packagetype": "bdist_egg", "python_version": "2.6", "requires_python": null, "size": 12197, "upload_time": "2011-03-01T05:07:05", "url": "https://files.pythonhosted.org/packages/8c/df/708844446347820b38b38a66c7f57e99ccc28db62386470698fdf83f415e/pyXurrency-0.0.1-py2.6.egg" }, { "comment_text": "", "digests": { "md5": "21150388fb0f6f79eb21071f7b7ae64c", "sha256": "ad65f00846230f30cb8833e4b68aabd922edc5efa74937386438b5d227faccc2" }, "downloads": -1, "filename": "pyXurrency-0.0.1.tar.gz", "has_sig": false, "md5_digest": "21150388fb0f6f79eb21071f7b7ae64c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 8902, "upload_time": "2011-03-01T05:10:59", "url": "https://files.pythonhosted.org/packages/06/64/0dfc891a1d12d66d2ccab1efa4e85fbaf7e0ef51aa279ecb90f796cf129a/pyXurrency-0.0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "ad1eed5af9ae02c950354c230c1b4919", "sha256": "9d1561c6da8db85f47acb1194871f4950399c506e62acee5e6db4853044ca0bb" }, "downloads": -1, "filename": "pyXurrency-0.0.1-py2.6.egg", "has_sig": false, "md5_digest": "ad1eed5af9ae02c950354c230c1b4919", "packagetype": "bdist_egg", "python_version": "2.6", "requires_python": null, "size": 12197, "upload_time": "2011-03-01T05:07:05", "url": "https://files.pythonhosted.org/packages/8c/df/708844446347820b38b38a66c7f57e99ccc28db62386470698fdf83f415e/pyXurrency-0.0.1-py2.6.egg" }, { "comment_text": "", "digests": { "md5": "21150388fb0f6f79eb21071f7b7ae64c", "sha256": "ad65f00846230f30cb8833e4b68aabd922edc5efa74937386438b5d227faccc2" }, "downloads": -1, "filename": "pyXurrency-0.0.1.tar.gz", "has_sig": false, "md5_digest": "21150388fb0f6f79eb21071f7b7ae64c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 8902, "upload_time": "2011-03-01T05:10:59", "url": "https://files.pythonhosted.org/packages/06/64/0dfc891a1d12d66d2ccab1efa4e85fbaf7e0ef51aa279ecb90f796cf129a/pyXurrency-0.0.1.tar.gz" } ] }