{ "info": { "author": "Josu Bermudez", "author_email": "josu.bermudez@deusto.es", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Framework :: Django :: 2.0", "Intended Audience :: Developers", "License :: OSI Approved :: GNU General Public License v3 (GPLv3)", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6", "Topic :: Software Development :: Libraries", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": "A Django App to manage a [Fiware Orion ](https://github.com/telefonicaid/fiware-orion) context broker entities as Django Model Objects.\n## Install\n\nIn order to intall simply use pip\n\n```\npip install django_orion_model\n```\n\n## Usage\n\nSimply add django_orion_model to your settings.py:\n\n```python\nINSTALLED_APPS = [\n'django.contrib.admin',\n'django.contrib.auth',\n'django.contrib.contenttypes',\n'django.contrib.sessions',\n'django.contrib.messages',\n'django.contrib.staticfiles',\n ...\n'django_orion_model',\n ...\n]\n\nORION_URL = \"https://yourorion:1234\"\nORION_SCOPE = \"/desiredscope\"\nORION_EXPIRATION = 200 // living time of local values\n```\n\nTo define a Entity Model simply define a class in your models.py Using OrionEntity as Class father and use Orion fields to properties expected to live in the context broker.\n\n```python\nfrom django_orion_model import OrionEntityi\n\nclass WasteManagementStage(OrionEntity):\n name = OrionCharField(\"name\", max_length=1024, blank=True)\n description = OrionTextField(\"description\", max_length=1024, blank=True)\n```\n\nAvailable Field types for Orion Context ContextBroker: \n\n * OrionCharField\n * OrionTextField\n * OrionFloatField\n * OrionDateTimeField\n\nAn orion entity have a Default Field to manage Communication With Orion:\n\n * context_broker(ForeingKey-ContextBroker): The Orion Context ContextBroker that manages the entity\n * service_path(ForeingKey-Scope): The service-path where the entity lies.\n * orion_id(CharField): The ID of the entity in Orion.\n * type(CharField): The type of the entity in Orion.\n * data(JSONField): A local repository of the last known values of the entity.\n * updated(ArrayField-CharField): The name of the Orion field updates since las connection.\n * expiration(DateTimeField): The time when the local data is considered obsolete.\n * status(CharField): A predefined text that indicates the communication. Expected values:\n * OK Everything is OK and up to date\n * OFFLINE Set to Disable communication to Orion\n * MISSING Indicates that the Entity not exist in Orion\n * CREATING Set to Create the entity into Orion. \n * CREATED Indicates that the entity is created but is values are not yet pulled from Orion(Transitory)\n * PENDING_WRITING Indicates that the entity is performing a push to Orion(Transitory).\n * PENDING_READING Indicates that the entity is performing a pull to Orion(Transitory).\n * AWAIT_REFRESH The pull has failed and the entity is expecting a new opportunity to retry.\n * AWAIT_REWRITING The push has failed and the entity is expecting a new opportunity to retry.\n * error(TextField): IF the connection have a problem the Orion response is stored here.\n\n## Entity Behaivour\n\nThe entity is expected to pull values from Orion after its creation, when an orion attributes is read and expiration time is up, before saving to database and after values are updated to orion. \nThe entity is expected to push values to Orion after a Orion values is Set.\n\nSome status Values forces Some behavior: \n\n * OFFLINE Set to Disable communication to Orion\n * CREATING Set to Create the entity into Orion. \n\n----\n\nThis library is partially funded by the [Waste4Think proyect](http://waste4think.eu/) that has received funding from the European Union\u2019s [Horizon 2020](https://ec.europa.eu/programmes/horizon2020/) research and innovation program under grant agreement 688995.\nThe dissemination of results herein reflects only the author\u2019s view and the European Commission is not responsible for any use that may be made of the information it contains.\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/deusto-tech/django-orion-model/", "keywords": "Fiware Orion development", "license": "", "maintainer": "", "maintainer_email": "", "name": "django-orion-model", "package_url": "https://pypi.org/project/django-orion-model/", "platform": "", "project_url": "https://pypi.org/project/django-orion-model/", "project_urls": { "Bug Reports": "https://github.com/deusto-tech/django-orion-model/issues", "Homepage": "https://github.com/deusto-tech/django-orion-model/", "Source": "https://github.com/deusto-tech/django-orion-model" }, "release_url": "https://pypi.org/project/django-orion-model/0.91/", "requires_dist": [ "django", "pyfiware" ], "requires_python": "", "summary": "A Django model to manage Fiware Orion Entities as local models", "version": "0.91" }, "last_serial": 5764325, "releases": { "0.10": [ { "comment_text": "", "digests": { "md5": "5e55b54d4883e34123f073304d12591b", "sha256": "eff965a5bc5d99c0a42913118db490fe3ca1bcc27714dd93dcf73dde91b148ed" }, "downloads": -1, "filename": "django_orion_model-0.10-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "5e55b54d4883e34123f073304d12591b", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 8409, "upload_time": "2018-09-14T15:44:37", "url": "https://files.pythonhosted.org/packages/7d/cf/ac038646350d9295826510209459592fb7792bbfa5794ab05a9fdb9753bb/django_orion_model-0.10-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "190ae78866bcef904b6df8bda89a7541", "sha256": "ac6011089903bb0fd51c99e247b0eb5863e0b7280e0c2b1d97a5fd6e20351892" }, "downloads": -1, "filename": "django-orion-model-0.10.tar.gz", "has_sig": false, "md5_digest": "190ae78866bcef904b6df8bda89a7541", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7207, "upload_time": "2018-09-14T15:44:21", "url": "https://files.pythonhosted.org/packages/69/97/304f12f5dc4e696de8c4a4d337bacb4ffe402fa53e18ad48e99ddf841ef0/django-orion-model-0.10.tar.gz" } ], "0.11": [ { "comment_text": "", "digests": { "md5": "44e31f88fa9ee33a35a40d38707dc889", "sha256": "e7754ba0a8d3cb1bedc067889be79fb75eb65ae672f1fa34116705f069e09766" }, "downloads": -1, "filename": "django_orion_model-0.11-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "44e31f88fa9ee33a35a40d38707dc889", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 8410, "upload_time": "2018-09-14T16:14:31", "url": "https://files.pythonhosted.org/packages/9f/30/4b66d674254ac48f59cbd2ea410d58b3018e45cbe07ba18564669c4205ac/django_orion_model-0.11-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "82def0ec02a91d9819dad24fe8e26667", "sha256": "bab23b0f9729a0252cffbdb2a5acfd8262bdf687cf023863e184c4bbf69e3558" }, "downloads": -1, "filename": "django-orion-model-0.11.tar.gz", "has_sig": false, "md5_digest": "82def0ec02a91d9819dad24fe8e26667", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7179, "upload_time": "2018-09-14T16:14:32", "url": "https://files.pythonhosted.org/packages/2c/10/e63feb868e21c213dbeee61638a1aabca54385dcfb5755c65bc6684b639d/django-orion-model-0.11.tar.gz" } ], "0.12": [ { "comment_text": "", "digests": { "md5": "bc3916d6c13a08f18e9ee7834d86b464", "sha256": "a01a7c77c3750568bcc230a712e2b3d467ee2581954bf530e49c7820c745ecd7" }, "downloads": -1, "filename": "django_orion_model-0.12-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "bc3916d6c13a08f18e9ee7834d86b464", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 9802, "upload_time": "2018-09-17T12:29:34", "url": "https://files.pythonhosted.org/packages/8b/cb/6e47ebf0d631dd432100d0925de07d5bf0df860c42a84ae7830f194f6af0/django_orion_model-0.12-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "7c25f49f829e9322e92ad852a940f2c6", "sha256": "b300dfe41fc2f2c09edd061582cfdfd6139962c753c38d788abb9427d56b7caf" }, "downloads": -1, "filename": "django-orion-model-0.12.tar.gz", "has_sig": false, "md5_digest": "7c25f49f829e9322e92ad852a940f2c6", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 8257, "upload_time": "2018-09-17T12:29:36", "url": "https://files.pythonhosted.org/packages/fc/c3/56e17a2a61f436ba84b69b43062e5efb48f8a24888793ded41b8aed222b0/django-orion-model-0.12.tar.gz" } ], "0.13": [ { "comment_text": "", "digests": { "md5": "0028c7b9dcc4e589471a1975786c2f7e", "sha256": "f933a4ed4128d3fdc86585e929f6bcc1d9b163e19ccca84c4f5c5aa4e977baa1" }, "downloads": -1, "filename": "django_orion_model-0.13-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "0028c7b9dcc4e589471a1975786c2f7e", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 9842, "upload_time": "2018-09-17T12:47:51", "url": "https://files.pythonhosted.org/packages/87/0f/459cfd75972fadd45ae2460a3421d1ef15ae5bf924655ac3ebec04987121/django_orion_model-0.13-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "bf0854d17e8d65bae7b43508e8378f29", "sha256": "284370223d909e5081ccb64ca7143615eaff870fe58ea299edc5b39901ee9f3f" }, "downloads": -1, "filename": "django-orion-model-0.13.tar.gz", "has_sig": false, "md5_digest": "bf0854d17e8d65bae7b43508e8378f29", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 8289, "upload_time": "2018-09-17T12:47:53", "url": "https://files.pythonhosted.org/packages/4a/96/d4c314af7a9dc350e65e77d7b26cab5b68ce9093abd10d2642055a249f17/django-orion-model-0.13.tar.gz" } ], "0.14": [ { "comment_text": "", "digests": { "md5": "d70658bc8f56f68254181f627c3eb527", "sha256": "b6dc37e0a69c67727b010ae851413270672dd9dbdbe7e3da3609c93e686a134c" }, "downloads": -1, "filename": "django_orion_model-0.14-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "d70658bc8f56f68254181f627c3eb527", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 9877, "upload_time": "2018-09-17T15:17:44", "url": "https://files.pythonhosted.org/packages/f4/c9/cd86ecaebc62cfa5d2b6f80b6108256592a74a9ed81b43541890d9d51f8a/django_orion_model-0.14-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "807b0de834248f849737febecb1f3cf5", "sha256": "21308dc90e4b4a6b9802cf687f90d8072d347db41c9ea24a5d1d0ece901d0f61" }, "downloads": -1, "filename": "django-orion-model-0.14.tar.gz", "has_sig": false, "md5_digest": "807b0de834248f849737febecb1f3cf5", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 8321, "upload_time": "2018-09-17T15:17:45", "url": "https://files.pythonhosted.org/packages/a5/39/822aa68e38333f7881011dfbc088af52e0417f831cbacd6d2addb393c127/django-orion-model-0.14.tar.gz" } ], "0.15": [ { "comment_text": "", "digests": { "md5": "06ab3c4d22f8ff69672d1b78205a20a7", "sha256": "4077a543041c8e6e8d1f1d43d263e3bac6d8b9aa9271454ed593561af2a7aab7" }, "downloads": -1, "filename": "django_orion_model-0.15-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "06ab3c4d22f8ff69672d1b78205a20a7", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 9880, "upload_time": "2018-09-17T15:21:50", "url": "https://files.pythonhosted.org/packages/04/cd/b065ef6afc5c52e720d3482ffaa9d03b69549f63a9b7cf8783b52706a304/django_orion_model-0.15-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "5ceeb2d8b2469ee85c7e5d9515891c89", "sha256": "5e5af2b1000ee9df0d82e9ea06ee0ba9a515db1a4fdb38a61d712001e9de6d85" }, "downloads": -1, "filename": "django-orion-model-0.15.tar.gz", "has_sig": false, "md5_digest": "5ceeb2d8b2469ee85c7e5d9515891c89", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 8325, "upload_time": "2018-09-17T15:21:52", "url": "https://files.pythonhosted.org/packages/d6/ab/577ddbe34587989085fe271aa887e645dee6edd1300b9bf5c6b0db7f1f32/django-orion-model-0.15.tar.gz" } ], "0.16": [ { "comment_text": "", "digests": { "md5": "e45bb79d4c5b9d3555ea621392acbf87", "sha256": "4ae237ea5daafe36cfa1767cd06519cd83ae89d0ee1ff84075a605c7bca41493" }, "downloads": -1, "filename": "django_orion_model-0.16-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "e45bb79d4c5b9d3555ea621392acbf87", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 10094, "upload_time": "2018-09-18T10:49:07", "url": "https://files.pythonhosted.org/packages/c9/ee/c0ad8ddc5f55a6954fb76aea5a6efcb27e03de14a8df0fa838a8f06d6d83/django_orion_model-0.16-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "111ded558f246e242490daacd3b4a194", "sha256": "fe52e9799dbac7def4475165c72dc28cef08b6c7e29880b31f01dbe2acc36ce9" }, "downloads": -1, "filename": "django-orion-model-0.16.tar.gz", "has_sig": false, "md5_digest": "111ded558f246e242490daacd3b4a194", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 8476, "upload_time": "2018-09-18T10:49:08", "url": "https://files.pythonhosted.org/packages/16/d5/4a1333078a8ac1a2e267bbbcfa3bc5ac7690dabfc98822905e53d41da32c/django-orion-model-0.16.tar.gz" } ], "0.4": [ { "comment_text": "", "digests": { "md5": "f6105048592ffc7c001292bc430db108", "sha256": "6ab77e50b866b7d5f23d449e0405e1c8bf49b2f8fe27d17abdd18887cbc35a98" }, "downloads": -1, "filename": "django_orion_model-0.4-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "f6105048592ffc7c001292bc430db108", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 13453, "upload_time": "2019-02-04T19:23:55", "url": "https://files.pythonhosted.org/packages/bf/ba/6cd1d8599450ecb31092e5defd6a1ce3f2ed71c1f86f2916030eb836670e/django_orion_model-0.4-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "510e62ce71af0ef9de2d0821895aceb0", "sha256": "cfdb0899be19b3f314fd4f21c76977d705c2fd74f13ae1638e17f6be518882bf" }, "downloads": -1, "filename": "django-orion-model-0.4.tar.gz", "has_sig": false, "md5_digest": "510e62ce71af0ef9de2d0821895aceb0", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 10846, "upload_time": "2019-02-04T19:23:57", "url": "https://files.pythonhosted.org/packages/94/81/e6f01051b461e2737239b6b4c4a51e4365b57608ef0b4103243991723d21/django-orion-model-0.4.tar.gz" } ], "0.4.1": [ { "comment_text": "", "digests": { "md5": "36ffc5f3398ebbd7e30d5af8b4043653", "sha256": "0f020e59e23981fe752e465f11a7ee421ddf8831ce5b77c23bb54094caeecea7" }, "downloads": -1, "filename": "django_orion_model-0.4.1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "36ffc5f3398ebbd7e30d5af8b4043653", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 13475, "upload_time": "2019-02-04T19:31:51", "url": "https://files.pythonhosted.org/packages/2f/f7/cb70897474d5e3dfc0bba8fc3234485595812b09fd400864bd71f2419cd9/django_orion_model-0.4.1-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "178fe6f2608d7ae7ee6b5a2c141fafeb", "sha256": "ac052f131d2148729e9ab8f6e5c4ca0a5d4e80bf3cfd5de2b95bf9ad5e8dab93" }, "downloads": -1, "filename": "django-orion-model-0.4.1.tar.gz", "has_sig": false, "md5_digest": "178fe6f2608d7ae7ee6b5a2c141fafeb", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 10845, "upload_time": "2019-02-04T19:31:52", "url": "https://files.pythonhosted.org/packages/e3/26/4746848b64b0a4515b7e138ac9f78af209e9f53f8a2db5de7613391a1ea5/django-orion-model-0.4.1.tar.gz" } ], "0.40": [ { "comment_text": "", "digests": { "md5": "9ef9ddcadd4b1a4f0ff1dfffd6a8ada9", "sha256": "1329ba98acc42bfed3af66860263c5ff5c2cc99f92769b40c98def690ca9f077" }, "downloads": -1, "filename": "django_orion_model-0.40-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "9ef9ddcadd4b1a4f0ff1dfffd6a8ada9", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 13465, "upload_time": "2019-02-04T19:34:11", "url": "https://files.pythonhosted.org/packages/61/6e/34a130da07181e38674e7412f02eb28470823bcf8057a5af32186768f7fd/django_orion_model-0.40-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "65eb9277405b7d2613823f0d69cec3b5", "sha256": "17da83870b7777d5e37dae1c2dc93ae4b1885a412c012e00d126289f98522038" }, "downloads": -1, "filename": "django-orion-model-0.40.tar.gz", "has_sig": false, "md5_digest": "65eb9277405b7d2613823f0d69cec3b5", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 10848, "upload_time": "2019-02-04T19:34:12", "url": "https://files.pythonhosted.org/packages/67/60/bb6aabcb1409df9de184b2b814c93bb5f1e1aed61cf02e4043b1a397b9ff/django-orion-model-0.40.tar.gz" } ], "0.41": [ { "comment_text": "", "digests": { "md5": "1c48293e73ad45eafb2963946dfca0fb", "sha256": "276566459b49f589f62e221ba956ff2362a88030fd3c83e389bed67b761c8982" }, "downloads": -1, "filename": "django_orion_model-0.41-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "1c48293e73ad45eafb2963946dfca0fb", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 13531, "upload_time": "2019-02-15T18:25:48", "url": "https://files.pythonhosted.org/packages/e8/6f/697f2e8a3dd1d1f5e00f978e44854018ebd1435b67247e431c4084e0588e/django_orion_model-0.41-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "b817fc5ffa96ee82fc1bc8631f7e778f", "sha256": "a72f8343f51b69c398a5554b3846cc8cdb52af94788183df6dfe1d003ef2b967" }, "downloads": -1, "filename": "django-orion-model-0.41.tar.gz", "has_sig": false, "md5_digest": "b817fc5ffa96ee82fc1bc8631f7e778f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 10901, "upload_time": "2019-02-15T18:25:49", "url": "https://files.pythonhosted.org/packages/f6/b4/7d2185e840856f1a50245274c1fd4a0e87a4d0bb47868d1d2a20380c536c/django-orion-model-0.41.tar.gz" } ], "0.52": [ { "comment_text": "", "digests": { "md5": "4bffeb7e2dedb80a5bdd8729098d0efe", "sha256": "865135f5f5db03beaf59c052bf0263f760218e27e65925f72d2f1c9f4f7b2535" }, "downloads": -1, "filename": "django_orion_model-0.52-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "4bffeb7e2dedb80a5bdd8729098d0efe", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 14851, "upload_time": "2019-02-28T11:25:03", "url": "https://files.pythonhosted.org/packages/95/66/e2e89b8fcadfaef3906b70629cdc1bb7c1a79c583fa6974f0d3f01dac944/django_orion_model-0.52-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "1995f0336bd86acd574efbf4b223ae7e", "sha256": "704b6102a772e9b3cabb08e52676bd91e8da0b3aad7f1e4dde67b16784ef2d7f" }, "downloads": -1, "filename": "django-orion-model-0.52.tar.gz", "has_sig": false, "md5_digest": "1995f0336bd86acd574efbf4b223ae7e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 11444, "upload_time": "2019-02-28T11:25:04", "url": "https://files.pythonhosted.org/packages/1f/ca/51b12bc22e3715b82a803e702c2c3facc3b83528b207d8ab3fab8b1c693a/django-orion-model-0.52.tar.gz" } ], "0.53": [ { "comment_text": "", "digests": { "md5": "7cf27088686b6d62a68ead1d3226b219", "sha256": "7cff755525019a9cda58c147498bb333deb3ca02bb44ace73b095d4404b0d2a4" }, "downloads": -1, "filename": "django_orion_model-0.53-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "7cf27088686b6d62a68ead1d3226b219", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 14965, "upload_time": "2019-03-08T10:32:14", "url": "https://files.pythonhosted.org/packages/b7/8a/bd4fb2b8e6c082bdf9d38c2221569d09204b2f2ac32a1d6b0def7304e3fb/django_orion_model-0.53-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "3efbe3ecb8df3ccda6c250dd73ba8873", "sha256": "34f648b5e8c1999fa1e12dcf31a9872851c66c21d911f88d3ab1bfeb6f315c9d" }, "downloads": -1, "filename": "django-orion-model-0.53.tar.gz", "has_sig": false, "md5_digest": "3efbe3ecb8df3ccda6c250dd73ba8873", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 11530, "upload_time": "2019-03-08T10:26:45", "url": "https://files.pythonhosted.org/packages/f8/a4/8d415aa22027ad9916644c391b04ddc4561263babbaad31437162af487a4/django-orion-model-0.53.tar.gz" } ], "0.54": [ { "comment_text": "", "digests": { "md5": "81578dc208cc480dea98d74aa206b55e", "sha256": "e01cb6d7f0d591b3f62f8729ee053c12f26ae547d4a59ff82b8ab1dc2338fa54" }, "downloads": -1, "filename": "django_orion_model-0.54-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "81578dc208cc480dea98d74aa206b55e", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 14964, "upload_time": "2019-03-08T10:32:29", "url": "https://files.pythonhosted.org/packages/4a/af/6b99cab155f3ee90c0a5293443ad33a9bd125a28b24fb34c3a1afd840ca0/django_orion_model-0.54-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "16fcf6519c7ee495596f28383e4cf30b", "sha256": "9298ad04613d3bf6c7e3b90a4234bcc9f4318cb87908a67d2f4c27cb33eef200" }, "downloads": -1, "filename": "django-orion-model-0.54.tar.gz", "has_sig": false, "md5_digest": "16fcf6519c7ee495596f28383e4cf30b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 11532, "upload_time": "2019-03-08T10:32:31", "url": "https://files.pythonhosted.org/packages/84/14/e77e68d0528ca831d17e38028ced25681b67a3a744d6875ff72c079229d4/django-orion-model-0.54.tar.gz" } ], "0.55": [ { "comment_text": "", "digests": { "md5": "5df6c3365c212e26679aeed48d996a8f", "sha256": "aa997c78add079cedb9df822a6ad6684153a2c967dc7b5316f34f7733d8873dc" }, "downloads": -1, "filename": "django_orion_model-0.55-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "5df6c3365c212e26679aeed48d996a8f", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 14962, "upload_time": "2019-03-12T09:49:55", "url": "https://files.pythonhosted.org/packages/ac/ac/2dc8b28ae8cf5673503025218cf99849ac7f45012de67a5cdf4079b80208/django_orion_model-0.55-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "d3f34e1866e8f5abc07e6da29fd467c7", "sha256": "c6c17f518a1dccf26e78283b77543ca74cd315a635c01f2011b1deda164afb74" }, "downloads": -1, "filename": "django-orion-model-0.55.tar.gz", "has_sig": false, "md5_digest": "d3f34e1866e8f5abc07e6da29fd467c7", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 11543, "upload_time": "2019-03-12T09:49:56", "url": "https://files.pythonhosted.org/packages/d0/67/e31771aef9f4b80124573f0e5d61f48538bccbc74339ade6726573f75b6b/django-orion-model-0.55.tar.gz" } ], "0.56": [ { "comment_text": "", "digests": { "md5": "86a69980a6d0d3fd218bee56409d91b8", "sha256": "7c3d18ab34a515b0817d165d5e7a0d80fa089600c81b278a712e78467644ce27" }, "downloads": -1, "filename": "django_orion_model-0.56-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "86a69980a6d0d3fd218bee56409d91b8", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 15040, "upload_time": "2019-03-26T10:58:27", "url": "https://files.pythonhosted.org/packages/5a/43/de22bf7b5de99b3d392ca40a4a50ffd555f1ed8be4b5e8571a9b2a8d5153/django_orion_model-0.56-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "f23732323b7214e153b1996a8c8acbff", "sha256": "294eea34ba96f69da91e9e9bcc95e4d719d34825ea51b472871f752eae9b8dda" }, "downloads": -1, "filename": "django-orion-model-0.56.tar.gz", "has_sig": false, "md5_digest": "f23732323b7214e153b1996a8c8acbff", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 11588, "upload_time": "2019-03-26T10:58:29", "url": "https://files.pythonhosted.org/packages/b3/df/e4d08b29a298a9b63727c71db5ab8c6e38c0fb0a0352ba909e9d1b4ab315/django-orion-model-0.56.tar.gz" } ], "0.57": [ { "comment_text": "", "digests": { "md5": "2cda14503b5f770c6ae051ca9fcdb39f", "sha256": "91d3e7f1f8d03a85c5e10f42ada8e233f757c1e2445929c3146f7d9fb0197405" }, "downloads": -1, "filename": "django_orion_model-0.57-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "2cda14503b5f770c6ae051ca9fcdb39f", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 15200, "upload_time": "2019-03-28T13:08:22", "url": "https://files.pythonhosted.org/packages/7b/ef/d632afffaa5ef9104372e48c5e8398c368efaee8cc74f58cabc813c4ce0c/django_orion_model-0.57-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "017065e9faa9b194f24d91b7980678f9", "sha256": "ebffec60c77947f0a2a933cded23abd8fb96dead01f6074f763b78604227ab6d" }, "downloads": -1, "filename": "django-orion-model-0.57.tar.gz", "has_sig": false, "md5_digest": "017065e9faa9b194f24d91b7980678f9", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 11746, "upload_time": "2019-03-28T13:08:23", "url": "https://files.pythonhosted.org/packages/e8/37/f534d8fb89f878c70379bffcc4a1dcc2b2fcd58bb589f773f118b362276e/django-orion-model-0.57.tar.gz" } ], "0.58": [ { "comment_text": "", "digests": { "md5": "d16ab11e1e769d8190c1f590186325c3", "sha256": "96273aad9e66748f37a6adaef8c07587179c8a318d251f8124609b17fde50b6c" }, "downloads": -1, "filename": "django_orion_model-0.58-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "d16ab11e1e769d8190c1f590186325c3", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 13771, "upload_time": "2019-06-26T10:03:13", "url": "https://files.pythonhosted.org/packages/85/ad/37250e75fe4a9afa0d575678a1b195399b0de8d838609608739ed968158a/django_orion_model-0.58-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "90d85cb4264fc8f2bc624d96f518fb86", "sha256": "5bb6f57743c713e3bddd1f43cf9d0a2d4476abcdabc8ad834240dd7836e31cc9" }, "downloads": -1, "filename": "django-orion-model-0.58.tar.gz", "has_sig": false, "md5_digest": "90d85cb4264fc8f2bc624d96f518fb86", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 11528, "upload_time": "2019-06-26T10:03:14", "url": "https://files.pythonhosted.org/packages/01/57/52763edbb7afbf03f7dd3261268d3b21d475135c99e512f094cf22aef97e/django-orion-model-0.58.tar.gz" } ], "0.60": [ { "comment_text": "", "digests": { "md5": "c3142f1b63bd6a35070534c11a155c16", "sha256": "d81f29d87a50ac8b56a17df4a20814f50766a239d6bb7bff98509b450c4d36bb" }, "downloads": -1, "filename": "django_orion_model-0.60-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "c3142f1b63bd6a35070534c11a155c16", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 15260, "upload_time": "2019-07-09T06:46:55", "url": "https://files.pythonhosted.org/packages/eb/20/50ffba87b0c2645b53e8d93d4cff7e883faad368cee5900c511e5f8d228b/django_orion_model-0.60-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "971fe1086c9d3d597cf8c32c19674023", "sha256": "dd59f3207ff15bed653e8c1915791dd4d49c7187781f526f9c649b3344090177" }, "downloads": -1, "filename": "django-orion-model-0.60.tar.gz", "has_sig": false, "md5_digest": "971fe1086c9d3d597cf8c32c19674023", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 11776, "upload_time": "2019-07-09T06:46:56", "url": "https://files.pythonhosted.org/packages/42/4a/de07c036b8dbc628c3cc641c65d80b060af3d324b858d837874e46159bf6/django-orion-model-0.60.tar.gz" } ], "0.70": [ { "comment_text": "", "digests": { "md5": "e3cceb28e94aed83aaa0136ebc81d815", "sha256": "1ec8a4f33fccafe52de21e6b717edea1e34f5c5186bf84e76397b6ed93ff79e9" }, "downloads": -1, "filename": "django_orion_model-0.70-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "e3cceb28e94aed83aaa0136ebc81d815", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 15286, "upload_time": "2019-08-15T20:02:50", "url": "https://files.pythonhosted.org/packages/8a/15/4b2c3ec28107a685ac7d1fa227c89265bdaf980070eb4b09832f348f48be/django_orion_model-0.70-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "24bbf3246bd523549a7d2fb345d3b138", "sha256": "9b76a03bc4c0e1f10b68c25710793605bec7d0cb7520e569e338495121f3747e" }, "downloads": -1, "filename": "django-orion-model-0.70.tar.gz", "has_sig": false, "md5_digest": "24bbf3246bd523549a7d2fb345d3b138", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 12901, "upload_time": "2019-08-15T20:02:52", "url": "https://files.pythonhosted.org/packages/21/ff/9a227f94a93972af79ae591085216b630beda897aeeb62fa03c798e8e2dd/django-orion-model-0.70.tar.gz" } ], "0.9": [ { "comment_text": "", "digests": { "md5": "cdaa500ac0b060810eeca36b46aa14c4", "sha256": "ae5c99d7803558e51e0981249179c3c57f5fa2729acb6a6bcca21bf6c9e04abd" }, "downloads": -1, "filename": "django_orion_model-0.9-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "cdaa500ac0b060810eeca36b46aa14c4", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 10459, "upload_time": "2018-05-03T15:52:26", "url": "https://files.pythonhosted.org/packages/53/d5/c33b177c4a15078e91b4b043436630280e77c492d1892ed821d5d06f9d57/django_orion_model-0.9-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "8c0448c9d65f5426e0f92a0fb25742c1", "sha256": "057f5071c8368ebfb9b9f6429f6eb4b9e7974b1a02a8b341e1a6e58f300aca07" }, "downloads": -1, "filename": "django-orion-model-0.9.tar.gz", "has_sig": false, "md5_digest": "8c0448c9d65f5426e0f92a0fb25742c1", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 8323, "upload_time": "2018-05-03T15:52:27", "url": "https://files.pythonhosted.org/packages/bf/ff/ea2c66c95063f9e5fbb5618f803d996e9e45159382ec664110b5303dae81/django-orion-model-0.9.tar.gz" } ], "0.9.1": [ { "comment_text": "", "digests": { "md5": "1b90ec05cb70978f4f6e48f242f94399", "sha256": "3d89309d77bf83ab08290144f493eb2d51054fdfa2eedc5c87fa935ee14b0c18" }, "downloads": -1, "filename": "django_orion_model-0.9.1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "1b90ec05cb70978f4f6e48f242f94399", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 10495, "upload_time": "2018-05-04T07:50:30", "url": "https://files.pythonhosted.org/packages/5e/7a/d8e8396354e66045b6f8af8a187520009535fc0fbfcc41ecfb6d7b654b62/django_orion_model-0.9.1-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "456233c7200b3d19fbe8997199bf45ed", "sha256": "61c1d9326cb5dac031b0c943c6be885b4a28ee3d25755604d2922f44ce4af052" }, "downloads": -1, "filename": "django-orion-model-0.9.1.tar.gz", "has_sig": false, "md5_digest": "456233c7200b3d19fbe8997199bf45ed", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 8328, "upload_time": "2018-05-04T07:50:31", "url": "https://files.pythonhosted.org/packages/3d/67/fcd8ad5247d93c4051b4c8c65b95345fcbdaeb1fd874a7ec91eb0fa7750e/django-orion-model-0.9.1.tar.gz" } ], "0.9.3": [ { "comment_text": "", "digests": { "md5": "8e6e0f3b3d257f01a35b1de8dd47ea19", "sha256": "54a50e840b1b10004c6e7d9cd97622fb2680a14f7904542b11c29aa6703b7ca3" }, "downloads": -1, "filename": "django_orion_model-0.9.3-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "8e6e0f3b3d257f01a35b1de8dd47ea19", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 10526, "upload_time": "2018-05-04T09:27:29", "url": "https://files.pythonhosted.org/packages/d6/c0/3008f6df1bdbeab3103dc0b4a9a3ee607488624049377fd3f47cf70bf68a/django_orion_model-0.9.3-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "35fec2709fbd7dc899ef68ce43687ee7", "sha256": "80943385c81a7269e2c6e170095cfd1947416f5ed3a05e3c02495404189a1a99" }, "downloads": -1, "filename": "django-orion-model-0.9.3.tar.gz", "has_sig": false, "md5_digest": "35fec2709fbd7dc899ef68ce43687ee7", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6762, "upload_time": "2018-05-04T09:27:30", "url": "https://files.pythonhosted.org/packages/3a/28/b708c141f7e489f49674d64516300f6653bba35f538e77e36d4d31893d72/django-orion-model-0.9.3.tar.gz" } ], "0.9.5": [ { "comment_text": "", "digests": { "md5": "6a30fab255dda939e45702dae4f4fe24", "sha256": "9db7992fda576538e2dc1c7241c452106f48040c24795598cde118bb0266db4d" }, "downloads": -1, "filename": "django_orion_model-0.9.5-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "6a30fab255dda939e45702dae4f4fe24", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 8536, "upload_time": "2018-06-03T13:02:09", "url": "https://files.pythonhosted.org/packages/52/29/cf402bba0ca0349900f7f39a2422af9bd714618cc7274941a96176d1c6fe/django_orion_model-0.9.5-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "1fdafb24f523b31d40a0e503f958ba43", "sha256": "d94346119de8abd51f16773858a6237f2a8e1b8f3b4d6a6458c3c3316024e173" }, "downloads": -1, "filename": "django-orion-model-0.9.5.tar.gz", "has_sig": false, "md5_digest": "1fdafb24f523b31d40a0e503f958ba43", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7659, "upload_time": "2018-06-03T13:02:10", "url": "https://files.pythonhosted.org/packages/a0/29/20ecbcede5c42af23df7edc6cfb1bbf877fc87ac79261fad0fe6851dd693/django-orion-model-0.9.5.tar.gz" } ], "0.9.6": [ { "comment_text": "", "digests": { "md5": "0169103faf0ce200cc6538f0289ed16e", "sha256": "5ad48927862893a52d483f7d677325698e2a9a91737cad88727f8920e869abfb" }, "downloads": -1, "filename": "django_orion_model-0.9.6-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "0169103faf0ce200cc6538f0289ed16e", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 12428, "upload_time": "2018-06-03T17:36:18", "url": "https://files.pythonhosted.org/packages/51/2b/bf826f5109b5dd87598664df85d07acbcb6d47446406278b3d62b991be27/django_orion_model-0.9.6-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "f54989c0439b557f5e9863a4dddf73e7", "sha256": "6d05d90c8e0bcf3b20c9bae22f4ac723676b520a178c5c360f098dc22e0fe110" }, "downloads": -1, "filename": "django-orion-model-0.9.6.tar.gz", "has_sig": false, "md5_digest": "f54989c0439b557f5e9863a4dddf73e7", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 9420, "upload_time": "2018-06-03T17:36:20", "url": "https://files.pythonhosted.org/packages/7d/06/4ed407eec8b012c4ee3ae6673bdbb48a37f20a6fba3d6c33ef312179e996/django-orion-model-0.9.6.tar.gz" } ], "0.9.7": [ { "comment_text": "", "digests": { "md5": "7914f06dc73dbb13dfb78bfa119a92df", "sha256": "0565831e84d222d69f62b2d9246e6b41a27030117047dfa59578fd6ed5855b52" }, "downloads": -1, "filename": "django_orion_model-0.9.7-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "7914f06dc73dbb13dfb78bfa119a92df", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 9871, "upload_time": "2018-06-03T22:47:17", "url": "https://files.pythonhosted.org/packages/b9/e7/748d9e7d4ca0d978d174413ff3cfafa6093dc074a9c92c7831fd52341a05/django_orion_model-0.9.7-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "718ef467e4cd35a18f8e727bb3ddd26d", "sha256": "6e931a2f7e0ce613ebc9e1ae5e3f33944f4e575dbc63c8e225e0fa6deb90bd9e" }, "downloads": -1, "filename": "django-orion-model-0.9.7.tar.gz", "has_sig": false, "md5_digest": "718ef467e4cd35a18f8e727bb3ddd26d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 9412, "upload_time": "2018-06-03T22:47:18", "url": "https://files.pythonhosted.org/packages/73/af/3e803e35ab27576bcf69f21e2710bee1627cd11ce15d6eed6e8fd7273b92/django-orion-model-0.9.7.tar.gz" } ], "0.9.8": [ { "comment_text": "", "digests": { "md5": "5edbf77f238da80d1bcc14ca5150ee8f", "sha256": "c27ac766735569b576fd292757407c7fa316ef76a35b42d047f0587afa167043" }, "downloads": -1, "filename": "django_orion_model-0.9.8-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "5edbf77f238da80d1bcc14ca5150ee8f", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 9371, "upload_time": "2018-09-14T14:19:39", "url": "https://files.pythonhosted.org/packages/a4/2c/d5083d41ec3fd1903f6104f00152b9d9919fab5afdf560279701ac502757/django_orion_model-0.9.8-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "b0e1c5e8a2db5855d90bb9ce3ffb892a", "sha256": "0e082ac04606d1281a22464437815ec8cde208ab0444c8cb6e29b15ff4c2da1f" }, "downloads": -1, "filename": "django-orion-model-0.9.8.tar.gz", "has_sig": false, "md5_digest": "b0e1c5e8a2db5855d90bb9ce3ffb892a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7765, "upload_time": "2018-09-14T14:19:40", "url": "https://files.pythonhosted.org/packages/e3/cc/8b5a5f80cf1ea0048fccd72588f552888ae6f0adaaf11c4f5048846c3138/django-orion-model-0.9.8.tar.gz" } ], "0.9.9": [ { "comment_text": "", "digests": { "md5": "4ccbd7e1a0d16a52a38675b0da9b6cce", "sha256": "0569c553b98feeaa3c2adb10ea395ce0372cd4152ab31276bf31c8a5561ad65a" }, "downloads": -1, "filename": "django-orion-model-0.9.9.tar.gz", "has_sig": false, "md5_digest": "4ccbd7e1a0d16a52a38675b0da9b6cce", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7173, "upload_time": "2018-09-14T15:30:52", "url": "https://files.pythonhosted.org/packages/02/21/92b1303799c204423e3bee0f995a844b6d4939af34b5e2e473838ec803ed/django-orion-model-0.9.9.tar.gz" } ], "0.91": [ { "comment_text": "", "digests": { "md5": "44eacb6e45d3ebab34669b109a56d212", "sha256": "68710c3f750b64dab5c88a67ca40cd03d88207cea51bb0cdd33f1cba49f25f09" }, "downloads": -1, "filename": "django_orion_model-0.91-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "44eacb6e45d3ebab34669b109a56d212", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 16342, "upload_time": "2019-08-31T13:21:12", "url": "https://files.pythonhosted.org/packages/26/5f/467261a254a4f1b3bb5c847f648ce4d5c17a05f877a2389990b452ea0f50/django_orion_model-0.91-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "c51a53bc629c36766470179167f29e21", "sha256": "771a0da010b168a2da7f8eaab94ea07690dbb4dc6d39a94e5544828e24a2cc0b" }, "downloads": -1, "filename": "django-orion-model-0.91.tar.gz", "has_sig": false, "md5_digest": "c51a53bc629c36766470179167f29e21", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 13268, "upload_time": "2019-08-31T13:21:13", "url": "https://files.pythonhosted.org/packages/bd/d5/575920f2a88f75eec662ba0484d7fc48aeef21337ab770746eebe51a1151/django-orion-model-0.91.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "44eacb6e45d3ebab34669b109a56d212", "sha256": "68710c3f750b64dab5c88a67ca40cd03d88207cea51bb0cdd33f1cba49f25f09" }, "downloads": -1, "filename": "django_orion_model-0.91-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "44eacb6e45d3ebab34669b109a56d212", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 16342, "upload_time": "2019-08-31T13:21:12", "url": "https://files.pythonhosted.org/packages/26/5f/467261a254a4f1b3bb5c847f648ce4d5c17a05f877a2389990b452ea0f50/django_orion_model-0.91-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "c51a53bc629c36766470179167f29e21", "sha256": "771a0da010b168a2da7f8eaab94ea07690dbb4dc6d39a94e5544828e24a2cc0b" }, "downloads": -1, "filename": "django-orion-model-0.91.tar.gz", "has_sig": false, "md5_digest": "c51a53bc629c36766470179167f29e21", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 13268, "upload_time": "2019-08-31T13:21:13", "url": "https://files.pythonhosted.org/packages/bd/d5/575920f2a88f75eec662ba0484d7fc48aeef21337ab770746eebe51a1151/django-orion-model-0.91.tar.gz" } ] }