{
"info": {
"author": "Emiliano Dalla Verde Marcozzi",
"author_email": "edvm@fedoraproject.org",
"bugtrack_url": null,
"classifiers": [
"Development Status :: 5 - Production/Stable",
"Environment :: Web Environment",
"Framework :: Django",
"License :: OSI Approved :: GNU General Public License v3 (GPLv3)",
"Operating System :: OS Independent",
"Programming Language :: JavaScript",
"Programming Language :: Python :: 2.6",
"Programming Language :: Python :: 2.7",
"Programming Language :: Python :: 3.3",
"Topic :: Internet :: WWW/HTTP",
"Topic :: Internet :: WWW/HTTP :: Dynamic Content",
"Topic :: Software Development :: Libraries :: Python Modules"
],
"description": ".. _docutils: http://docutils.sourceforge.net/\n.. _Django: https://www.djangoproject.com/\n.. _django-materialize-css: https://pypi.python.org/pypi/django-materialize-css/\n.. _django-crispy-forms: https://github.com/maraujop/django-crispy-forms\n.. _Materialize: http://materializecss.com \n\nIntroduction\n============\n\nThis is a `Django`_ application to add `django-crispy-forms`_ layout objects for `Materialize`_.\n\nThis app does not embed a `Materialize`_ release, you will have to install `django-materialize-css`_ as a dependency or download/ link to latests updates of materializecss in your project.\n\nLinks\n*****\n\n* Read the documentation on `Read the docs soon!`;\n* Download and install this from `PyPi package `__\n* Clone it on this `Github repository `__\n\nRequires\n========\n\n* `django-crispy-forms`_ above 1.4.x version\n* `django-materialize-css`_ above 1.4.x version (optional)\n\nYou can get django-materialize-css from `PyPI `__ and `github `__\n\nInstallation\n============\n\nProbably the best way to install is by using `PIP`::\n\n $ pip install crispy-forms-materialize\n\nIf you want to stay on the bleeding edge of the app::\n\n $ git clone https://github.com/edvm/crispy-forms-materialize.git\n $ cd crispy-forms-materialize\n $ python setup.py install\n\n\nThen add the app in your project's ``INSTALLED_APPS`` like this :\n\n.. sourcecode:: python\n\n INSTALLED_APPS = (\n ...\n 'materialize',\n 'crispy_forms',\n 'crispy_forms_materialize',\n ...\n )\n\nThen change crispy template pack settings to start using it in your forms:\n\n.. sourcecode:: python\n\n # Default layout to use with \"crispy_forms\"\n CRISPY_TEMPLATE_PACK = 'materialize_css_forms'\n\nAll other `django-crispy-forms`_ settings option apply, see its documentation for more details.",
"description_content_type": null,
"docs_url": null,
"download_url": "UNKNOWN",
"downloads": {
"last_day": -1,
"last_month": -1,
"last_week": -1
},
"home_page": "http://pypi.python.org/pypi/crispy-forms-materialize",
"keywords": null,
"license": "GPL v3",
"maintainer": null,
"maintainer_email": null,
"name": "crispy-forms-materialize",
"package_url": "https://pypi.org/project/crispy-forms-materialize/",
"platform": "UNKNOWN",
"project_url": "https://pypi.org/project/crispy-forms-materialize/",
"project_urls": {
"Download": "UNKNOWN",
"Homepage": "http://pypi.python.org/pypi/crispy-forms-materialize"
},
"release_url": "https://pypi.org/project/crispy-forms-materialize/0.2/",
"requires_dist": null,
"requires_python": null,
"summary": "Django application to add 'django-crispy-forms' layout objects for Materialize",
"version": "0.2"
},
"last_serial": 3906795,
"releases": {
"0.1": [
{
"comment_text": "",
"digests": {
"md5": "6deac03a0adbf617e901dc54f11edda5",
"sha256": "a515b31d0284df9f48ceb09ad243a3cf1f9c6b139572cbb790765e4872327028"
},
"downloads": -1,
"filename": "crispy_forms_materialize-0.1-py3-none-any.whl",
"has_sig": false,
"md5_digest": "6deac03a0adbf617e901dc54f11edda5",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": null,
"size": 18372,
"upload_time": "2016-05-10T14:08:13",
"url": "https://files.pythonhosted.org/packages/94/dc/1e9ddcd43696409028bb9a5bbb22cd43e43b622e5ba1697423d0e9a80a83/crispy_forms_materialize-0.1-py3-none-any.whl"
},
{
"comment_text": "",
"digests": {
"md5": "2e314cd562c89383cc13ab6370d3a2f6",
"sha256": "49818a39b6a4214458410e3b2efedecd12c5f3d66b5af627b7df466999d6bccc"
},
"downloads": -1,
"filename": "crispy-forms-materialize-0.1.tar.gz",
"has_sig": false,
"md5_digest": "2e314cd562c89383cc13ab6370d3a2f6",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 19496,
"upload_time": "2016-05-10T14:08:38",
"url": "https://files.pythonhosted.org/packages/94/c0/c6ddd21ecaa7cf8646717ecf6516f5de40b13de409bb4c537f8b930cf11d/crispy-forms-materialize-0.1.tar.gz"
}
],
"0.2": [
{
"comment_text": "",
"digests": {
"md5": "8fd1dc08fc169bbf1522f59d6f888fa2",
"sha256": "d98696bdd5eee8b009944adec99158ec5579c9f95b8095eb66e93b52a98ef8b2"
},
"downloads": -1,
"filename": "crispy-forms-materialize-0.2.tar.gz",
"has_sig": false,
"md5_digest": "8fd1dc08fc169bbf1522f59d6f888fa2",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 20085,
"upload_time": "2017-06-05T09:35:09",
"url": "https://files.pythonhosted.org/packages/69/0f/0bc6a85f328c6e6a1fdd419510b0040ba195975e7c09e4f1772f9e02aae1/crispy-forms-materialize-0.2.tar.gz"
}
]
},
"urls": [
{
"comment_text": "",
"digests": {
"md5": "8fd1dc08fc169bbf1522f59d6f888fa2",
"sha256": "d98696bdd5eee8b009944adec99158ec5579c9f95b8095eb66e93b52a98ef8b2"
},
"downloads": -1,
"filename": "crispy-forms-materialize-0.2.tar.gz",
"has_sig": false,
"md5_digest": "8fd1dc08fc169bbf1522f59d6f888fa2",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 20085,
"upload_time": "2017-06-05T09:35:09",
"url": "https://files.pythonhosted.org/packages/69/0f/0bc6a85f328c6e6a1fdd419510b0040ba195975e7c09e4f1772f9e02aae1/crispy-forms-materialize-0.2.tar.gz"
}
]
}