{ "info": { "author": "Western Cape Labs", "author_email": "devops@westerncapelabs.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Intended Audience :: Developers", "License :: OSI Approved :: BSD License", "Operating System :: POSIX", "Programming Language :: Python", "Topic :: Software Development :: Libraries :: Python Modules", "Topic :: System :: Networking" ], "description": "django-messaging-contentstore\n================================\n\nA RESTful API for managing collections of messaging content. Comes with a\nclient and a fake.\n\n\n::\n\n $ virtualenv ve\n $ source ve/bin/activate\n (ve)$ pip install -r requirements.txt\n (ve)$ pip install -r requirements-dev.txt\n (ve)$ py.test --ds=testsettings contentstore/tests.py --cov=contentstore\n\n\nConfiguration\n-------------------------------\n\nThe following configuration (with dummy values replaced by real ones) needs to\nbe added to ``settings.py`` to configure this app::\n\n INSTALLED_APPS = [\n # Usual Django stuff plus\n # Third-party apps\n 'djcelery',\n 'rest_framework',\n 'rest_framework.authtoken',\n 'django_filters'\n ]\n\n # REST Framework conf defaults\n REST_FRAMEWORK = {\n 'DEFAULT_PERMISSION_CLASSES': ('rest_framework.permissions.IsAdminUser',),\n 'PAGINATE_BY': None,\n 'DEFAULT_AUTHENTICATION_CLASSES': (\n 'rest_framework.authentication.BasicAuthentication',\n 'rest_framework.authentication.TokenAuthentication',\n ),\n 'DEFAULT_PERMISSION_CLASSES': (\n 'rest_framework.permissions.IsAuthenticated',\n ),\n 'DEFAULT_FILTER_BACKENDS': ('rest_framework.filters.DjangoFilterBackend',)\n }\n\n\n\nRelease Notes\n------------------------------\n0.1.7 - 2015-07-02 - Add filter for lang, fix broken message content URL in client (bump)\n0.1.6 - 2015-07-01 - Publish package with missing init\n0.1.5 - 2015-07-01 - Publish package with client and verified fake\n0.1.4 - 2015-06-11 - Python 3 compat imports\n0.1.3 - 2015-05-21 - Initial release", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/praekelt/django-messaging-contentstore", "keywords": null, "license": "BSD", "maintainer": null, "maintainer_email": null, "name": "django-messaging-contentstore", "package_url": "https://pypi.org/project/django-messaging-contentstore/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/django-messaging-contentstore/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/praekelt/django-messaging-contentstore" }, "release_url": "https://pypi.org/project/django-messaging-contentstore/0.1.7/", "requires_dist": null, "requires_python": null, "summary": "A RESTful API for managing collections of messaging content", "version": "0.1.7" }, "last_serial": 4623917, "releases": { "0.1.3": [ { "comment_text": "", "digests": { "md5": "753efef6040acac4dee0d658416ba8ba", "sha256": "b8bcc2bc0c4e3cd35d7ae2aa4c4f3b17395ee52497f0a66839beb3aa407b9e3e" }, "downloads": -1, "filename": "django-messaging-contentstore-0.1.3.tar.gz", "has_sig": false, "md5_digest": "753efef6040acac4dee0d658416ba8ba", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 13010, "upload_time": "2015-05-21T10:43:11", "url": "https://files.pythonhosted.org/packages/26/f1/afca8c286b111ba5430718b77f9011346ef3283c23e9721ad6aa3ed0ca15/django-messaging-contentstore-0.1.3.tar.gz" } ], "0.1.4": [ { "comment_text": "", "digests": { "md5": "9fe19c815e529a9d1219d443d5bd0435", "sha256": "764759f11b9725d97c0855c980bd2e248e6a82d02da1e8894ca87b29e141f45b" }, "downloads": -1, "filename": "django-messaging-contentstore-0.1.4.tar.gz", "has_sig": false, "md5_digest": "9fe19c815e529a9d1219d443d5bd0435", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 13008, "upload_time": "2015-06-11T12:54:21", "url": "https://files.pythonhosted.org/packages/11/87/f2efc47c5eeadd4e32e0a166b6ca3fd575de89c2b17e92af769589b7cebb/django-messaging-contentstore-0.1.4.tar.gz" } ], "0.1.5": [ { "comment_text": "", "digests": { "md5": "3974c0f4c71439cd1fcdc55c1bb1e8b2", "sha256": "55563a70e891521c9459f3709b4147ec47f09353516fe53178d94717015fb1ce" }, "downloads": -1, "filename": "django-messaging-contentstore-0.1.5.tar.gz", "has_sig": false, "md5_digest": "3974c0f4c71439cd1fcdc55c1bb1e8b2", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 18573, "upload_time": "2015-07-01T14:13:38", "url": "https://files.pythonhosted.org/packages/96/27/d12e8c6cd30e1afc78efcbd34067b44592930154e3847681ab008a3ffc88/django-messaging-contentstore-0.1.5.tar.gz" } ], "0.1.6": [ { "comment_text": "", "digests": { "md5": "10378a7a805582a82ab4383a554bb49a", "sha256": "255bd537212f4422e632bf34ad2a091350b60a49dc35bbb092790b968812e59a" }, "downloads": -1, "filename": "django-messaging-contentstore-0.1.6.tar.gz", "has_sig": false, "md5_digest": "10378a7a805582a82ab4383a554bb49a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 18617, "upload_time": "2015-07-01T15:00:34", "url": "https://files.pythonhosted.org/packages/d8/98/995dd9312cf9c5d1277cc7f08f27a9f9394d5c970c9b19208e5060cb58ad/django-messaging-contentstore-0.1.6.tar.gz" } ], "0.1.7": [ { "comment_text": "", "digests": { "md5": "6b638541c93f305ac9d95e5108c3ed3a", "sha256": "e1123a85ea8d45e6a25d7f7622ccdd10da7e4436868ea09caa7ca4caeb38daf3" }, "downloads": -1, "filename": "django-messaging-contentstore-0.1.7.tar.gz", "has_sig": false, "md5_digest": "6b638541c93f305ac9d95e5108c3ed3a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 18712, "upload_time": "2015-07-01T23:41:43", "url": "https://files.pythonhosted.org/packages/55/7c/77258e63936d11954ae04273e985cabd95008a336dfcfab2e6014c1e58a6/django-messaging-contentstore-0.1.7.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "6b638541c93f305ac9d95e5108c3ed3a", "sha256": "e1123a85ea8d45e6a25d7f7622ccdd10da7e4436868ea09caa7ca4caeb38daf3" }, "downloads": -1, "filename": "django-messaging-contentstore-0.1.7.tar.gz", "has_sig": false, "md5_digest": "6b638541c93f305ac9d95e5108c3ed3a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 18712, "upload_time": "2015-07-01T23:41:43", "url": "https://files.pythonhosted.org/packages/55/7c/77258e63936d11954ae04273e985cabd95008a336dfcfab2e6014c1e58a6/django-messaging-contentstore-0.1.7.tar.gz" } ] }