{ "info": { "author": "Adam Radestock", "author_email": "raddishiow@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "Environment :: Web Environment", "Framework :: Django :: 2.0", "Framework :: Django :: 2.1", "Framework :: Django :: 2.2", "Intended Audience :: Developers", "License :: OSI Approved :: Apache Software License", "Operating System :: OS Independent", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3.7", "Topic :: Software Development :: Libraries", "Topic :: Utilities" ], "description": "Propeller for Django2\n====================\n\nWrite Django as usual, and let ``django2-propeller`` make template output into code based on Google's Material Design Standards & Bootstrap.\n\n\n[![Build Status](https://travis-ci.com/RaddishIoW/django2-propeller.svg?branch=stable)](https://travis-ci.com/RaddishIoW/django2-propeller)\n[![Documentation Status](https://readthedocs.org/projects/django2-propeller/badge/?version=latest)](https://django2-propeller.readthedocs.io/en/latest/?badge=latest)\n[![Coverage Status](https://coveralls.io/repos/github/RaddishIoW/django2-propeller/badge.svg?branch=stable)](https://coveralls.io/github/RaddishIoW/django2-propeller?branch=stable)\n[![Updates](https://pyup.io/repos/github/RaddishIoW/django2-propeller/shield.svg)](https://pyup.io/repos/github/RaddishIoW/django2-propeller/)\n[![Python 3](https://pyup.io/repos/github/RaddishIoW/django2-propeller/python-3-shield.svg)](https://pyup.io/repos/github/RaddishIoW/django2-propeller/)\n\n\nRequirements\n------------\n\n- Python 3.3, 3.4, 3.5, or 3.6\n- Django >= 2.0\n\n\nInstallation\n------------\n\n1. Install using pip:\n```\n pip install django2-propeller\n```\n\n2. Add to INSTALLED_APPS in your ``settings.py``:\n\n ```\n 'django2_propeller',\n ```\n\n3. In your templates, load the ``django2_propeller`` library and use the ``propeller_*`` tags:\n\n\n\nExample template\n----------------\n\n```\n {% load propeller %}\n\n {# Display a form #}\n\n
\n {% csrf_token %}\n {% propeller_form form %}\n {% buttons %}\n \n {% endbuttons %}\n
\n```\n\n\nDocumentation\n-------------\n\nThe full documentation is at https://django2-propeller.readthedocs.io/en/latest/\n\n\nDemo application\n----------------\n\nThe demo application provides a number of useful examples.\n\nclone the repo:\n\n $ git clone https://github.com/RaddishIoW/django2-propeller.git\n\ncd into the cloned directory:\n\n $ cd django2-propeller\n\nrun the testserver:\n\n $ python manage.py runserver\n\nopen your browser and browse to:\n\n http://127.0.0.1:8000\n\n\nBugs and suggestions\n--------------------\n\nIf you have found a bug or if you have a request for additional functionality, please use the issue tracker on GitHub.\n\nhttps://github.com/RaddishIoW/django2-propeller/issues\n\n\nFurther Information\n-------------------\n\nPropeller: http://propeller.in/\n\nBootstrap: http://getbootstrap.com/\n\nGoogle Material Design: https://material.io/\n\n\nLicense\n-------\n\nYou can use this under MIT License. See [LICENSE](LICENSE) file for details.\n\n\nAuthor\n------\n\nOriginally developed and maintained by [Thorsten Fr\u00c3\u00b6hlich](https://github.com/tfroehlich82),\nbased on the idea of [django-bootstrap3](https://github.com/dyve/django-bootstrap3) from [Dylan Verheul](https://github.com/dyve).\nThis package is updated by [Adam Radestock](https://github.com/RaddishIoW) to work with Django 2\n\n\n\n", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/RaddishIoW/django2-propeller", "keywords": "django2-propeller", "license": "MIT License", "maintainer": "", "maintainer_email": "", "name": "django2-propeller", "package_url": "https://pypi.org/project/django2-propeller/", "platform": "", "project_url": "https://pypi.org/project/django2-propeller/", "project_urls": { "Homepage": "https://github.com/RaddishIoW/django2-propeller" }, "release_url": "https://pypi.org/project/django2-propeller/2.0.1/", "requires_dist": [ "Django (<3.0,>=2.0)" ], "requires_python": "", "summary": "Propeller support for Django projects", "version": "2.0.1" }, "last_serial": 5216122, "releases": { "2.0": [ { "comment_text": "", "digests": { "md5": "a65b9e286db29227c689d4aebe16476d", "sha256": "ec5b3580339e5ce78ca51218e4ff1e57106c9b3620eb37607b362a9186280908" }, "downloads": -1, "filename": "django2-propeller-2.0.tar.gz", "has_sig": false, "md5_digest": "a65b9e286db29227c689d4aebe16476d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 624739, "upload_time": "2019-04-26T11:42:37", "url": "https://files.pythonhosted.org/packages/12/2b/452e461b872ac82aaf67fb94cde221fafca8fb046402b428e4e4ab5afae5/django2-propeller-2.0.tar.gz" } ], "2.0.1": [ { "comment_text": "", "digests": { "md5": "1db430e76e5139da0bf32dae7ebae9ce", "sha256": "450cc8137f56b251ea035d97e2df37360c807ff1b1e4ab58e8ebe31ce84561b2" }, "downloads": -1, "filename": "django2_propeller-2.0.1-py3-none-any.whl", "has_sig": false, "md5_digest": "1db430e76e5139da0bf32dae7ebae9ce", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 663262, "upload_time": "2019-05-02T09:28:33", "url": "https://files.pythonhosted.org/packages/75/9f/617554cc589bb67bbfb3cca0c741ffd66310aed1fe1557cf8d12f4651c51/django2_propeller-2.0.1-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "2b845e9c1718bf5dd63983402ad6a170", "sha256": "b529ed9aa5331c476baa5111d8ac94dc0e1ddde5ce55407d3c24a2480a84c74b" }, "downloads": -1, "filename": "django2-propeller-2.0.1.tar.gz", "has_sig": false, "md5_digest": "2b845e9c1718bf5dd63983402ad6a170", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 668741, "upload_time": "2019-05-02T09:28:35", "url": "https://files.pythonhosted.org/packages/b1/d2/42e3a8a9e0d1596c7012b2097c379920f02e249516495bc17cb818886f7b/django2-propeller-2.0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "1db430e76e5139da0bf32dae7ebae9ce", "sha256": "450cc8137f56b251ea035d97e2df37360c807ff1b1e4ab58e8ebe31ce84561b2" }, "downloads": -1, "filename": "django2_propeller-2.0.1-py3-none-any.whl", "has_sig": false, "md5_digest": "1db430e76e5139da0bf32dae7ebae9ce", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 663262, "upload_time": "2019-05-02T09:28:33", "url": "https://files.pythonhosted.org/packages/75/9f/617554cc589bb67bbfb3cca0c741ffd66310aed1fe1557cf8d12f4651c51/django2_propeller-2.0.1-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "2b845e9c1718bf5dd63983402ad6a170", "sha256": "b529ed9aa5331c476baa5111d8ac94dc0e1ddde5ce55407d3c24a2480a84c74b" }, "downloads": -1, "filename": "django2-propeller-2.0.1.tar.gz", "has_sig": false, "md5_digest": "2b845e9c1718bf5dd63983402ad6a170", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 668741, "upload_time": "2019-05-02T09:28:35", "url": "https://files.pythonhosted.org/packages/b1/d2/42e3a8a9e0d1596c7012b2097c379920f02e249516495bc17cb818886f7b/django2-propeller-2.0.1.tar.gz" } ] }