{ "info": { "author": "", "author_email": "", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+)", "Programming Language :: Python :: 2.7" ], "description": "[![Build Status](https://travis-ci.org/ckan/datapusher.png?branch=master)](https://travis-ci.org/ckan/datapusher)\n[![Coverage Status](https://coveralls.io/repos/ckan/datapusher/badge.png?branch=master)](https://coveralls.io/r/ckan/datapusher?branch=master)\n[![Latest Version](https://img.shields.io/pypi/v/datapusher.svg)](https://pypi.python.org/pypi/datapusher/)\n[![Downloads](https://img.shields.io/pypi/dm/datapusher.svg)](https://pypi.python.org/pypi/datapusher/)\n[![Supported Python versions](https://img.shields.io/pypi/pyversions/datapusher.svg)](https://pypi.python.org/pypi/datapusher/)\n[![Development Status](https://img.shields.io/pypi/status/datapusher.svg)](https://pypi.python.org/pypi/datapusher/)\n[![License](https://img.shields.io/badge/license-GPL-blue.svg)](https://pypi.python.org/pypi/datapusher/)\n\n[PyPI]: https://pypi.python.org/pypi/datapusher\n[DataStorer]: https://github.com/ckan/ckanext-datastorer\n[DataPusher documentation]: http://docs.ckan.org/projects/datapusher\n[CKAN Service Provider]: https://github.com/ckan/ckan-service-provider\n[Messytables]: https://github.com/okfn/messytables\n\n\nDataPusher\n==========\n\nDataPusher is a standalone web service that automatically downloads any CSV or\nXLS (Excel) data files from a CKAN site's resources when they are added to the\nCKAN site, parses them to pull out the actual data, then uses the DataStore API\nto push the data into the CKAN site's DataStore.\n\nThis makes the data from the resource files available via CKAN's DataStore API.\nIn particular, many of CKAN's data preview and visualization plugins will only\nwork (or will work much better) with files whose contents are in the DataStore.\n\nTo get it working you have to:\n\n1. Deploy a DataPusher instance to a server (or use an existing DataPusher\n instance)\n2. Enable and configure the `datastore` plugin on your CKAN site.\n3. Enable and configure the `datapusher` plugin on your CKAN site.\n\nFor details see the [DataPusher documentation][].\n\nNote that if you installed CKAN using the _package install_ option then a\nDataPusher instance should be automatically installed and configured to work\nwith your CKAN site.\n\nDataPusher is a replacement for [DataStorer][].\nIt's built using [CKAN Service Provider][] and [Messytables][].\n\nThe original author of DataPusher was\nDominik Moritz . For the current list of contributors\nsee [github.com/ckan/datapusher/contributors](https://github.com/ckan/datapusher/contributors)\n\n\n## Development\n\nTo install DataPusher for development:\n\n```bash\ngit clone https://github.com/ckan/datapusher.git\ncd datapusher\npip install -r requirements-dev.txt\n```\n\nTo run the tests:\n\n```bash\nnosetests\n```\n\nTo build the documentation:\n\n```bash\npip install -r doc-requirements.txt\npython setup.py build_sphinx\n```\n\n## Releasing a New Version\n\nTo release a new version of DataPusher:\n\n1. Increment the version number in [datapusher/__init__.py](datapusher/__init__.py)\n\n2. Build a source distribution of the new version and publish it to\n [PyPI][]:\n\n ```bash\n python setup.py sdist bdist_wheel\n pip install --upgrade twine\n twine upload dist/*\n ```\n\n You may want to test installing and running the new version from PyPI in a\n clean virtualenv before continuing to the next step.\n\n3. Commit your setup.py changes to git, tag the release, and push the changes\n and the tag to GitHub:\n\n ```bash\n git commit setup.py -m \"Bump version number\"\n git tag 0.0.1\n git push\n git push origin 0.0.1\n ```\n\n (Replace both instances of 0.0.1 with the number of the version you're\n releasing.)", "description_content_type": "text/markdown", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/ckan/datapusher", "keywords": "ckan csv xls excel", "license": "AGPL", "maintainer": "", "maintainer_email": "", "name": "datapusher", "package_url": "https://pypi.org/project/datapusher/", "platform": "", "project_url": "https://pypi.org/project/datapusher/", "project_urls": { "Homepage": "https://github.com/ckan/datapusher" }, "release_url": "https://pypi.org/project/datapusher/0.0.16/", "requires_dist": null, "requires_python": "", "summary": "A standalone web service that parses the contents of a CKAN site's data files and pushes them into its DataStore", "version": "0.0.16" }, "last_serial": 5549914, "releases": { "0.0.1": [ { "comment_text": "", "digests": { "md5": "379a554a07be1dd8b8dba3fe80f91ed1", "sha256": "d27d832bbaffce4025ae1e6dc8c25a7b5fab675e4ba199d065299e33ab813aa1" }, "downloads": -1, "filename": "datapusher-0.0.1.tar.gz", "has_sig": false, "md5_digest": "379a554a07be1dd8b8dba3fe80f91ed1", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7564, "upload_time": "2014-11-20T13:50:29", "url": "https://files.pythonhosted.org/packages/86/c0/5335eedd842ed68f160e25c60c25b1de3d24d7a2b45ff4d4d958ead3fa30/datapusher-0.0.1.tar.gz" } ], "0.0.10": [ { "comment_text": "", "digests": { "md5": "00e3e12f85b6ca95964bb680c07d04b4", "sha256": "6fc9c42baba828b6acdcce67ef1486ebec9c410d12b0bca837b9e4a9fd606f2a" }, "downloads": -1, "filename": "datapusher-0.0.10.tar.gz", "has_sig": false, "md5_digest": "00e3e12f85b6ca95964bb680c07d04b4", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 8385, "upload_time": "2017-02-24T14:20:01", "url": "https://files.pythonhosted.org/packages/78/d5/b9cd542e5ffefe7587e6b0b64ee56384bd320a8be3824f0746c0807d522a/datapusher-0.0.10.tar.gz" } ], "0.0.12": [ { "comment_text": "", "digests": { "md5": "76d1d37e8c076b39e1a7ab31299b6210", "sha256": "de3cdc301443794904a826bcf28201490fddd9538b5894d87023c80e6f29a814" }, "downloads": -1, "filename": "datapusher-0.0.12.tar.gz", "has_sig": false, "md5_digest": "76d1d37e8c076b39e1a7ab31299b6210", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 8814, "upload_time": "2017-07-20T12:33:31", "url": "https://files.pythonhosted.org/packages/06/85/d7a21efe28b6c93baefd8a17b4b52ee7b462f52ce9c88b1f8cf76c7e57b4/datapusher-0.0.12.tar.gz" } ], "0.0.15": [ { "comment_text": "", "digests": { "md5": "323ecf95286b1f0ceea120f87f085333", "sha256": "210b85f2b194ed653e61f97a319e9ffd576700755e3122c066a1396545f60e7b" }, "downloads": -1, "filename": "datapusher-0.0.15-py2-none-any.whl", "has_sig": false, "md5_digest": "323ecf95286b1f0ceea120f87f085333", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 20724, "upload_time": "2019-01-18T22:12:17", "url": "https://files.pythonhosted.org/packages/6a/87/4182f18fbf84e93dc060116d8c1aa4f709f6ee81a743f72b68492d72bd34/datapusher-0.0.15-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "15090443bc409407a15d2ad3e16f8d11", "sha256": "1a4aa841c4c4e81bd04e14f9ebf68555d8127779973bebaff28beacdb7f7e2ac" }, "downloads": -1, "filename": "datapusher-0.0.15.tar.gz", "has_sig": false, "md5_digest": "15090443bc409407a15d2ad3e16f8d11", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 9536, "upload_time": "2019-01-18T22:12:18", "url": "https://files.pythonhosted.org/packages/b8/de/3735ac2cf80831b2bb36761edcc24c4aba59f096fb045b33174236df9edd/datapusher-0.0.15.tar.gz" } ], "0.0.16": [ { "comment_text": "", "digests": { "md5": "17c61944c85ec621a8f4f4ea0152bf6c", "sha256": "bb6d1cacc85a5fb0b8954937486a4371aeb911e899f4b6b0ccf8bf08987899e0" }, "downloads": -1, "filename": "datapusher-0.0.16.tar.gz", "has_sig": false, "md5_digest": "17c61944c85ec621a8f4f4ea0152bf6c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 9103, "upload_time": "2019-07-18T09:08:53", "url": "https://files.pythonhosted.org/packages/63/18/9a7ac859c696ff2fac38edbe19bc71c7a4e4eb904026f2975cf304bd0d6d/datapusher-0.0.16.tar.gz" } ], "0.0.2": [ { "comment_text": "", "digests": { "md5": "7db193582615dbfdbe30009818b25f6b", "sha256": "b6f6119a93da2b39d97748923229c3014c2bad98dc72135b75a55599e105b30e" }, "downloads": -1, "filename": "datapusher-0.0.2.tar.gz", "has_sig": false, "md5_digest": "7db193582615dbfdbe30009818b25f6b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 8087, "upload_time": "2014-12-15T14:29:56", "url": "https://files.pythonhosted.org/packages/e5/ad/d8947d29b7404a05114a4eae55be2b3a4bc1bf091af6fb20004ecbd07c70/datapusher-0.0.2.tar.gz" } ], "0.0.3": [ { "comment_text": "", "digests": { "md5": "9f6df1f08d25377cc645b14c8759ccdd", "sha256": "a5f0ab55359395de568a2489ec9b5c7809f447b25d7b0740295831089faaf459" }, "downloads": -1, "filename": "datapusher-0.0.3.tar.gz", "has_sig": false, "md5_digest": "9f6df1f08d25377cc645b14c8759ccdd", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 8080, "upload_time": "2015-01-13T16:56:52", "url": "https://files.pythonhosted.org/packages/7d/dd/01e65a7437c1307886edb426c265af93470ddd94b71b491b90a091da3d64/datapusher-0.0.3.tar.gz" } ], "0.0.5": [ { "comment_text": "", "digests": { "md5": "14a5a9dc1f5ee28379c4a221a334d095", "sha256": "4e7c9989a10d1a7e338c6d73f45dbc4d8217f8a8a709baddf8fc8e5768aee2de" }, "downloads": -1, "filename": "datapusher-0.0.5.tar.gz", "has_sig": false, "md5_digest": "14a5a9dc1f5ee28379c4a221a334d095", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 8149, "upload_time": "2015-02-27T10:45:45", "url": "https://files.pythonhosted.org/packages/c3/65/d9a027cb17b5e4558fa70b68f653c05b0d3fc180205d2a2cef2318da43e3/datapusher-0.0.5.tar.gz" } ], "0.0.6": [ { "comment_text": "", "digests": { "md5": "7925e6619c44d82791bd8a5396b8acde", "sha256": "bfc40e5eb60218993b560cdd3cf89937305177d1ab2c0d14bd85b82f5b15f2c5" }, "downloads": -1, "filename": "datapusher-0.0.6.tar.gz", "has_sig": false, "md5_digest": "7925e6619c44d82791bd8a5396b8acde", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 8154, "upload_time": "2015-03-23T16:13:06", "url": "https://files.pythonhosted.org/packages/76/52/5018c64e892ed1bb1b0d062d561be903bf252d3baf1554bbf6492d60a19d/datapusher-0.0.6.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "17c61944c85ec621a8f4f4ea0152bf6c", "sha256": "bb6d1cacc85a5fb0b8954937486a4371aeb911e899f4b6b0ccf8bf08987899e0" }, "downloads": -1, "filename": "datapusher-0.0.16.tar.gz", "has_sig": false, "md5_digest": "17c61944c85ec621a8f4f4ea0152bf6c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 9103, "upload_time": "2019-07-18T09:08:53", "url": "https://files.pythonhosted.org/packages/63/18/9a7ac859c696ff2fac38edbe19bc71c7a4e4eb904026f2975cf304bd0d6d/datapusher-0.0.16.tar.gz" } ] }