{ "info": { "author": "Lab Digital", "author_email": "opensource@labdigital.nl", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "Environment :: Web Environment", "Framework :: Django", "Framework :: Django :: 1.11", "License :: OSI Approved :: MIT License", "Programming Language :: Python", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.6" ], "description": "# django_datahooks\n\nNote: this package is experimental\n\n\n## Installation\n\n```shell\npip install django_datahooks\n```\n\n## Usage\n\nThis module auto detects modules in your django apps at `.datahooks.*` and\nscans for classes extending `django_datahooks.DataProvider` to\nmakes them available for the `manage.py generate_data ` command.\n\n\nExample:\n\n```python\nfrom django.core.management import call_command\nfrom django_datahooks import DataProvider\n\n\nclass PagesProvider(DataProvider):\n name = \"pages\"\n\n def run(self, **options):\n # Run creation commands\n\n```\n\n\n", "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/labd/django-datahooks", "keywords": "", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "django-datahooks", "package_url": "https://pypi.org/project/django-datahooks/", "platform": "", "project_url": "https://pypi.org/project/django-datahooks/", "project_urls": { "Homepage": "https://github.com/labd/django-datahooks" }, "release_url": "https://pypi.org/project/django-datahooks/0.0.1/", "requires_dist": [ "Django (>=1.11)", "mkdocs (>=1.0.4) ; extra == 'docs'", "mkdocs-material (==4.4.0) ; extra == 'docs'", "coverage (==4.5.3) ; extra == 'test'", "pytest (==5.0.1) ; extra == 'test'", "pytest-django (==3.5.1) ; extra == 'test'", "isort (==4.2.5) ; extra == 'test'", "flake8 (==3.7.7) ; extra == 'test'", "flake8-blind-except (==0.1.1) ; extra == 'test'", "flake8-debugger (==1.4.0) ; extra == 'test'" ], "requires_python": "", "summary": "Django datahooks", "version": "0.0.1" }, "last_serial": 5576577, "releases": { "0.0.1": [ { "comment_text": "", "digests": { "md5": "d76e30d3b2a3144469e8f7a3f71403b5", "sha256": "ad8313dacc93c05942feb2de8a3e856e295d99e256883847d55e3c7b7fb59e15" }, "downloads": -1, "filename": "django_datahooks-0.0.1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "d76e30d3b2a3144469e8f7a3f71403b5", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 5510, "upload_time": "2019-07-24T08:39:08", "url": "https://files.pythonhosted.org/packages/4a/32/2dac34190485462f20a310abad0e70deeed58e2f614dd041720ebfb0beba/django_datahooks-0.0.1-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "884caa12aaa6f08992901a95a56bdcff", "sha256": "3fb9a89010d41edfaf8847dfc89db31f4bb058e03819a1c5b04ab3203afe25f6" }, "downloads": -1, "filename": "django-datahooks-0.0.1.tar.gz", "has_sig": false, "md5_digest": "884caa12aaa6f08992901a95a56bdcff", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3323, "upload_time": "2019-07-24T08:39:11", "url": "https://files.pythonhosted.org/packages/20/07/8d0c0196adff606c0a6695ab2e173205c639f42980cd57aa6994d3a0b933/django-datahooks-0.0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "d76e30d3b2a3144469e8f7a3f71403b5", "sha256": "ad8313dacc93c05942feb2de8a3e856e295d99e256883847d55e3c7b7fb59e15" }, "downloads": -1, "filename": "django_datahooks-0.0.1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "d76e30d3b2a3144469e8f7a3f71403b5", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 5510, "upload_time": "2019-07-24T08:39:08", "url": "https://files.pythonhosted.org/packages/4a/32/2dac34190485462f20a310abad0e70deeed58e2f614dd041720ebfb0beba/django_datahooks-0.0.1-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "884caa12aaa6f08992901a95a56bdcff", "sha256": "3fb9a89010d41edfaf8847dfc89db31f4bb058e03819a1c5b04ab3203afe25f6" }, "downloads": -1, "filename": "django-datahooks-0.0.1.tar.gz", "has_sig": false, "md5_digest": "884caa12aaa6f08992901a95a56bdcff", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3323, "upload_time": "2019-07-24T08:39:11", "url": "https://files.pythonhosted.org/packages/20/07/8d0c0196adff606c0a6695ab2e173205c639f42980cd57aa6994d3a0b933/django-datahooks-0.0.1.tar.gz" } ] }