{ "info": { "author": "DataHQ", "author_email": "", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Environment :: Web Environment", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python :: 3.6", "Topic :: Internet :: WWW/HTTP :: Dynamic Content", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": "# DataHub Extensions for datapackage-pipelines\n\n## Install\n\n```\npip install datapackage-pipelines-datahub\n```\n\n## Usage\n\nYou will need [DataHub Command Line tool](http://docs.datahub.io/publishers/cli/#installation) to be installed on you machine.\n\nYou can use datapackage-pipelines-datahub as a plugin for [dpp](https://github.com/frictionlessdata/datapackage-pipelines#datapackage-pipelines). In pipeline-spec.yaml it will look like this\n\n```yaml\n ...\n - run: datahub.dump.to_datahub\n```\n\n*Note: For pushing datasets to testing server set `DATAHUB_ENV=testing`*\n\n### dump.to_datahub\n\npublishes DataSet to [DataHub.io](http://next.datahub.io/)\n\nParameters:\n\n* `config` - full path to the `config.json` file. Default: `~/.config/datahub/config.json`\n * Alternatively you can just set `DATAHUB_JSON` environt variable to be equal to the path to the config file\n* `findability` - Dataset visibility on the DataHub.io. One of `public` (default), `private`, `unlisted`.\n* other `data push` related options. Eg: `schedule`, `name` etc... see `data push -h` for more.\n\nExample:\n\n```\ndatahub:\n title: my-dataset\n pipeline:\n -\n run: load_metadata\n parameters:\n url: http://example.com/my-datapackage/datapackage.json\n -\n run: load_resource\n parameters:\n url: http://example.com/my-datapackage/datapackage.json\n resource: my-resource\n -\n run: datahub.dump.to_datahub\n parameters:\n findability: private\n schedule: every 2d\n config: config/config.json.datahq\n```\n\n", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/datahq/datapackage_pipelines_datahub", "keywords": "data,analytics", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "datapackage-pipelines-datahub", "package_url": "https://pypi.org/project/datapackage-pipelines-datahub/", "platform": "", "project_url": "https://pypi.org/project/datapackage-pipelines-datahub/", "project_urls": { "Homepage": "https://github.com/datahq/datapackage_pipelines_datahub" }, "release_url": "https://pypi.org/project/datapackage-pipelines-datahub/0.0.6/", "requires_dist": [ "datapackage-pipelines", "pylama; extra == 'develop'", "pytest; extra == 'develop'", "pytest-cov; extra == 'develop'", "tox; extra == 'develop'" ], "requires_python": "", "summary": "{{ DESCRIPTION }}", "version": "0.0.6" }, "last_serial": 4426157, "releases": { "0.0.5": [ { "comment_text": "", "digests": { "md5": "6b38ec56ea863cacd6e43bd0bce7c6b9", "sha256": "ca34e542820fc33331f939cb63ff15f14a0fe80a44bb99caf50faa7c213336c6" }, "downloads": -1, "filename": "datapackage_pipelines_datahub-0.0.5-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "6b38ec56ea863cacd6e43bd0bce7c6b9", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 4837, "upload_time": "2018-10-26T10:34:10", "url": "https://files.pythonhosted.org/packages/12/a4/64688e68def6cd64508e9691de53261852dc20f9a3dbfb783302abe340bf/datapackage_pipelines_datahub-0.0.5-py2.py3-none-any.whl" } ], "0.0.6": [ { "comment_text": "", "digests": { "md5": "a8dbbef8f731fca43fd5d89d7ed0fe9a", "sha256": "9a627afeab27661dd35c7867aa6af278eedf0a83b0597aaf57b2f1ac1dc19a56" }, "downloads": -1, "filename": "datapackage_pipelines_datahub-0.0.6-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "a8dbbef8f731fca43fd5d89d7ed0fe9a", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 5719, "upload_time": "2018-10-29T05:28:42", "url": "https://files.pythonhosted.org/packages/e5/f9/9ef51cd6ad3764d2f22a4f19d0a17581722792a810185dba934dfd95dd4f/datapackage_pipelines_datahub-0.0.6-py2.py3-none-any.whl" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "a8dbbef8f731fca43fd5d89d7ed0fe9a", "sha256": "9a627afeab27661dd35c7867aa6af278eedf0a83b0597aaf57b2f1ac1dc19a56" }, "downloads": -1, "filename": "datapackage_pipelines_datahub-0.0.6-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "a8dbbef8f731fca43fd5d89d7ed0fe9a", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 5719, "upload_time": "2018-10-29T05:28:42", "url": "https://files.pythonhosted.org/packages/e5/f9/9ef51cd6ad3764d2f22a4f19d0a17581722792a810185dba934dfd95dd4f/datapackage_pipelines_datahub-0.0.6-py2.py3-none-any.whl" } ] }