{ "info": { "author": "City of Helsinki", "author_email": "dev@hel.fi", "bugtrack_url": null, "classifiers": [ "Environment :: Web Environment", "Framework :: Django", "Framework :: Django :: 1.11", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6", "Topic :: Internet :: WWW/HTTP", "Topic :: Internet :: WWW/HTTP :: Dynamic Content" ], "description": "# django-orghierarchy\n\nReusable Django application for hierarchical organizations\n\n## Development\n\n### Tests\n\n#### Unit tests\n\nRun tests\n\n py.test\n\nRun tests with coverage report\n\n py.test --cov-report html --cov .\n\nOpen htmlcov/index.html for the coverage report.\n\n#### Integration tests\n\nWe need to provide different settings files for the test as the\nsetting variables for swappable model are only evaluated the first\ntime the module is imported.\n\nRun tests\n\n python manage.py test --tag=custom_ds --settings=tests.test_app.settings_custom_ds\n python manage.py test --tag=custom_pk_ds --settings=tests.test_app.settings_custom_pk_ds\n\n\n## Import Organization Data\n\nImport organization data from a REST API endpoint\n\n python manage.py import_organizations \"http://example.com/v1/organization/\"\n\nIf the data source needs to be renamed, provides a new data source name to replace the old one:\n\n python manage.py import_organizations \"http://example.com/v1/organization/\" -s old_name:new_name\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/City-of-Helsinki/django-orghierarchy", "keywords": "", "license": "MIT License", "maintainer": "", "maintainer_email": "", "name": "django-orghierarchy", "package_url": "https://pypi.org/project/django-orghierarchy/", "platform": "", "project_url": "https://pypi.org/project/django-orghierarchy/", "project_urls": { "Homepage": "https://github.com/City-of-Helsinki/django-orghierarchy" }, "release_url": "https://pypi.org/project/django-orghierarchy/0.1.20/", "requires_dist": [ "django-mptt", "djangorestframework", "requests", "swapper" ], "requires_python": "", "summary": "Reusable Django application for hierarchical organizations.", "version": "0.1.20" }, "last_serial": 5491138, "releases": { "0.1.20": [ { "comment_text": "", "digests": { "md5": "9daba3d2ca54e20b8a6d2634417277d0", "sha256": "ffb9142f7c9e42fae2f99f9ff69b1645dc393a7fad77e3bcab0f0f58dd327162" }, "downloads": -1, "filename": "django_orghierarchy-0.1.20-py3-none-any.whl", "has_sig": false, "md5_digest": "9daba3d2ca54e20b8a6d2634417277d0", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 32355, "upload_time": "2019-04-09T14:06:59", "url": "https://files.pythonhosted.org/packages/af/94/bb0f1368db97165b7d9e7b3c19a5350472d62a4af33c79dec49a378712a5/django_orghierarchy-0.1.20-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "9d9d802db667a57b7c3c20f41df66a6f", "sha256": "849390d024f149bdda2b1a0cbfc7864e01e347f219bf2c708d86a342cecd23a8" }, "downloads": -1, "filename": "django-orghierarchy-0.1.20.tar.gz", "has_sig": false, "md5_digest": "9d9d802db667a57b7c3c20f41df66a6f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 20899, "upload_time": "2019-04-09T14:07:04", "url": "https://files.pythonhosted.org/packages/41/c8/ec5d04b5c1fca158a754da1ea51ee3ee4631e04caab9df0f97e95ed83166/django-orghierarchy-0.1.20.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "9daba3d2ca54e20b8a6d2634417277d0", "sha256": "ffb9142f7c9e42fae2f99f9ff69b1645dc393a7fad77e3bcab0f0f58dd327162" }, "downloads": -1, "filename": "django_orghierarchy-0.1.20-py3-none-any.whl", "has_sig": false, "md5_digest": "9daba3d2ca54e20b8a6d2634417277d0", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 32355, "upload_time": "2019-04-09T14:06:59", "url": "https://files.pythonhosted.org/packages/af/94/bb0f1368db97165b7d9e7b3c19a5350472d62a4af33c79dec49a378712a5/django_orghierarchy-0.1.20-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "9d9d802db667a57b7c3c20f41df66a6f", "sha256": "849390d024f149bdda2b1a0cbfc7864e01e347f219bf2c708d86a342cecd23a8" }, "downloads": -1, "filename": "django-orghierarchy-0.1.20.tar.gz", "has_sig": false, "md5_digest": "9d9d802db667a57b7c3c20f41df66a6f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 20899, "upload_time": "2019-04-09T14:07:04", "url": "https://files.pythonhosted.org/packages/41/c8/ec5d04b5c1fca158a754da1ea51ee3ee4631e04caab9df0f97e95ed83166/django-orghierarchy-0.1.20.tar.gz" } ] }