{ "info": { "author": "Christian Sch\u00fcrmann", "author_email": "christian.schuermann@bluewin.ch", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Framework :: Django", "Framework :: Django :: 1.5", "Framework :: Django :: 1.6", "Framework :: Django :: 1.7", "Framework :: Django :: 1.8", "Framework :: Django :: 1.9", "Intended Audience :: Developers", "License :: OSI Approved :: BSD License", "Natural Language :: English", "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.3", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5" ], "description": "====================\ncmsplugin-plain-text\n====================\n\n|pypi| |ci|\n\n.. |pypi| image:: https://badge.fury.io/py/cmsplugin-plain-text.png\n :target: https://badge.fury.io/py/cmsplugin-plain-text\n :alt: Latest Version\n\n.. |ci| image:: https://travis-ci.org/chschuermann/cmsplugin-plain-text.png?branch=master\n :target: https://travis-ci.org/chschuermann/cmsplugin-plain-text\n :alt: Development Status\n\nA simple plaintext plugin for django CMS.\n\nRequirements\n------------\n\n- ``Django`` >= 1.5\n- ``django-cms`` >= 3.0\n\nQuickstart\n----------\n\nInstallation::\n\n $ pip install cmsplugin-plain-text\n\nConfigure installed apps in your ``settings.py`` ::\n\n INSTALLED_APPS = (\n ...,\n 'cmsplugin_plain_text',\n )\n\nMigrate your database ::\n\n $ ./manage.py migrate cmsplugin_plain_text\n\nIf you are using Django < 1.7 in conjunction with South, make sure your SOUTH_MIGRATION_MODULES setting contains this\nline.::\n\n SOUTH_MIGRATION_MODULES = {\n ...,\n 'cmsplugin_plain_text': 'cmsplugin_plain_text.south_migrations',\n }\n\nRunning Tests\n-------------\n::\n\n source /bin/activate\n (myenv) $ pip install -r requirements-test.txt\n (myenv) $ python runtests.py\n\nCredits\n-------\n\nTools used in rendering this package:\n\n* Cookiecutter_\n* `cookiecutter-djangopackage`_\n\n.. _Cookiecutter: https://github.com/audreyr/cookiecutter\n.. _`cookiecutter-djangopackage`: https://github.com/pydanny/cookiecutter-djangopackage\n\n\n\n\nHistory\n-------\n\n0.1.2 (2016-07-14)\n++++++++++++++++++\n\n* Optimize Python 3 support\n\n\n0.1.1 (2016-02-11)\n++++++++++++++++++\n\n* Updated docs\n* Added tests\n* Optimized plugin name\n\n\n0.1.0 (2016-01-26)\n++++++++++++++++++\n\n* First release on PyPI.", "description_content_type": null, "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/chschuermann/cmsplugin-plain-text", "keywords": "cmsplugin-plain-text", "license": "BSD", "maintainer": "", "maintainer_email": "", "name": "cmsplugin-plain-text", "package_url": "https://pypi.org/project/cmsplugin-plain-text/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/cmsplugin-plain-text/", "project_urls": { "Homepage": "https://github.com/chschuermann/cmsplugin-plain-text" }, "release_url": "https://pypi.org/project/cmsplugin-plain-text/0.1.2/", "requires_dist": null, "requires_python": "", "summary": "A simple plaintext plugin for django CMS.", "version": "0.1.2" }, "last_serial": 2220684, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "69f3be3390e0a35e4e89697127afb8ca", "sha256": "9e5c03a29ea2d8240574d9a7b7f358697a3a6952e3a91bbd067f90fed4b3af8c" }, "downloads": -1, "filename": "cmsplugin-plain-text-0.1.0.zip", "has_sig": false, "md5_digest": "69f3be3390e0a35e4e89697127afb8ca", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 11566, "upload_time": "2016-01-26T16:38:27", "url": "https://files.pythonhosted.org/packages/04/6d/56584114b26beed0f1dedd74ff6ec0d9fa276ce58f2eb8440b29a797d176/cmsplugin-plain-text-0.1.0.zip" } ], "0.1.1": [ { "comment_text": "", "digests": { "md5": "468b1315a4c83348f69cb141acd25492", "sha256": "b69a1ce3f2a246ec391362308d7d9448ff9a3be65dd760640cedd17ee3c48a62" }, "downloads": -1, "filename": "cmsplugin-plain-text-0.1.1.tar.gz", "has_sig": false, "md5_digest": "468b1315a4c83348f69cb141acd25492", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6412, "upload_time": "2016-02-11T12:35:37", "url": "https://files.pythonhosted.org/packages/25/e9/e51fd8ce4d7b5e49f214b03523306c9ee1d479db318f98daf1dd3799fb0f/cmsplugin-plain-text-0.1.1.tar.gz" } ], "0.1.2": [ { "comment_text": "", "digests": { "md5": "5b83162967577e508189149f0da03b23", "sha256": "8004316d2687d294a470bafe4999369c56c8fa66a9d0c8fc2e8e3f1d0d87752e" }, "downloads": -1, "filename": "cmsplugin-plain-text-0.1.2.tar.gz", "has_sig": false, "md5_digest": "5b83162967577e508189149f0da03b23", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6373, "upload_time": "2016-07-14T10:57:07", "url": "https://files.pythonhosted.org/packages/18/95/14cc6d802bab7043623c6af4e8f2f82b4c72e7c9f705004922fff089dd85/cmsplugin-plain-text-0.1.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "5b83162967577e508189149f0da03b23", "sha256": "8004316d2687d294a470bafe4999369c56c8fa66a9d0c8fc2e8e3f1d0d87752e" }, "downloads": -1, "filename": "cmsplugin-plain-text-0.1.2.tar.gz", "has_sig": false, "md5_digest": "5b83162967577e508189149f0da03b23", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6373, "upload_time": "2016-07-14T10:57:07", "url": "https://files.pythonhosted.org/packages/18/95/14cc6d802bab7043623c6af4e8f2f82b4c72e7c9f705004922fff089dd85/cmsplugin-plain-text-0.1.2.tar.gz" } ] }