{ "info": { "author": "Martin P. Hellwig", "author_email": "martin.hellwig@gmail.com", "bugtrack_url": null, "classifiers": [ "Programming Language :: Python :: 3" ], "description": ".. image:: https://img.shields.io/codeship/8c6d7510-148d-0134-3d1b-7a5ab8a25fce/default.svg\n :target: https://bitbucket.org/hellwig/django-integrator\n.. image:: https://coveralls.io/repos/bitbucket/hellwig/django-integrator/badge.svg?branch=default \n :target: https://coveralls.io/bitbucket/hellwig/django-integrator?branch=default\n.. image:: https://img.shields.io/pypi/v/django-integrator.svg\n :target: https://pypi.python.org/pypi/Django-Integrator/\n.. image:: https://img.shields.io/badge/Donate-PayPal-blue.svg\n :target: https://paypal.me/MartinHellwig\n.. image:: https://img.shields.io/badge/Donate-Patreon-orange.svg\n :target: https://www.patreon.com/hellwig\n \n\n#################\nDjango Integrator\n#################\n\nWhat is it?\n===========\n- A library to conveniently import and use an integrator compliant applications.\n- A tool for starting a new Django project with the focus on creating a\n distributable application.\n\n\nWhat problem does it solve?\n===========================\nAn integrator compliant distributable application contains its own settings and\nurl file, which using the library can than be imported into the main settings\nfile. This way the main settings file can be kept relatively clean and simple\nthus being more the 'server' part of the Django install.\nThis made it easier for me to split my django project out in several different\napplications, which improved modularity, maintainability and readability.\n\n\nHow do I install it?\n====================\npip install django-integrator\n\n\nHow do I use it?\n================\nAs stated above there are two use cases, create and library.\n\nCreate\n------\nTo create a new project go to the folder where you want the new project to be\ncreated in. Then issue the command: \n$ django-integrator-create pypi_name django_app_class_name verbose_name author email\nThe parameters mean the following:\n\npypi_name:\n The name of this application as it would be in the PyPI register, the program\n will do a query to determine if the name is available (at the time).\n The actual importable name will be the pypi_name with '-' replaced with\n underscores.\n \ndjango_app_class_name:\n The name that the application class (as in the apps.py) will have in Django.\n\nverbose_name:\n The name as the app will be displayed in, for example, the admin interface.\n\nauthor:\n Your name\n\nemail:\n Your email address\n\nThis will create a new project, with some additional files and adjusted layouts\ncompared to the default django one. Most notably, the interface folder contains\nonly just enough to get wsgi server set. The rest is stored in the app folder.\nThere is also a script calls devset.py which removes the current sqlite db,\ndeletes the lates migration file, recreates migration file, set the admin user\nup with password admin and starts a development server.\n\nThe settings file in the app folder mirrors layout wise the same as the 'normal'\nsettings file with the exception that there is some extra logic for certain\nconfigurations like middleware. Sometimes it is import that certain middleware\nare imported before another one. To achieve this just put your middleware in\nfollowed by the middleware it must precede. The library will detect that the\nmiddleware already exist and will add your middleware before that one.\n\nFurthermore it also creates a setup.py file, which can be used as a base to\nupload the app to PyPi.\n\n\nLibrary\n-------\nAt the end of the inteface.settings file you see the following lines:\n\n.. sourcecode:: shell\n\n >>> import django_integrator\n >>> django_integrator.add_application('your_app_name')\n\nTo add more applications to your system simply repeat the last line.\nURL wise you can see that in interface.urls the following lines are at the end:\n\n.. sourcecode:: shell\n\n >>> import django_integrator\n >>> django_integrator.add_urlpatterns(urlpatterns)\n\nThis will add all the applications urls to the server urls file, be careful as\nthis will overwrite previous defined urls if the path clashes.\n\n\nWhat license is this?\n=====================\nTwo-clause BSD\n\n\nHow can I get support?\n======================\nPlease use the repo's bug tracker to leave behind any questions, feedback,\nsuggestions and comments. I will handle them depending on my time and what looks\ninteresting. If you require guaranteed support please contact me via\ne-mail so we can discuss appropriate compensation.\n\n\nSigning Off\n===========\nIs my work helpful or valuable to you? You can repay me by donating via:\n\nhttps://paypal.me/MartinHellwig\n\n.. image:: https://img.shields.io/badge/PayPal-MartinHellwig-blue.svg\n :target: https://paypal.me/MartinHellwig\n :alt: Donate via PayPal.Me\n :scale: 120 %\n\n-or-\n\nhttps://www.patreon.com/hellwig\n\n.. image:: https://img.shields.io/badge/Patreon-hellwig-orange.svg\n :target: https://www.patreon.com/hellwig\n :alt: Donate via Patreon\n :scale: 120 %\n\n\nThank you!", "description_content_type": null, "docs_url": null, "download_url": "https://bitbucket.org/hellwig/Django-Integrator/get/349f733a808feb583cbbb4b0764691fd04acc6b4.zip", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://bitbucket.org/hellwig/Django-Integrator/", "keywords": "django", "license": "BSD", "maintainer": null, "maintainer_email": null, "name": "Django-Integrator", "package_url": "https://pypi.org/project/Django-Integrator/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/Django-Integrator/", "project_urls": { "Download": "https://bitbucket.org/hellwig/Django-Integrator/get/349f733a808feb583cbbb4b0764691fd04acc6b4.zip", "Homepage": "https://bitbucket.org/hellwig/Django-Integrator/" }, "release_url": "https://pypi.org/project/Django-Integrator/1.1.1.1/", "requires_dist": null, "requires_python": null, "summary": "Create and use django-integrator compliant applications.", "version": "1.1.1.1" }, "last_serial": 2275687, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "a6e49e58cd4238415e7c31516446a8b6", "sha256": "813b6c0462e9584ee2eb3bfd19bb0c2f99fbb5021960e1a146188014a35248f8" }, "downloads": -1, "filename": "Django-Integrator-0.1.0.tar.gz", "has_sig": false, "md5_digest": "a6e49e58cd4238415e7c31516446a8b6", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1949, "upload_time": "2016-05-10T13:39:43", "url": "https://files.pythonhosted.org/packages/63/ac/ef27f8fa0d117f70852f766997d98c093630b5594accfa65235ba3660e98/Django-Integrator-0.1.0.tar.gz" } ], "0.1.1": [ { "comment_text": "", "digests": { "md5": "e2806b38d3ad0d5296e418462766ff8d", "sha256": "75b7dfb1098efb401294f59d32d57b936a6e807c43c011bf268afa6afbeba9e8" }, "downloads": -1, "filename": "Django-Integrator-0.1.1.tar.gz", "has_sig": false, "md5_digest": "e2806b38d3ad0d5296e418462766ff8d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1988, "upload_time": "2016-05-10T14:46:54", "url": "https://files.pythonhosted.org/packages/6e/20/7f4eceb34930c65882307d4274e5470aaa99f0ad7da0286cb03662ad301a/Django-Integrator-0.1.1.tar.gz" } ], "0.1.3": [ { "comment_text": "", "digests": { "md5": "75c925d2cdadda388e00a8751f92098a", "sha256": "4c3e8ea93e1ca33074d86544091b34c128b4f0e383ee36f32bfa859e6fdd5797" }, "downloads": -1, "filename": "Django-Integrator-0.1.3.tar.gz", "has_sig": false, "md5_digest": "75c925d2cdadda388e00a8751f92098a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4372, "upload_time": "2016-05-25T23:01:40", "url": "https://files.pythonhosted.org/packages/05/f4/96d78c65fe899965ab60a298f817e669892f21eeda09e35cbb9ba63bfd83/Django-Integrator-0.1.3.tar.gz" } ], "0.1.5": [ { "comment_text": "", "digests": { "md5": "c5b1dd2b3a4400966deac16e29f90627", "sha256": "8bdaacddade49e03ff31935cfb187cce4a396e45d0c4a99e60cb681dad30842a" }, "downloads": -1, "filename": "Django-Integrator-0.1.5.tar.gz", "has_sig": false, "md5_digest": "c5b1dd2b3a4400966deac16e29f90627", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2142, "upload_time": "2016-05-25T23:23:18", "url": "https://files.pythonhosted.org/packages/e4/5a/c6b9138e903bc1a97baf7c5137bf64a722931f811cca24de0253b3948dcf/Django-Integrator-0.1.5.tar.gz" } ], "0.1.7": [ { "comment_text": "", "digests": { "md5": "7c62226c56c8ea28f89dea183bb48770", "sha256": "452a2d5d5e26cccd54172c840d8ed539d0db3d26eed2f064ab066b80da0374af" }, "downloads": -1, "filename": "Django-Integrator-0.1.7.tar.gz", "has_sig": false, "md5_digest": "7c62226c56c8ea28f89dea183bb48770", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7426, "upload_time": "2016-05-26T00:00:27", "url": "https://files.pythonhosted.org/packages/d4/bc/437f368f1e5fc5b3383dfd31a7af4768b50d2f0bc8c21598864e0a9b3fc7/Django-Integrator-0.1.7.tar.gz" } ], "0.1.8": [ { "comment_text": "", "digests": { "md5": "294a9d2f19352cfbcb42375122c3d514", "sha256": "350a846671cb653737a7bffd1430e6ee5ed904399ffbd257c7dd8bc1aabf2229" }, "downloads": -1, "filename": "Django-Integrator-0.1.8.tar.gz", "has_sig": false, "md5_digest": "294a9d2f19352cfbcb42375122c3d514", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7428, "upload_time": "2016-05-26T00:07:34", "url": "https://files.pythonhosted.org/packages/7b/7a/9f896d5bce9520eb5882370c20f6851af8a84ec0ad4a89379f040fc4423b/Django-Integrator-0.1.8.tar.gz" } ], "0.1.9": [ { "comment_text": "", "digests": { "md5": "f2af5b81ae5770ed761f747cc5de0a87", "sha256": "83e812cb2bfbd5c981b83541a2f167365b1484f3d163bec3f7cc6e37d643188c" }, "downloads": -1, "filename": "Django-Integrator-0.1.9.tar.gz", "has_sig": false, "md5_digest": "f2af5b81ae5770ed761f747cc5de0a87", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7511, "upload_time": "2016-05-31T21:42:46", "url": "https://files.pythonhosted.org/packages/47/7d/3aa3a3f12d67699b7c8997b0b9c3a515ea17954c6477bd143b495cade4a6/Django-Integrator-0.1.9.tar.gz" } ], "0.9.2": [ { "comment_text": "", "digests": { "md5": "2dde2f3ade56efbaae752dc4ab9eca02", "sha256": "aee4e87444e364ad29e16e3331c62744397be085887fb1d40374ab9988ee3d18" }, "downloads": -1, "filename": "Django-Integrator-0.9.2.tar.gz", "has_sig": false, "md5_digest": "2dde2f3ade56efbaae752dc4ab9eca02", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 10200, "upload_time": "2016-06-14T22:01:01", "url": "https://files.pythonhosted.org/packages/ff/b4/8892ce8b4390dd68b5ed474fc26768233f2cef36b35c6f05590489366c1e/Django-Integrator-0.9.2.tar.gz" } ], "0.9.3": [ { "comment_text": "", "digests": { "md5": "a9770faf0e898606ddaa04272d0c8113", "sha256": "3274a5c2be7ecd12df4edaf019f50a9db84ec1671ba0a04d859b01e9ef8d5bd0" }, "downloads": -1, "filename": "Django-Integrator-0.9.3.tar.gz", "has_sig": false, "md5_digest": "a9770faf0e898606ddaa04272d0c8113", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 10253, "upload_time": "2016-06-14T22:20:42", "url": "https://files.pythonhosted.org/packages/a5/ac/b477c44e05dfeb7f7797c2f886bdd93aeddc9db83d51d58e4bbd1ba3fae7/Django-Integrator-0.9.3.tar.gz" } ], "1.0.0.1": [ { "comment_text": "", "digests": { "md5": "b79bcc503229fe9d192a2f9da1a5e42c", "sha256": "84abbaab72bf956084c5fd9c9a66b66c753ee8e45fa115b204e188b3f3e5565f" }, "downloads": -1, "filename": "Django-Integrator-1.0.0.1.tar.gz", "has_sig": false, "md5_digest": "b79bcc503229fe9d192a2f9da1a5e42c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 10255, "upload_time": "2016-06-14T22:23:27", "url": "https://files.pythonhosted.org/packages/52/45/c0ce3a13866d9289cc9739a76856f6923d158fa7f7194e99b8088f61079d/Django-Integrator-1.0.0.1.tar.gz" } ], "1.0.0.10": [ { "comment_text": "", "digests": { "md5": "32aef2e70c79ee7ef28ef71f7ebb65ca", "sha256": "1476cc74c95879739e3a48373c40f57bc35ef8cee839d23d35e2dbdd99bb2bea" }, "downloads": -1, "filename": "Django-Integrator-1.0.0.10.tar.gz", "has_sig": false, "md5_digest": "32aef2e70c79ee7ef28ef71f7ebb65ca", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 10459, "upload_time": "2016-06-19T00:43:30", "url": "https://files.pythonhosted.org/packages/ee/d8/423d00032bfc9c9874dbc60d04e081fc856076e9349bcf4bd963dcf8c4d5/Django-Integrator-1.0.0.10.tar.gz" } ], "1.0.0.2": [ { "comment_text": "", "digests": { "md5": "a10f56629fd193b07ef91364c88619b6", "sha256": "8618013b78bef208e5b0361d1f92a0cb1152620f864a1a0bd622fa93caafca60" }, "downloads": -1, "filename": "Django-Integrator-1.0.0.2.tar.gz", "has_sig": false, "md5_digest": "a10f56629fd193b07ef91364c88619b6", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 10250, "upload_time": "2016-06-14T22:29:17", "url": "https://files.pythonhosted.org/packages/b1/e0/7f446bbb9d12f7f3d69a0640c0a76294e49759f7594b1adc717c1e40a88f/Django-Integrator-1.0.0.2.tar.gz" } ], "1.0.0.3": [ { "comment_text": "", "digests": { "md5": "bddaa72132cf4e595881ea2c8b0b9fac", "sha256": "03c15724643eeed16094c66d359185275164f72b43a9961e26dfc1535106dca9" }, "downloads": -1, "filename": "Django-Integrator-1.0.0.3.tar.gz", "has_sig": false, "md5_digest": "bddaa72132cf4e595881ea2c8b0b9fac", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 10275, "upload_time": "2016-06-14T22:48:04", "url": "https://files.pythonhosted.org/packages/f4/9e/10214e9444afa74c58c5e3f677d9dbc73357233a418df864df5e245f6e5e/Django-Integrator-1.0.0.3.tar.gz" } ], "1.0.0.4": [ { "comment_text": "", "digests": { "md5": "9934cb75bb2ccf67b6cadf62d37fbec8", "sha256": "4b84ed44f2ba0d8374df15e7c534284f22597f54dd42e2e42f561358f1a090ca" }, "downloads": -1, "filename": "Django-Integrator-1.0.0.4.tar.gz", "has_sig": false, "md5_digest": "9934cb75bb2ccf67b6cadf62d37fbec8", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 10271, "upload_time": "2016-06-14T23:01:45", "url": "https://files.pythonhosted.org/packages/b5/c4/8cd823b87822c81bee17f8eb32e343628cab97501f678057b927505599db/Django-Integrator-1.0.0.4.tar.gz" } ], "1.0.0.5": [ { "comment_text": "", "digests": { "md5": "1f3c210cd2e642c4b3c3ba10d7db29c6", "sha256": "e31c0f23439ce033df351b314e41b32d8ff9f15da12e39fc08f9946179e2a1e9" }, "downloads": -1, "filename": "Django-Integrator-1.0.0.5.tar.gz", "has_sig": false, "md5_digest": "1f3c210cd2e642c4b3c3ba10d7db29c6", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 10272, "upload_time": "2016-06-14T23:03:10", "url": "https://files.pythonhosted.org/packages/4c/06/fa1b3f8ae0022a79f41e277dbad61a09a47280ea7634aea7e7636383c4b7/Django-Integrator-1.0.0.5.tar.gz" } ], "1.0.0.6": [ { "comment_text": "", "digests": { "md5": "ef5ac6598e36e10a561cce65be0a13b8", "sha256": "39ce48cdaeae98a62b9c5e5eb92d16398c7e3488802bf6653f35e4a89b4f4a76" }, "downloads": -1, "filename": "Django-Integrator-1.0.0.6.tar.gz", "has_sig": false, "md5_digest": "ef5ac6598e36e10a561cce65be0a13b8", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 10276, "upload_time": "2016-06-15T07:56:41", "url": "https://files.pythonhosted.org/packages/c1/90/0781cc44afba149202096865174b57789975a1da494c8b0c86c9e4c486bb/Django-Integrator-1.0.0.6.tar.gz" } ], "1.0.0.7": [ { "comment_text": "", "digests": { "md5": "b2fb0f3bcefd26557ff117e2f786c8b2", "sha256": "b1da1bcecebda11a2aab8cd6c70cb741009124edc47177be54c0144c4cf1b43f" }, "downloads": -1, "filename": "Django-Integrator-1.0.0.7.tar.gz", "has_sig": false, "md5_digest": "b2fb0f3bcefd26557ff117e2f786c8b2", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 10270, "upload_time": "2016-06-15T22:09:58", "url": "https://files.pythonhosted.org/packages/94/aa/d4baf6f11cb23791d486a0e1ddc160790207af42de004e22babc2e9e9ba2/Django-Integrator-1.0.0.7.tar.gz" } ], "1.0.0.8": [ { "comment_text": "", "digests": { "md5": "794139e5ad8dfd706d3327920cdd6169", "sha256": "69f3c50a7f4e497023bfbb3a86cad88aa116ccd6befc976054f7de7acc4cf8ed" }, "downloads": -1, "filename": "Django-Integrator-1.0.0.8.tar.gz", "has_sig": false, "md5_digest": "794139e5ad8dfd706d3327920cdd6169", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 10275, "upload_time": "2016-06-15T22:23:49", "url": "https://files.pythonhosted.org/packages/4d/d5/c1f6326ed4d4dded5745d21c247de6eea8c99ada1e655fe6e1f11634ced7/Django-Integrator-1.0.0.8.tar.gz" } ], "1.0.0.9": [ { "comment_text": "", "digests": { "md5": "ca603c26449a72ef8ec51052fda467ea", "sha256": "10222c2c0d242659dc0558be2deda4596d5b1d64b1f003ee964ab74b1c783069" }, "downloads": -1, "filename": "Django-Integrator-1.0.0.9.tar.gz", "has_sig": false, "md5_digest": "ca603c26449a72ef8ec51052fda467ea", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 10363, "upload_time": "2016-06-16T09:38:09", "url": "https://files.pythonhosted.org/packages/45/c2/b073a1f265c805739b95fb5821609498bee5b25d32d340dcbbc675f45141/Django-Integrator-1.0.0.9.tar.gz" } ], "1.0.1.1": [ { "comment_text": "", "digests": { "md5": "21cd2dfcf28ed68cd60a2bf3f3d2d47b", "sha256": "121627edc419675cb9e7fc8e50f20e40244f59a7d449a987eeae0ded4c745df7" }, "downloads": -1, "filename": "Django-Integrator-1.0.1.1.tar.gz", "has_sig": false, "md5_digest": "21cd2dfcf28ed68cd60a2bf3f3d2d47b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 10463, "upload_time": "2016-06-21T13:50:13", "url": "https://files.pythonhosted.org/packages/1d/9b/c102c5c8282c18766dfef3f82b23b218f1f0e9513b1b99cc01e04d304f55/Django-Integrator-1.0.1.1.tar.gz" } ], "1.0.1.2": [ { "comment_text": "", "digests": { "md5": "b52fd738d6bbdce11b3e6352c7e803f7", "sha256": "d8cc4c77a11b78cbccf0edcf47567dcb7b2585f46adbfbfafbf9250b168cd806" }, "downloads": -1, "filename": "Django-Integrator-1.0.1.2.tar.gz", "has_sig": false, "md5_digest": "b52fd738d6bbdce11b3e6352c7e803f7", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 10462, "upload_time": "2016-07-02T16:36:36", "url": "https://files.pythonhosted.org/packages/d3/d1/435a430366c4ca83aadefcfb25be71ea0720f6912810e6d5bf49f7b439ea/Django-Integrator-1.0.1.2.tar.gz" } ], "1.0.1.3": [ { "comment_text": "", "digests": { "md5": "463e4bc347e5b1e15a0d33186262c922", "sha256": "ea1c846af59394f9b8630896c4b48b8989f17f91ebe27da9b6b97172acd080fd" }, "downloads": -1, "filename": "Django-Integrator-1.0.1.3.tar.gz", "has_sig": false, "md5_digest": "463e4bc347e5b1e15a0d33186262c922", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 10225, "upload_time": "2016-07-12T22:47:56", "url": "https://files.pythonhosted.org/packages/2a/77/50cb9a27456f0434517f95f8c27cd182f3b8a48b6abf1b076cfc53d3afe2/Django-Integrator-1.0.1.3.tar.gz" } ], "1.1.0.1": [ { "comment_text": "", "digests": { "md5": "ed2e9c71a8bc0e3bef3116c113f38c6d", "sha256": "51e0712c90da9f0be09ccbd58587fb94a2687f622fdd070d6cd13b325a7d0872" }, "downloads": -1, "filename": "Django-Integrator-1.1.0.1.tar.gz", "has_sig": false, "md5_digest": "ed2e9c71a8bc0e3bef3116c113f38c6d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 10351, "upload_time": "2016-08-11T10:48:45", "url": "https://files.pythonhosted.org/packages/b2/ac/9d66f9f13f69234ddabe699dc91e4986ad8a5520cb8bfb8c78c83d8a247f/Django-Integrator-1.1.0.1.tar.gz" } ], "1.1.1.1": [ { "comment_text": "", "digests": { "md5": "3885ac735394e0d975d16e9556f7474a", "sha256": "baae83c83f86bddbad66b067aee2a3e05a798aa237486857be46cbe981775358" }, "downloads": -1, "filename": "Django-Integrator-1.1.1.1.tar.gz", "has_sig": false, "md5_digest": "3885ac735394e0d975d16e9556f7474a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 10363, "upload_time": "2016-08-11T11:13:26", "url": "https://files.pythonhosted.org/packages/97/93/b29a137e51ab48930ff18b636b61f8f9fb18e07ab3dfe50eed905feafb04/Django-Integrator-1.1.1.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "3885ac735394e0d975d16e9556f7474a", "sha256": "baae83c83f86bddbad66b067aee2a3e05a798aa237486857be46cbe981775358" }, "downloads": -1, "filename": "Django-Integrator-1.1.1.1.tar.gz", "has_sig": false, "md5_digest": "3885ac735394e0d975d16e9556f7474a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 10363, "upload_time": "2016-08-11T11:13:26", "url": "https://files.pythonhosted.org/packages/97/93/b29a137e51ab48930ff18b636b61f8f9fb18e07ab3dfe50eed905feafb04/Django-Integrator-1.1.1.1.tar.gz" } ] }