{ "info": { "author": "Mike Hurt", "author_email": "mike@mhtechnical.net", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "Environment :: Web Environment", "Framework :: Django", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python", "Topic :: Internet :: WWW/HTTP :: Dynamic Content" ], "description": "Django uuidstore\n================\n\nA small Django app providing project-wide issue and storage of UUIDs.\n\nAlthough this is very much a work in progress, I've made a start on the\n`documentation at readthedocs.org `_\n\n.. image:: https://readthedocs.org/projects/django-uuidstore/badge/?version=latest\n :target: http://django-uuidstore.readthedocs.org/en/latest/\n :alt: Documentation Status\n\n\n\nDependencies\n------------\n\nUID-Store currently depends on\n`django-extensions `_ .\n\n\n\nInstallation\n------------\n\nUse your favorite Python installer to install it from PyPI::\n\n $ pip install django-uuidstore\n\nOr get the source from the application site::\n\n $ hg clone https://bitbucket.org/mhurt/django-uuidstore\n $ cd django-uuidstore\n $ python setup.py install\n\nConfiguration\n-------------\n\nAdd ``'uuidstore'`` to your ``INSTALLED_APPS`` setting like this::\n\n INSTALLED_APPS = {\n ...\n 'uuidstore'\n }\n\nFor Django 1.7 users, run ``python manage.py migrate`` to create the\nmodels. Otherwise simply run ``python manage.py syncdb``.\n\n\nGetting Started\n---------------\n\nFirst you'll need to register your model with uuidstore: ::\n\n # models.py\n ...\n ...\n import uuidstore.registry import register\n register(MyModel)\n\nFrom this point onwards each time a MyModel instance is saved uuidstore will\ndetect it and, if create new ObjectUUID instance containing a UUID relating\nyour model instance.\n\n\nRelease Notes\n-------------\n\n- Dropped dependency on django-uuid-pk. Now we use the UUIDField from django-extensions.\n- Added migrations for Django 1.7+ and South.\n- Documentation updates.\n- Added basic tests.\n", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://bitbucket.org/mhurt/django-uuidstore", "keywords": "django uuid orm model utility", "license": "MIT", "maintainer": null, "maintainer_email": null, "name": "django-uuidstore", "package_url": "https://pypi.org/project/django-uuidstore/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/django-uuidstore/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://bitbucket.org/mhurt/django-uuidstore" }, "release_url": "https://pypi.org/project/django-uuidstore/0.1.0/", "requires_dist": null, "requires_python": null, "summary": "Site-wide UUIDs for Django projects", "version": "0.1.0" }, "last_serial": 1526750, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "7fc33d7c13545256d5a5c412f9c2ae9a", "sha256": "306269c268054c31ebcdc6ec332c6f6616d14ccf5f02f32e5f6fbeb7014c2737" }, "downloads": -1, "filename": "django-uuidstore-0.1.0.tar.gz", "has_sig": false, "md5_digest": "7fc33d7c13545256d5a5c412f9c2ae9a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 17176, "upload_time": "2015-04-29T20:20:50", "url": "https://files.pythonhosted.org/packages/32/65/23535b38ec4b8812a58517fe1ab001e417bd6957eb7fd595100309f93afc/django-uuidstore-0.1.0.tar.gz" } ], "0.1.0-alpha": [ { "comment_text": "", "digests": { "md5": "601f06f0c6611b41bd304d37cbbcd3fd", "sha256": "c012d4470e2957a24eeb1e7ac7c6ebcaf2802fa47c7aa02f2242ccdfa8353c8a" }, "downloads": -1, "filename": "django-uuidstore-0.1.0-alpha.tar.gz", "has_sig": false, "md5_digest": "601f06f0c6611b41bd304d37cbbcd3fd", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 14288, "upload_time": "2014-10-13T16:05:12", "url": "https://files.pythonhosted.org/packages/15/59/ae7a02423af52d8ff14764f67f78718b1e045e9e5799f034e56bd15eea7b/django-uuidstore-0.1.0-alpha.tar.gz" } ], "0.1.0-alpha.1": [ { "comment_text": "", "digests": { "md5": "0535bb0d0c897e2e40b91dc324a62559", "sha256": "197b795c39f41f34b13ec2d609b110a5150d989507a007d5ac29de7a4c36bd6c" }, "downloads": -1, "filename": "django-uuidstore-0.1.0-alpha.1.tar.gz", "has_sig": false, "md5_digest": "0535bb0d0c897e2e40b91dc324a62559", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 16890, "upload_time": "2014-10-16T19:17:45", "url": "https://files.pythonhosted.org/packages/27/19/bbcff4cbcf8616601959ec9324ceaa4523b7a9fba20d0274eae85c31b18c/django-uuidstore-0.1.0-alpha.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "7fc33d7c13545256d5a5c412f9c2ae9a", "sha256": "306269c268054c31ebcdc6ec332c6f6616d14ccf5f02f32e5f6fbeb7014c2737" }, "downloads": -1, "filename": "django-uuidstore-0.1.0.tar.gz", "has_sig": false, "md5_digest": "7fc33d7c13545256d5a5c412f9c2ae9a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 17176, "upload_time": "2015-04-29T20:20:50", "url": "https://files.pythonhosted.org/packages/32/65/23535b38ec4b8812a58517fe1ab001e417bd6957eb7fd595100309f93afc/django-uuidstore-0.1.0.tar.gz" } ] }