{ "info": { "author": "Borys Szefczyk", "author_email": "boryszef@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Framework :: Django", "Intended Audience :: Developers", "Operating System :: OS Independent", "Programming Language :: Python" ], "description": "# django-ltree\n\nAn tree extension implementation to support hierarchical tree-like data in Django models,\nusing the native Postgres extension `ltree`.\n\nPostgresql has already a optimized and very useful tree implementation for data.\nThe extension is [ltree](https://www.postgresql.org/docs/9.6/static/ltree.html)\n\nThis fork contains a backport to Django 1.11 and Python 2.7.\n\n## Links\n\n - Pypi https://pypi.org/project/django-ltree/\n - Source code https://github.com/boryszef/django-ltree\n - Bugs https://github.com/boryszef/django-ltree/issues\n - Contribute https://github.com/boryszef/django-ltree/pulls\n - Documentation `TODO`\n\n## Install\n\n```\npip install django-ltree\n```\n\nThen add `django_ltree` to `INSTALLED_APPS` in your Django project settings.\n\nAnd make sure to run `django_ltree` migrations before you added the `PathField`\n\n```\npython manage.py migrate django_ltree\n```\n\n`django_ltree` migrations will install the `ltree` extension if not exist.\n\nYou can alternatively specify the `django_ltree` dependency in the migrations of\nyour applications that requires `PathField`, and run migrations smoothly.\n\n```\nclass Migration(migrations.Migration):\n dependencies = [\n ('django_ltree', '__latest__'),\n ]\n```\n\n## Requires\n\n- Django 1.11 or superior\n- Python 2\n\n## Testing\n\nMake sure you have Postgres installed. Then simply run `tox` in the root directory of the project.", "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/boryszef/django-ltree", "keywords": "", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "django-ltree-fork", "package_url": "https://pypi.org/project/django-ltree-fork/", "platform": "", "project_url": "https://pypi.org/project/django-ltree-fork/", "project_urls": { "Homepage": "https://github.com/boryszef/django-ltree", "Source": "https://github.com/boryszef/django_ltree", "Tracker": "https://github.com/boryszef/django_ltree/issues" }, "release_url": "https://pypi.org/project/django-ltree-fork/0.4.4/", "requires_dist": null, "requires_python": ">=2.7", "summary": "django implemention of the ltree postgres extension - this is a backport to Python 2.7/Django 1.11", "version": "0.4.4" }, "last_serial": 5819843, "releases": { "0.4.3": [ { "comment_text": "", "digests": { "md5": "bd7b9e77e975385aaf119fff113b8a73", "sha256": "de54ad95c274071aaf0e37b2bbcda9123c8dc6adde4c4c311b5f4c1632809b21" }, "downloads": -1, "filename": "django_ltree_fork-0.4.3.tar.gz", "has_sig": false, "md5_digest": "bd7b9e77e975385aaf119fff113b8a73", "packagetype": "sdist", "python_version": "source", "requires_python": ">=2.7", "size": 5042, "upload_time": "2019-09-12T07:20:29", "url": "https://files.pythonhosted.org/packages/eb/0e/7fa7703afa3e3ab9c2bc2fbbb65620fd20b76e4d5f41c0f9f83929f85d52/django_ltree_fork-0.4.3.tar.gz" } ], "0.4.4": [ { "comment_text": "", "digests": { "md5": "30962648ee89eb3bfe20e9153a3c2fee", "sha256": "9bd73b17943d8f5e70d89083c4b672474ce7a851b316e87df5d2c015a58dccb5" }, "downloads": -1, "filename": "django_ltree_fork-0.4.4.tar.gz", "has_sig": false, "md5_digest": "30962648ee89eb3bfe20e9153a3c2fee", "packagetype": "sdist", "python_version": "source", "requires_python": ">=2.7", "size": 5037, "upload_time": "2019-09-12T11:08:04", "url": "https://files.pythonhosted.org/packages/30/b2/88536f62dbc30d528477f7d24af0b04ad3db8e13b61aa0dbc2f5e052305e/django_ltree_fork-0.4.4.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "30962648ee89eb3bfe20e9153a3c2fee", "sha256": "9bd73b17943d8f5e70d89083c4b672474ce7a851b316e87df5d2c015a58dccb5" }, "downloads": -1, "filename": "django_ltree_fork-0.4.4.tar.gz", "has_sig": false, "md5_digest": "30962648ee89eb3bfe20e9153a3c2fee", "packagetype": "sdist", "python_version": "source", "requires_python": ">=2.7", "size": 5037, "upload_time": "2019-09-12T11:08:04", "url": "https://files.pythonhosted.org/packages/30/b2/88536f62dbc30d528477f7d24af0b04ad3db8e13b61aa0dbc2f5e052305e/django_ltree_fork-0.4.4.tar.gz" } ] }