{ "info": { "author": "Miguel Exp\u00f3sito Mart\u00edn", "author_email": "miguel.exposito@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Environment :: Console", "Intended Audience :: Developers", "Intended Audience :: Science/Research", "License :: OSI Approved :: Apache Software License", "Operating System :: MacOS :: MacOS X", "Operating System :: Microsoft :: Windows", "Operating System :: POSIX", "Programming Language :: Python", "Topic :: Scientific/Engineering :: Information Analysis", "Topic :: Software Development :: Libraries" ], "description": "=======\npyicane\n=======\n**pyicane** is a Python wrapper for the Statistical Office of\nCantabria's (ICANE) metadata restful API. This module parses ICANE's json data\nand metadata into Python objects and common data structures such as Pandas\ndataframes [1]_. All ICANE's API classes and methods are covered; also,\ntime-series data can be downloaded into a Python Pandas dataframe structure.\n\npyicane is written and maintained by `Miguel Exp\u00f3sito Mart\u00edn \\\n`_ and is distributed under the Apache 2.0 \\\nLicense (see LICENSE file).\n\n.. [1] http://pandas.pydata.org for Python Data Analysis Library information\n\nInstallation\n============\n\npyicane requires pandas and requests packages. For installation::\n\n pip install pyicane\n\nUsage\n=====\n\nGet a list of categories\n------------------------\nTypical usage often looks like this::\n\n from pyicane import pyicane\n\n categories = pyicane.Category.find_all()\n print categories\n\nGet Time Series Data in a Dataframe\n-----------------------------------\nConversion to dataframe is a useful feature::\n\n from pyicane import pyicane\n\n time_series = pyicane.TimeSeries.get('census-series-1900-2001')\n print time_series.data_as_dataframe()\n\nGet Time Series Metadata in a Dataframe\n---------------------------------------\nLet's check the most relevant metadata::\n\n from pyicane import pyicane\n\n time_series = pyicane.TimeSeries.get('census-series-1900-2001')\n print time_series.metadata_as_dataframe()\n\nGet last updated data\n---------------------\nWhich was the last ICANE's API data update::\n\n from pyicane import pyicane\n\n print pyicane.Data.get_last_updated()", "description_content_type": null, "docs_url": "https://pythonhosted.org/pyicane/", "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/predicador37/pyicane", "keywords": "restful,json,statistics,dataframe,wrapper", "license": "Apache License 2.0", "maintainer": null, "maintainer_email": null, "name": "pyicane", "package_url": "https://pypi.org/project/pyicane/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/pyicane/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/predicador37/pyicane" }, "release_url": "https://pypi.org/project/pyicane/0.1.2/", "requires_dist": null, "requires_python": null, "summary": "Python wrapper for ICANE Statistical Data and Metadata API", "version": "0.1.2" }, "last_serial": 1452216, "releases": { "0.1.1": [ { "comment_text": "", "digests": { "md5": "4582575e28f764641695208f66a4cebb", "sha256": "05e4330e7ac65e9cd79539bd3ee4c797209a1816fb9ef9028bd61aba0a450431" }, "downloads": -1, "filename": "pyicane-0.1.1.tar.gz", "has_sig": false, "md5_digest": "4582575e28f764641695208f66a4cebb", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 181773, "upload_time": "2014-09-11T22:19:21", "url": "https://files.pythonhosted.org/packages/6c/89/d3bf6ab5b1496c2cebad58dc8429726ad32a0c88efacb7f0110b9f32ac8e/pyicane-0.1.1.tar.gz" } ], "0.1.2": [ { "comment_text": "", "digests": { "md5": "6d71b3ce96e6a4c406b881e8d36006cc", "sha256": "4e10d2353e5926c48900f594ac9b27df17d7fb5f90b88080b5d24a14ed30d90d" }, "downloads": -1, "filename": "pyicane-0.1.2.tar.gz", "has_sig": false, "md5_digest": "6d71b3ce96e6a4c406b881e8d36006cc", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 183214, "upload_time": "2015-03-07T18:14:48", "url": "https://files.pythonhosted.org/packages/5d/2d/7cf45fab3975944b3c71cf22245c6a120f6025d770802839456877aac8d0/pyicane-0.1.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "6d71b3ce96e6a4c406b881e8d36006cc", "sha256": "4e10d2353e5926c48900f594ac9b27df17d7fb5f90b88080b5d24a14ed30d90d" }, "downloads": -1, "filename": "pyicane-0.1.2.tar.gz", "has_sig": false, "md5_digest": "6d71b3ce96e6a4c406b881e8d36006cc", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 183214, "upload_time": "2015-03-07T18:14:48", "url": "https://files.pythonhosted.org/packages/5d/2d/7cf45fab3975944b3c71cf22245c6a120f6025d770802839456877aac8d0/pyicane-0.1.2.tar.gz" } ] }