Metadata-Version: 2.1
Name: plom
Version: 0.6.0
Summary: Plom is PaperLess Open Marking
Home-page: https://plomgrading.org
Author: Andrew Rechnitzer
License: AGPLv3+
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+)
Classifier: Development Status :: 3 - Alpha
Classifier: Operating System :: OS Independent
Classifier: Topic :: Education :: Testing
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Requires-Dist: weasyprint
Requires-Dist: cffi
Requires-Dist: peewee (>=3.13.3)
Requires-Dist: pyzbar
Requires-Dist: scikit-learn (>=0.23.1)
Requires-Dist: lapsolver
Requires-Dist: jpegtran-cffi
Requires-Dist: pymupdf (!=1.18.7,>=1.18.5)
Requires-Dist: tqdm
Requires-Dist: pyqrcode
Requires-Dist: Pillow (>=7.0.0)
Requires-Dist: pypng
Requires-Dist: aiohttp (~=3.7.2)
Requires-Dist: requests-toolbelt
Requires-Dist: opencv-python
Requires-Dist: pandas
Requires-Dist: toml (>=0.10.0)
Requires-Dist: appdirs (>=1.4.3)
Requires-Dist: PyQt5
Requires-Dist: requests
Requires-Dist: numpy
Requires-Dist: passlib
Requires-Dist: imutils

# PaperLess Open Marking - [Plom](https://plomgrading.org)

  * A system for giving tests on paper, but marking and returning
    them online.
  * Designed for giving consistent, meaningful feedback to students.
  * [Free/Open Source Software](https://www.gnu.org/licenses/agpl-3.0.en.html)
    written in Python using [Qt](https://pypi.org/project/PyQt5) and other
    components.

<img src="https://plomgrading.org/images/plomclient.png" width="800px" alt="The plom annotation client in action">


## Plom's benefits

  * Respects privacy of student data -- all data stays on your server,
    and markers do not see student name or ID when working.
  * Easy multi-versioned tests -- designed to handle crowded classrooms
    and multi-section courses over multiple days.
  * Simplify logistics and minimizes paper-handling.
  * Free -- Plom is both [Libre](https://en.wikipedia.org/wiki/Gratis_versus_libre#Libre)
    and [Gratis](https://en.wikipedia.org/wiki/Gratis_versus_libre#Gratis).
    No software to buy, and no subscriptions to pay.


## Want to know more?

Take a look at the [plomgrading.org](https://plomgrading.org).


