{ "info": { "author": "Grant Stephens", "author_email": "grant@stephens.co.za", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.2", "Programming Language :: Python :: 3.3", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3 :: Only", "Topic :: Office/Business :: Financial", "Topic :: Utilities" ], "description": "# Data Quirrel\n\n# Installation\n\n\n`pip install datasquirrel`\n\n# Usage\n\nSomething along the lines of:\n```\nfrom datasquirrel import luno\nfrom datasquirrel import btcc\nimport time\n\nstart = time.time()-(24*3600*404)\n\ncollector = luno.Collector()\ncollector.new_collection(start) # For new collection\ncollector.collect() # To continue where last one left off\n\ncollector = btcc.Collector()\ncollector.new_collection(start) # For new collection\ncollector.collect() # To continue where last one left off\n```\n\n# To Do\n\n- Write a better readme\n- Tests for some of the newly added endpoints\n- Tests for the rate limiter\n", "description_content_type": null, "docs_url": null, "download_url": "https://github.com/grantstephens/data-squirrel/tarball/0.0.1a1", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/grantstephens/data-squirrel", "keywords": "cryptocurrency api data hdf5", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "datasquirrel", "package_url": "https://pypi.org/project/datasquirrel/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/datasquirrel/", "project_urls": { "Download": "https://github.com/grantstephens/data-squirrel/tarball/0.0.1a1", "Homepage": "https://github.com/grantstephens/data-squirrel" }, "release_url": "https://pypi.org/project/datasquirrel/0.0.1a1/", "requires_dist": null, "requires_python": "", "summary": "Crypto and standar currency API data getter and saver", "version": "0.0.1a1" }, "last_serial": 2634976, "releases": { "0.0.1a1": [ { "comment_text": "", "digests": { "md5": "ee1515a32d73db38dcd200e3f70c0684", "sha256": "bc7af7afff1e4cfd438f7ff72c5743bd01521899ed1a7f67fce293415261f9ef" }, "downloads": -1, "filename": "datasquirrel-0.0.1a1.tar.gz", "has_sig": false, "md5_digest": "ee1515a32d73db38dcd200e3f70c0684", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3647, "upload_time": "2017-02-11T07:22:50", "url": "https://files.pythonhosted.org/packages/24/91/28d3ded7f783be31f25f4f8b3b8192957143a58252b1560bfaea73e12b72/datasquirrel-0.0.1a1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "ee1515a32d73db38dcd200e3f70c0684", "sha256": "bc7af7afff1e4cfd438f7ff72c5743bd01521899ed1a7f67fce293415261f9ef" }, "downloads": -1, "filename": "datasquirrel-0.0.1a1.tar.gz", "has_sig": false, "md5_digest": "ee1515a32d73db38dcd200e3f70c0684", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3647, "upload_time": "2017-02-11T07:22:50", "url": "https://files.pythonhosted.org/packages/24/91/28d3ded7f783be31f25f4f8b3b8192957143a58252b1560bfaea73e12b72/datasquirrel-0.0.1a1.tar.gz" } ] }