{
"info": {
"author": "Jonathan Goodnow",
"author_email": "jon@goodnow.io",
"bugtrack_url": null,
"classifiers": [
"Development Status :: 3 - Alpha",
"Environment :: Web Environment",
"Framework :: Django",
"Intended Audience :: Developers",
"License :: OSI Approved :: BSD License",
"Natural Language :: English",
"Operating System :: OS Independent",
"Programming Language :: Python :: 2.7",
"Topic :: Utilities"
],
"description": "django-mathfield\r\n================\r\n\r\nMathField is a model field for Django that allows you to input LaTeX and store \r\nthe compiled HTML on your database. It comes with a form for the Django Admin \r\nthat provides live previews of your rendered LaTeX.\r\n\r\nInstallation and Setup\r\n----------------------\r\n\r\nYour server needs to have \r\n`Python 2.7