{ "info": { "author": "Valorum Data", "author_email": "admin@valorumdata.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Intended Audience :: Education", "Intended Audience :: Science/Research", "License :: OSI Approved :: BSD License", "Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3 :: Only", "Topic :: Database :: Front-Ends", "Topic :: Education" ], "description": "Valorum\n=======\n\nThis package provides a simplified interface to datasets that we use\nfrequently.\n\nLoading data\n------------\n\nTo see a list of available datasets run\n\n.. code:: python\n\n import valorum\n valorum.data.available()\n\nTo load one of the listed datasets run\n\n.. code:: python\n\n df = valorum.data.load(\"dataset_name\")\n\nwhere ``dataset_name`` is replaced by one of the names returned by\n``valorum.data.available()``.\n\nWhen you first load a dataset, valorum will fetch the data from\nsomewhere online. It will then save a local copy of the data to your\nhard drive. Subsequent requests to load a dataset (even in different\npython sessions) will first attempt to load the data from your hard\ndrive and only fetch from online if necessary.\n\nConfiguration\n-------------\n\nThe valorum library is configurable. Below is a listing of available\nconfiguration options.\n\nTo see a list of valid configuration options run\n\n.. code:: python\n\n import valorum\n valorum.data.config.describe_options()\n\nTo set a configuration use\n``valourm.data.options[section.option] = value``.\n\nFor example, to set the configuration option for the BLS api_key I would\ncall:\n\n.. code:: python\n\n import valorum\n valorum.data.options[\"bls.api_key\"] = \"MY_API_KEY\"\n\nDeveloper docs\n--------------\n\nContributing datasets\n~~~~~~~~~~~~~~~~~~~~~\n\nTo contribute a dataset you need to implement a function\n``_retrieve_{name}`` inside the file ``data/retrieve.py``. This function\nis responsible for obtaining the data either \u201cby hand\u201d (data hard coded\ninto the function) or from online. The function must return a pandas\nDataFrame with the data.", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "", "keywords": "data pandas economics census education", "license": "BSD-3", "maintainer": "", "maintainer_email": "", "name": "valorum", "package_url": "https://pypi.org/project/valorum/", "platform": "", "project_url": "https://pypi.org/project/valorum/", "project_urls": null, "release_url": "https://pypi.org/project/valorum/0.3.2/", "requires_dist": null, "requires_python": "", "summary": "Python library for loading/cleaning data used in Valorum training", "version": "0.3.2" }, "last_serial": 3735124, "releases": { "0.0.1": [ { "comment_text": "", "digests": { "md5": "c3670b9edbb1f1b3867c4a16333eb116", "sha256": "e13b579eb9acd3cb3014d89ea001b9e48134d5801a0a566e8a07b0b067302968" }, "downloads": -1, "filename": "valorum-0.0.1.tar.gz", "has_sig": false, "md5_digest": "c3670b9edbb1f1b3867c4a16333eb116", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 20488, "upload_time": "2018-03-19T15:42:30", "url": "https://files.pythonhosted.org/packages/06/26/79b8d4e65d5712307670ba118cb1cd68eab1a3a471c78cb018ea856549a4/valorum-0.0.1.tar.gz" } ], "0.1.0": [ { "comment_text": "", "digests": { "md5": "f1b6c69084ac89c3026002bc544260a4", "sha256": "cc467c022203c8d692e8f7a2339846e018754b8c83484205ba22d3f970681ece" }, "downloads": -1, "filename": "valorum-0.1.0.tar.gz", "has_sig": false, "md5_digest": "f1b6c69084ac89c3026002bc544260a4", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 20492, "upload_time": "2018-03-19T15:34:23", "url": "https://files.pythonhosted.org/packages/8c/f4/bd9ff2731ec6f957341565eb3b710f5cfdee647d9bc2e67cfe32ef3ddd04/valorum-0.1.0.tar.gz" } ], "0.2.0": [ { "comment_text": "", "digests": { "md5": "3f5000cd49f57026ae51ff293d19ae9a", "sha256": "26e5ac86ab2dc387cb17c4a020a195b24f8f4b843ab1f79843ceb873c8b450d3" }, "downloads": -1, "filename": "valorum-0.2.0.tar.gz", "has_sig": false, "md5_digest": "3f5000cd49f57026ae51ff293d19ae9a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 20634, "upload_time": "2018-03-19T15:42:33", "url": "https://files.pythonhosted.org/packages/d2/f0/de519879def8f81b0d2c86ce281b2671b5cbcdf1dcedc6bd28f7ad9fa5ca/valorum-0.2.0.tar.gz" } ], "0.2.1": [ { "comment_text": "", "digests": { "md5": "6e209c9aeace409b07689ae148e19ddc", "sha256": "4479acdd6ada57530a8c6c00e55a8ef7b42238b2cdd240217eeccbaf39120cd0" }, "downloads": -1, "filename": "valorum-0.2.1.tar.gz", "has_sig": false, "md5_digest": "6e209c9aeace409b07689ae148e19ddc", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 20581, "upload_time": "2018-04-04T15:37:57", "url": "https://files.pythonhosted.org/packages/45/76/ab6aa683afb74f82073c8c14d9a6069c17a4b368179a8eb2f5eb44378bb8/valorum-0.2.1.tar.gz" } ], "0.2.2": [ { "comment_text": "", "digests": { "md5": "dbda0dcb6093c84d0553bf31e196f8fc", "sha256": "a2262fca8adc0f96e60927366dedc0143909e0331dc1ffad3db3fe3b0b4e06c1" }, "downloads": -1, "filename": "valorum-0.2.2.tar.gz", "has_sig": false, "md5_digest": "dbda0dcb6093c84d0553bf31e196f8fc", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 20575, "upload_time": "2018-04-04T17:58:27", "url": "https://files.pythonhosted.org/packages/2d/4f/e871e918360a449f566b3aba6c9bd37e33f1592695d04cd5ee1a2a18fd7a/valorum-0.2.2.tar.gz" } ], "0.2.3": [ { "comment_text": "", "digests": { "md5": "209dcd6cb1c4534b8a90f324e872b917", "sha256": "a391c93de0f92641558d95eff3d4cf1107081ed0567bf1a50fdb843314d00ab7" }, "downloads": -1, "filename": "valorum-0.2.3.tar.gz", "has_sig": false, "md5_digest": "209dcd6cb1c4534b8a90f324e872b917", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 20574, "upload_time": "2018-04-04T18:00:48", "url": "https://files.pythonhosted.org/packages/df/2c/9a6f611e29c3b5181a4ba27fa5ef3b55d92f8bfe8f17bf6cc817d55b8e65/valorum-0.2.3.tar.gz" } ], "0.3.0": [ { "comment_text": "", "digests": { "md5": "d763dbf20ad620a416248a48bcddc0e1", "sha256": "361cec6045aeb90a50f8bbe65c3f93a256a93e3347b12aa3554b9f352bbfc897" }, "downloads": -1, "filename": "valorum-0.3.0.tar.gz", "has_sig": false, "md5_digest": "d763dbf20ad620a416248a48bcddc0e1", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 21023, "upload_time": "2018-04-04T19:33:33", "url": "https://files.pythonhosted.org/packages/15/e3/89b5e6efd473679cf005abe2db93407454cc0c322b9c1d7b7a34ea255adf/valorum-0.3.0.tar.gz" } ], "0.3.1": [ { "comment_text": "", "digests": { "md5": "6b11814a449ac1052e3d80bb5d19e22d", "sha256": "6ebe44ccdbeb155cfbfe6b19e5f81e8288ffacf8cc8dfd7af1a76b4d8c483cf0" }, "downloads": -1, "filename": "valorum-0.3.1.tar.gz", "has_sig": false, "md5_digest": "6b11814a449ac1052e3d80bb5d19e22d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 21032, "upload_time": "2018-04-04T19:41:26", "url": "https://files.pythonhosted.org/packages/ab/3d/2ffde80608e23e2bfb4a35ddb8f2e41924d54b95545f5e4537293ba6c0c2/valorum-0.3.1.tar.gz" } ], "0.3.2": [ { "comment_text": "", "digests": { "md5": "c1509c16051c5c0c44f9d5c94246ba32", "sha256": "9c961f1b757b1cd262305cd7ec350010c9bcd99fa3b125073f51d59eea1fdff1" }, "downloads": -1, "filename": "valorum-0.3.2.tar.gz", "has_sig": false, "md5_digest": "c1509c16051c5c0c44f9d5c94246ba32", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 21022, "upload_time": "2018-04-04T19:51:36", "url": "https://files.pythonhosted.org/packages/52/70/89f685b47f5efb36a211c5c3269520880b5d45799787560a6b564fd643ca/valorum-0.3.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "c1509c16051c5c0c44f9d5c94246ba32", "sha256": "9c961f1b757b1cd262305cd7ec350010c9bcd99fa3b125073f51d59eea1fdff1" }, "downloads": -1, "filename": "valorum-0.3.2.tar.gz", "has_sig": false, "md5_digest": "c1509c16051c5c0c44f9d5c94246ba32", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 21022, "upload_time": "2018-04-04T19:51:36", "url": "https://files.pythonhosted.org/packages/52/70/89f685b47f5efb36a211c5c3269520880b5d45799787560a6b564fd643ca/valorum-0.3.2.tar.gz" } ] }