{
"info": {
"author": "Patrick Spencer",
"author_email": "patrick.spencer@mail.mizzou.edu",
"bugtrack_url": null,
"classifiers": [
"Development Status :: 1 - Planning",
"Environment :: Console",
"Intended Audience :: Education",
"Intended Audience :: Science/Research",
"License :: OSI Approved :: BSD License",
"Operating System :: OS Independent",
"Programming Language :: Python",
"Programming Language :: Python :: 2",
"Programming Language :: Python :: 3",
"Topic :: Scientific/Engineering",
"Topic :: Scientific/Engineering :: Mathematics",
"Topic :: Software Development :: Libraries :: Python Modules"
],
"description": "Mathdeck\n========\n\nMathdeck is a program suite for managing the computations involved in\nwriting, displaying, and grading mathematical based homework\nproblems. It is written to abstract away computations so that other\nresponsibilities such as managing users and grades can be left to more\napt systems such as online course management systems.\n\nIntended features\n-----------------\n\n- Tool suite and standard spec for writing homework problems.\n- A system for displaying problem files.\n- A system for measuring how close a proposed solution is to a predefined\n solution and offering suggestions for improvement to lead a student in\n the right direction.\n\nProgramming Goals\n-----------------\n\n- Clear developer API.\n- Clear and comprehensive documentation.\n- Comprehensive test suite.\n- Creating problems should be as easy as possible for people who\n are mathematically inclined and would be able to pick up the basics of\n python in a couple days.\n- Python 2.7+ and 3+ support\n\nSupport\n-------\n\nSource files are hosted on `Github `_ and `PyPI `_.\n\nDocumentation source files are found in the `docs/` folder within the source. Compiled documentation files are hosted on `Read the Docs `_.\n\nIssues are hosted on `Github Issues `_.\n\nDiscussion is on `Google Groups `_.\n\nRequirements\n------------\n\n- Python 2.7+\n- Sympy 0.7.5+ (for writing and checking problems)\n- Jinja2 2.7.3+ (for displaying problems)\n\nFor developers\n--------------\n\nIt's recommended you first use the python package \"virtualenv\" to create a\nseparate virtual environment before installing. To install mathcheck for\ndevelopment purposes run :code:`python setup.py develop` in the command line in\nthe root of the project folder (the folder with setup.py). To run the tests run\n:code:`python -m unnittest discover` (requires python 2.7+) in the root folder.\n\n\nAbout the name\n--------------\n\nMathdeck is short for math display and check, the program's two main functions.\n\nLicense\n-------\n\nMathdeck is licensed under the BSD 3-Clause license. See LICENSE file for more\ndetails.",
"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/patrickspencer/mathdeck",
"keywords": null,
"license": "BSD 3-Clause",
"maintainer": null,
"maintainer_email": null,
"name": "mathdeck",
"package_url": "https://pypi.org/project/mathdeck/",
"platform": "UNKNOWN",
"project_url": "https://pypi.org/project/mathdeck/",
"project_urls": {
"Download": "UNKNOWN",
"Homepage": "https://github.com/patrickspencer/mathdeck"
},
"release_url": "https://pypi.org/project/mathdeck/0.0.1-planningdev-20141113/",
"requires_dist": null,
"requires_python": null,
"summary": "Mathdeck a program suite for managing the computations\n involved in writing displaying, and grading mathematical\n based homework problems.",
"version": "0.0.1-planningdev-20141113"
},
"last_serial": 1305724,
"releases": {
"0.0.1-planning-20141113": [],
"0.0.1-planningdev-20141113": []
},
"urls": []
}