{ "info": { "author": "Nathan Swain", "author_email": "nathan.swain@byu.net", "bugtrack_url": null, "classifiers": [ "Environment :: Web Environment", "Framework :: Django", "Intended Audience :: Developers", "License :: OSI Approved :: BSD License", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.7", "Topic :: Internet :: WWW/HTTP", "Topic :: Internet :: WWW/HTTP :: Dynamic Content" ], "description": "===========\nTethys Apps\n===========\n\nTethys apps is an app that adds the capabilities to develop and host Tethys apps within your site.\n\nInstallation\n------------\n\nTethys Apps can be installed via pip or by downloading the source. To install via pip or easy_install::\n\n pip install django-tethys_apps\n\nTo install via download::\n\n git clone https://github.com/CI-WATER/django-tethys_apps.git\n cd django-tethys_apps\n python setup.py install\n\nDjango Configuration\n--------------------\n\n1. Add \"tethys_apps\" to your INSTALLED_APPS setting like this::\n\n INSTALLED_APPS = (\n ...\n 'tethys_apps',\n )\n\n2. Include the Tethys URLconf in your project urls.py like this::\n\n url(r'^apps/', include('tethys_apps.urls')),\n\n3. Add the Tethys static files finder to STATICFILES_FINDERS setting. Also, include the default staticfiles finders::\n\n STATICFILES_FINDERS = ('django.contrib.staticfiles.finders.FileSystemFinder',\n 'django.contrib.staticfiles.finders.AppDirectoriesFinder',\n 'tethys_apps.utilities.TethysAppsStaticFinder')\n\n4. Add the Tethys apps template loaders to the TEMPLATE_LOADERS setting. Also, include the default template loaders::\n\n TEMPLATE_LOADERS = ('django.template.loaders.filesystem.Loader',\n 'django.template.loaders.app_directories.Loader',\n 'tethys_apps.utilities.tethys_apps_template_loader')\n\n5. Add the Tethys apps context processor and include all the default context processors::\n\n TEMPLATE_CONTEXT_PROCESSORS = ('django.contrib.auth.context_processors.auth',\n 'django.core.context_processors.debug',\n 'django.core.context_processors.i18n',\n 'django.core.context_processors.media',\n 'django.core.context_processors.static',\n 'django.core.context_processors.tz',\n 'django.contrib.messages.context_processors.messages',\n 'tethys_apps.context_processors.tethys_apps_context')\n\n6. Tethys apps requires a PostgreSQL > 9.1 database with the PostGIS > 2.1 extension. Refer to the documentation for each\nproject for installation instructions. After installing the database, create two users with databases. Take note of the\npasswords, you will need them in the next step::\n\n\tsudo -u postgres createuser -S -d -R -P tethys_db_manager\n\tsudo -u postgres createdb -O tethys_db_manager tethys_db_manager -E utf-8\n\n\tsudo -u postgres createuser --superuser -d -R -P tethys_super\n\tsudo -u postgres createdb -O tethys_super tethys_super -E utf-8\n\n7. Provide the connection credentials for the two databases you created. Replace \"pass\" with the passwords you gave the users::\n\n TETHYS_DATABASES = {\n 'tethys_db_manager': {\n 'NAME': 'tethys_db_manager',\n 'USER': 'tethys_db_manager',\n 'PASSWORD': 'pass',\n 'HOST': '127.0.0.1',\n 'PORT': '5435'\n },\n 'tethys_super': {\n 'NAME': 'tethys_super',\n 'USER': 'tethys_super',\n 'PASSWORD': 'pass',\n 'HOST': '127.0.0.1',\n 'PORT': '5435'\n }\n }\n\n8. Run **python manage.py migrate** to create the database models.\n\n9. Tethys Apps synthesizes several other django apps. They will be automatically installed when you run the setup script\nbut you will need to add the configuration parameters for those apps to your settings file. Rather than duplicate\nthe documentation for configuration of those apps here, please refer to the readme's for each of the following\ndjango apps (which you can find on git hub):\n\n* `django-tethys_gizmos `_\n\n10. Start up the server with **python manage.py runserver** and visit http://127.0.0.1:8000/apps/ to view the apps library.\n\nQuick Start\n-----------", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://tethys-platform.readthedocs.org/", "keywords": null, "license": "BSD 2-Clause License", "maintainer": null, "maintainer_email": null, "name": "django-tethys_apps", "package_url": "https://pypi.org/project/django-tethys_apps/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/django-tethys_apps/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://tethys-platform.readthedocs.org/" }, "release_url": "https://pypi.org/project/django-tethys_apps/0.9.0/", "requires_dist": null, "requires_python": null, "summary": "An app to enable development and hosting capabilities for Tethys Apps.", "version": "0.9.0" }, "last_serial": 1408978, "releases": { "0.1": [], "0.1.0": [ { "comment_text": "", "digests": { "md5": "47e10c0a277e77ff1313429094ecb337", "sha256": "2f9dae99105ad4e1a5361f111f06909b2e5e10e289098358d149506776d8cb11" }, "downloads": -1, "filename": "django-tethys_apps-0.1.0.tar.gz", "has_sig": false, "md5_digest": "47e10c0a277e77ff1313429094ecb337", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1567084, "upload_time": "2014-10-18T23:22:40", "url": "https://files.pythonhosted.org/packages/4d/5f/5ff76970d9bea6007483eda0fd49139cb3c23020a815f2d8c0c613e32846/django-tethys_apps-0.1.0.tar.gz" } ], "0.1.1": [ { "comment_text": "", "digests": { "md5": "4af2f896d868b9cb5496e3f9da11cddd", "sha256": "c5edebca1234a50368492d61fe9dea1372b5b3d0852a057129e349ffa4a0600a" }, "downloads": -1, "filename": "django-tethys_apps-0.1.1.tar.gz", "has_sig": false, "md5_digest": "4af2f896d868b9cb5496e3f9da11cddd", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1569378, "upload_time": "2014-10-20T21:45:45", "url": "https://files.pythonhosted.org/packages/9d/26/a8c4c2654b503345b59cc3415d7646c24daa5f4e9ddb54034b94f71f5957/django-tethys_apps-0.1.1.tar.gz" } ], "0.1.2": [ { "comment_text": "", "digests": { "md5": "5562cc559bdda47d15549918b12a240a", "sha256": "39d8df053b2adea8882a03433bcadf22b1d7af0f500bf54a1a5e206dc672208e" }, "downloads": -1, "filename": "django-tethys_apps-0.1.2.tar.gz", "has_sig": false, "md5_digest": "5562cc559bdda47d15549918b12a240a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1572765, "upload_time": "2014-10-20T21:55:31", "url": "https://files.pythonhosted.org/packages/33/8b/0483597029d2f21fde1aa299acab06a81a9ff561d4b04acfffad9504b45f/django-tethys_apps-0.1.2.tar.gz" } ], "0.1.3": [ { "comment_text": "", "digests": { "md5": "558d1263cb5dcaca3422677b93f9b8f7", "sha256": "b1344537f6cb25f518dddefa87867d92f853dea6f5ba13819cd29188fe81fc40" }, "downloads": -1, "filename": "django-tethys_apps-0.1.3.tar.gz", "has_sig": false, "md5_digest": "558d1263cb5dcaca3422677b93f9b8f7", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1582292, "upload_time": "2014-10-20T23:18:58", "url": "https://files.pythonhosted.org/packages/2a/d8/71a35b11850d34d85f12c51759f412c54d4646cc0af68115d3600c093221/django-tethys_apps-0.1.3.tar.gz" } ], "0.1.4": [ { "comment_text": "", "digests": { "md5": "7df523e11a2f19a7cc066c5bb6d5420a", "sha256": "0ce32721c7719b92faa2e8e6795f45a64046b71a868ace9f6e9441934d034615" }, "downloads": -1, "filename": "django-tethys_apps-0.1.4.tar.gz", "has_sig": false, "md5_digest": "7df523e11a2f19a7cc066c5bb6d5420a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1585743, "upload_time": "2014-10-21T02:35:06", "url": "https://files.pythonhosted.org/packages/94/92/45d091470f99805dd2b56852623b3ed2b88e6cbc187ec064606959b77944/django-tethys_apps-0.1.4.tar.gz" } ], "0.1.5": [ { "comment_text": "", "digests": { "md5": "2f3ac12ea616af7c03653a6adc85b71f", "sha256": "098c3ec398c77ff19fc1fda9ede71cfb91418814b72323ffbd43a3941c282966" }, "downloads": -1, "filename": "django-tethys_apps-0.1.5.tar.gz", "has_sig": false, "md5_digest": "2f3ac12ea616af7c03653a6adc85b71f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1585782, "upload_time": "2014-10-21T02:51:12", "url": "https://files.pythonhosted.org/packages/dc/fc/a49b0714dfd0417c3f036ead5e2915f643f44b35cb8941f7f27c90e4ea2c/django-tethys_apps-0.1.5.tar.gz" } ], "0.1.6": [ { "comment_text": "", "digests": { "md5": "d7f07ff6e177b9f5ce8184e3ffa7577c", "sha256": "3e8a78f23903121f6619172e3bed71cf1b6cc50328206f6034d24411937dfcf9" }, "downloads": -1, "filename": "django-tethys_apps-0.1.6.tar.gz", "has_sig": false, "md5_digest": "d7f07ff6e177b9f5ce8184e3ffa7577c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1582037, "upload_time": "2014-10-21T03:17:33", "url": "https://files.pythonhosted.org/packages/a9/9b/69b2ba3ecadcdce1f4d2f7e6e588fee26dd99e4a7495324a6f871a777382/django-tethys_apps-0.1.6.tar.gz" } ], "0.1.7": [ { "comment_text": "", "digests": { "md5": "c34d148238dd16d10b63badbdaad695a", "sha256": "e2efb7af6d8ca68f93b2c115c528d45e7d99f03ba508e54cdfb9128e3618c5d2" }, "downloads": -1, "filename": "django-tethys_apps-0.1.7.tar.gz", "has_sig": false, "md5_digest": "c34d148238dd16d10b63badbdaad695a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1582906, "upload_time": "2014-10-22T04:29:21", "url": "https://files.pythonhosted.org/packages/96/f5/a615075f6aeba09b89db9f7973a23df5b6f5bf7e78f6e313eb78104926ad/django-tethys_apps-0.1.7.tar.gz" } ], "0.2.0": [ { "comment_text": "", "digests": { "md5": "c9c4207b78d0c169c0204e6b5cbdb307", "sha256": "c4df450659e37003b1c7e1421892cb814198e9288a3cc0bac0cccff124de9b12" }, "downloads": -1, "filename": "django-tethys_apps-0.2.0.tar.gz", "has_sig": false, "md5_digest": "c9c4207b78d0c169c0204e6b5cbdb307", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1582908, "upload_time": "2014-10-22T04:34:52", "url": "https://files.pythonhosted.org/packages/77/e3/5eda9c4aa20411661c7e6e07d64933c15caf4268156cd841c0c0d554a96d/django-tethys_apps-0.2.0.tar.gz" } ], "0.3.0": [ { "comment_text": "", "digests": { "md5": "7c9f6d167fa45a574167b309926d49a2", "sha256": "ed8b8d5e8df051fa26283981390b8ece75ad9b4758d0774eb93022aed907d43d" }, "downloads": -1, "filename": "django-tethys_apps-0.3.0.tar.gz", "has_sig": false, "md5_digest": "7c9f6d167fa45a574167b309926d49a2", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 87243, "upload_time": "2014-10-29T22:39:05", "url": "https://files.pythonhosted.org/packages/75/58/069d3ec42cdc181ceec1b5a53eed938f86a6b9bf2fe8561f982bb321501b/django-tethys_apps-0.3.0.tar.gz" } ], "0.3.1": [ { "comment_text": "", "digests": { "md5": "efefc85412c102cbc12fae90aea1f90b", "sha256": "60f13ac7bc895c7d31dd0da8021966a36af5404195efec269e4302217b5d857c" }, "downloads": -1, "filename": "django-tethys_apps-0.3.1.tar.gz", "has_sig": false, "md5_digest": "efefc85412c102cbc12fae90aea1f90b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 87249, "upload_time": "2014-10-30T21:20:28", "url": "https://files.pythonhosted.org/packages/3c/7d/81162386fc7c4a69cff7e08d7f3ada18a494eeb0519effc4ae1238d4e1a3/django-tethys_apps-0.3.1.tar.gz" } ], "0.3.2": [ { "comment_text": "", "digests": { "md5": "d5094940d65976e7b33ad901d321d4a8", "sha256": "09d2b182231cc5d6498b40378e567f7d608930fb124e1f96f536303bf5b617a2" }, "downloads": -1, "filename": "django-tethys_apps-0.3.2.tar.gz", "has_sig": false, "md5_digest": "d5094940d65976e7b33ad901d321d4a8", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 87278, "upload_time": "2014-11-03T19:30:34", "url": "https://files.pythonhosted.org/packages/b6/b7/da8a378ae7e3286ce30763788d20c3f2b055a76529cf04ba04c9e2694a45/django-tethys_apps-0.3.2.tar.gz" } ], "0.3.3": [ { "comment_text": "", "digests": { "md5": "0f43419c29c25150631abb1210c0ef24", "sha256": "753b7adddced60a49bc99bae1942227ca52f22baf747b87c7143e14458cba5a7" }, "downloads": -1, "filename": "django-tethys_apps-0.3.3.tar.gz", "has_sig": false, "md5_digest": "0f43419c29c25150631abb1210c0ef24", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 87678, "upload_time": "2014-11-03T22:14:11", "url": "https://files.pythonhosted.org/packages/e8/df/67c78e96edf34772d59637360af9e1110b92f3a40dcc2129f0af4e932881/django-tethys_apps-0.3.3.tar.gz" } ], "0.5.0": [ { "comment_text": "", "digests": { "md5": "1c16b64201d0f9bbf842cb9f890da901", "sha256": "c098c8a14610c25f83628df6eacac5c32727f605b3eb09723438c7efbd2485b3" }, "downloads": -1, "filename": "django-tethys_apps-0.5.0.tar.gz", "has_sig": false, "md5_digest": "1c16b64201d0f9bbf842cb9f890da901", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 87861, "upload_time": "2014-11-07T23:38:38", "url": "https://files.pythonhosted.org/packages/d5/88/47e014198eaaeeb93e37460878ddea03da72af8e296c5dba9b1044243d69/django-tethys_apps-0.5.0.tar.gz" } ], "0.5.1": [ { "comment_text": "", "digests": { "md5": "653a51af12728ca0a5c86f60415b5e30", "sha256": "d683fc347a32ca7960845d5b57962698e28fa7edea77c296297ac6ceffd26286" }, "downloads": -1, "filename": "django-tethys_apps-0.5.1.tar.gz", "has_sig": false, "md5_digest": "653a51af12728ca0a5c86f60415b5e30", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 87880, "upload_time": "2014-11-11T19:39:42", "url": "https://files.pythonhosted.org/packages/2f/28/22af0cf49cf23ec7744feff6c218ca6322e79ff8404b714eb0f06926f297/django-tethys_apps-0.5.1.tar.gz" } ], "0.5.2": [ { "comment_text": "", "digests": { "md5": "976bcadc2463c2fc4aa002c89f68f4a1", "sha256": "7d1a369d58591a4e9557552bae5443efa1d1ec327908b1082a2ad9a1b6e50dbf" }, "downloads": -1, "filename": "django-tethys_apps-0.5.2.tar.gz", "has_sig": false, "md5_digest": "976bcadc2463c2fc4aa002c89f68f4a1", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 87517, "upload_time": "2014-11-11T21:54:56", "url": "https://files.pythonhosted.org/packages/d9/ad/973e75f2b10120306a13feafcca4c596686deb4ad7b36a0b56635e215749/django-tethys_apps-0.5.2.tar.gz" } ], "0.5.3": [ { "comment_text": "", "digests": { "md5": "ec53f09d50c21039c278a5a6f016a7ca", "sha256": "2c3c6f984f0c99993f10c57e3151f711b6a233c85721233a23790e4a55cbd785" }, "downloads": -1, "filename": "django-tethys_apps-0.5.3.tar.gz", "has_sig": false, "md5_digest": "ec53f09d50c21039c278a5a6f016a7ca", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 87679, "upload_time": "2014-11-12T03:49:42", "url": "https://files.pythonhosted.org/packages/9d/ba/07f774aa915e60e822c6f881323d883c9c6c7ad72795049e04c8e6f73721/django-tethys_apps-0.5.3.tar.gz" } ], "0.6.0": [ { "comment_text": "", "digests": { "md5": "d3e2a567253ec742f02844a95bfee73b", "sha256": "a82f3ae8c1d70fd263b3ba46015bf05fcda570412e07168b8c8da80b5b7c14b1" }, "downloads": -1, "filename": "django-tethys_apps-0.6.0.tar.gz", "has_sig": false, "md5_digest": "d3e2a567253ec742f02844a95bfee73b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 87462, "upload_time": "2014-11-13T20:16:35", "url": "https://files.pythonhosted.org/packages/61/4a/a9b5381c1929fc39f315956300eca2a286091e2b85a8e19c6a9dd6402a48/django-tethys_apps-0.6.0.tar.gz" } ], "0.6.1": [ { "comment_text": "", "digests": { "md5": "b6bbe185bb6cff0aa935933f0a3b064e", "sha256": "2ccdc60e4b6530816132adc67c2596f9b67239dcc19291d586120621e61c6a87" }, "downloads": -1, "filename": "django-tethys_apps-0.6.1.tar.gz", "has_sig": false, "md5_digest": "b6bbe185bb6cff0aa935933f0a3b064e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 87471, "upload_time": "2014-11-17T21:54:28", "url": "https://files.pythonhosted.org/packages/99/79/9ed157a6a006e7c2b9fa64b487c970f214463bcbaaca74ce2fa4f24508b1/django-tethys_apps-0.6.1.tar.gz" } ], "0.7.0": [ { "comment_text": "", "digests": { "md5": "5304df6d6758614467f08df9386e36ec", "sha256": "7b26683ba296cb1921e74833463b2df6c5a55e4bcb185d7662362502a85bf019" }, "downloads": -1, "filename": "django-tethys_apps-0.7.0.tar.gz", "has_sig": false, "md5_digest": "5304df6d6758614467f08df9386e36ec", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 89620, "upload_time": "2014-11-20T00:26:19", "url": "https://files.pythonhosted.org/packages/7f/b4/653bb25333b0c1bbfacc95e42228de38d13f2978971b5a730f8890934a90/django-tethys_apps-0.7.0.tar.gz" } ], "0.7.1": [ { "comment_text": "", "digests": { "md5": "f70c4b2cdf4b9151f253073e1330fb48", "sha256": "3d0b3477b8b613e0f64f3f1b60d80db035db3648c7a03d5698331f1c00c56f9c" }, "downloads": -1, "filename": "django-tethys_apps-0.7.1.tar.gz", "has_sig": false, "md5_digest": "f70c4b2cdf4b9151f253073e1330fb48", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 89814, "upload_time": "2014-11-20T19:58:33", "url": "https://files.pythonhosted.org/packages/c9/15/bd2a6e0691ab68a309cd190cb8f51c3ecb441e11d63bf3c4414a76636ec6/django-tethys_apps-0.7.1.tar.gz" } ], "0.7.2": [ { "comment_text": "", "digests": { "md5": "4be4e0b8f13b4ee9baf957aa0e3efaba", "sha256": "230743e6a7afa8b23c6547709d62677ca73dcbac1af23085f22125470e642dbc" }, "downloads": -1, "filename": "django-tethys_apps-0.7.2.tar.gz", "has_sig": false, "md5_digest": "4be4e0b8f13b4ee9baf957aa0e3efaba", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 90096, "upload_time": "2014-11-20T20:29:49", "url": "https://files.pythonhosted.org/packages/6a/be/5715c829175bcaa21b3dec892cb14eb55bf54bb3953d3a932f2c2e03a294/django-tethys_apps-0.7.2.tar.gz" } ], "0.7.3": [ { "comment_text": "", "digests": { "md5": "771fcb41df7aa0384dd86eb34cbf3bde", "sha256": "0a3c6a32b3a88798c12b92767e1e04eee92cb3c4ad25211ad6db197c44b21fef" }, "downloads": -1, "filename": "django-tethys_apps-0.7.3.tar.gz", "has_sig": false, "md5_digest": "771fcb41df7aa0384dd86eb34cbf3bde", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 90964, "upload_time": "2014-11-21T16:37:46", "url": "https://files.pythonhosted.org/packages/93/92/2fab2ad1c05552e6b3b04942b4fd95eb8c73dd04622db9fa874e613de961/django-tethys_apps-0.7.3.tar.gz" } ], "0.7.4": [ { "comment_text": "", "digests": { "md5": "2e70c88dc65f6bdf98a403c53613b3b3", "sha256": "11f6200c0bb39ea63d2b971f74e5b55a21b4d0a7471b7f123f78b5a45a41bb41" }, "downloads": -1, "filename": "django-tethys_apps-0.7.4.tar.gz", "has_sig": false, "md5_digest": "2e70c88dc65f6bdf98a403c53613b3b3", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 90999, "upload_time": "2014-11-21T22:43:32", "url": "https://files.pythonhosted.org/packages/8a/5b/6eab933d5f3f606856a161bca787bfbf3f55f0f4cf731f3eda441b5ca37c/django-tethys_apps-0.7.4.tar.gz" } ], "0.7.5": [ { "comment_text": "", "digests": { "md5": "7dd9057e2c8868d6cd1f3c9d48e9a3ae", "sha256": "64b96e6a44c36a6af5c3fcaf9ca1116cc780b60b6014be461de90404b5b50991" }, "downloads": -1, "filename": "django-tethys_apps-0.7.5.tar.gz", "has_sig": false, "md5_digest": "7dd9057e2c8868d6cd1f3c9d48e9a3ae", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 91156, "upload_time": "2014-11-25T20:56:04", "url": "https://files.pythonhosted.org/packages/cb/e4/1a7b793e5da9dce1e9d0442a222c8a7cddfa675d28a608d224da053a6637/django-tethys_apps-0.7.5.tar.gz" } ], "0.8.0": [ { "comment_text": "", "digests": { "md5": "4813565fdfcf25990b78243868d95e31", "sha256": "c0c452ae84751c821ce9ba0801cac52e9d52a96f557a7ba91303f375ffc068f7" }, "downloads": -1, "filename": "django-tethys_apps-0.8.0.tar.gz", "has_sig": false, "md5_digest": "4813565fdfcf25990b78243868d95e31", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 99386, "upload_time": "2015-01-03T23:14:21", "url": "https://files.pythonhosted.org/packages/da/2a/d1f79203030b5faee8be9419ca6ce0be3a49ab22142e66865c62d814fb2b/django-tethys_apps-0.8.0.tar.gz" } ], "0.8.1": [ { "comment_text": "", "digests": { "md5": "0fc0baaa68b6da6caa2f8cb1fb822654", "sha256": "869996e47a82c9321d4bd2160ba4cf44eb339354e98c6563e321461f1a2118dd" }, "downloads": -1, "filename": "django-tethys_apps-0.8.1.tar.gz", "has_sig": false, "md5_digest": "0fc0baaa68b6da6caa2f8cb1fb822654", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 99839, "upload_time": "2015-01-11T04:42:15", "url": "https://files.pythonhosted.org/packages/a5/1c/8a83ccb28db40773f9f2b971543f0ceae906be617fd88e0e29ddcdbaf723/django-tethys_apps-0.8.1.tar.gz" } ], "0.8.2": [ { "comment_text": "", "digests": { "md5": "993db38724742a76e6f41b2024e1c7c1", "sha256": "bcd606ba266248267c7e86cf62385eafa0a1d183dc98a441dc8ebd16bfe3f60c" }, "downloads": -1, "filename": "django-tethys_apps-0.8.2.tar.gz", "has_sig": false, "md5_digest": "993db38724742a76e6f41b2024e1c7c1", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 100119, "upload_time": "2015-01-11T05:51:40", "url": "https://files.pythonhosted.org/packages/d3/96/278bbe0d6401f99228a26f8a350da568b3af36549b424554d4c7194bc2c7/django-tethys_apps-0.8.2.tar.gz" } ], "0.8.3": [ { "comment_text": "", "digests": { "md5": "bea4da29e3a1f0ce5ce214ac8b4dba35", "sha256": "8eb43cc39f3cb7b84ab189c3784272e816823ddb8bc51cc0706af50c913f5900" }, "downloads": -1, "filename": "django-tethys_apps-0.8.3.tar.gz", "has_sig": false, "md5_digest": "bea4da29e3a1f0ce5ce214ac8b4dba35", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 100153, "upload_time": "2015-01-16T00:02:47", "url": "https://files.pythonhosted.org/packages/80/30/85bb31c7023da1bf8347ab87328f91dbd66554c01e20da55d147e954bed9/django-tethys_apps-0.8.3.tar.gz" } ], "0.8.4": [ { "comment_text": "", "digests": { "md5": "a6a3ded156b980eab55861ac3259ded5", "sha256": "a645fa76e753f4ffb2216554cc6a13fee01cc20a4fda8bbc5c648780463a3736" }, "downloads": -1, "filename": "django-tethys_apps-0.8.4.tar.gz", "has_sig": false, "md5_digest": "a6a3ded156b980eab55861ac3259ded5", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 100155, "upload_time": "2015-01-19T18:03:23", "url": "https://files.pythonhosted.org/packages/5c/8e/5f98ace4d632ac7718744f545e0d0dac3d62b9af9957d3cc08ace7e994dd/django-tethys_apps-0.8.4.tar.gz" } ], "0.8.5": [ { "comment_text": "", "digests": { "md5": "c6725cd95519dcce157696aebb504f15", "sha256": "c1a7b1178794ecd4897d277fe7132d1117a55e45d967614e3892dcb7287ccf35" }, "downloads": -1, "filename": "django-tethys_apps-0.8.5.tar.gz", "has_sig": false, "md5_digest": "c6725cd95519dcce157696aebb504f15", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 100154, "upload_time": "2015-01-19T19:04:35", "url": "https://files.pythonhosted.org/packages/46/47/36f3dfd38a370c991deaa51c5b1ab0c49f506c0cad9c6fa49d3d8827d6ac/django-tethys_apps-0.8.5.tar.gz" } ], "0.9.0": [ { "comment_text": "", "digests": { "md5": "e42e2d5f89c1ece1aacd8dbf0ef8ea49", "sha256": "87cdcec9ade0377a756c529080cc24097c18e3b8fe9464517cb3059627f42195" }, "downloads": -1, "filename": "django-tethys_apps-0.9.0.tar.gz", "has_sig": false, "md5_digest": "e42e2d5f89c1ece1aacd8dbf0ef8ea49", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 102369, "upload_time": "2015-02-04T06:52:11", "url": "https://files.pythonhosted.org/packages/34/f5/46b74606ee4ffe0074271e5aa696bd80669abca0564afeaf63e3b59632b1/django-tethys_apps-0.9.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "e42e2d5f89c1ece1aacd8dbf0ef8ea49", "sha256": "87cdcec9ade0377a756c529080cc24097c18e3b8fe9464517cb3059627f42195" }, "downloads": -1, "filename": "django-tethys_apps-0.9.0.tar.gz", "has_sig": false, "md5_digest": "e42e2d5f89c1ece1aacd8dbf0ef8ea49", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 102369, "upload_time": "2015-02-04T06:52:11", "url": "https://files.pythonhosted.org/packages/34/f5/46b74606ee4ffe0074271e5aa696bd80669abca0564afeaf63e3b59632b1/django-tethys_apps-0.9.0.tar.gz" } ] }