Metadata-Version: 2.1
Name: plom
Version: 0.9.1
Summary: Plom is Paperless Open Marking
Home-page: https://plomgrading.org
Author: Andrew Rechnitzer
License: AGPLv3+
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.7
Description-Content-Type: text/markdown
License-File: LICENSE.md
Requires-Dist: peewee (>=3.13.3)
Requires-Dist: appdirs (>=1.4.3)
Requires-Dist: exif (>=1.2.2)
Requires-Dist: opencv-python-headless
Requires-Dist: requests
Requires-Dist: toml (>=0.10.0)
Requires-Dist: segno
Requires-Dist: aiohttp (>=3.7.2)
Requires-Dist: imutils
Requires-Dist: weasyprint (>=52.5)
Requires-Dist: numpy
Requires-Dist: requests-toolbelt
Requires-Dist: passlib
Requires-Dist: lapsolver
Requires-Dist: arrow (>=1.1.1)
Requires-Dist: tqdm
Requires-Dist: pymupdf (>=1.18.15)
Requires-Dist: stdiomask (>=0.0.6)
Requires-Dist: scikit-learn (>=0.23.1)
Requires-Dist: pandas (>=1.0.0)
Requires-Dist: pyzbar
Requires-Dist: Pillow (>=7.0.0)
Requires-Dist: canvasapi (>=2.0.0)
Requires-Dist: packaging
Requires-Dist: PyQt5

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

  * Plom is a system for large-scale marking by humans of handwritten work.
  * 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 [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).


## Translations

If you'd like to help translate Plom into another language,
please help at https://gitlab.com/plom/plom/-/issues/1725

The metainfo files (used for example on
[Flathub](https://flathub.org/apps/details/org.plomgrading.PlomClient))
can be translated by editing
[here](https://gitlab.com/plom/plom/-/blob/main/org.plomgrading.PlomClient.metainfo.xml)
and
[here](https://gitlab.com/plom/plom/-/blob/main/org.plomgrading.PlomClient.desktop).



## Getting in touch

  * Our dev channel is [gitter.im/plomgrading/dev](https://gitter.im/plomgrading/dev).
  * Our [main development repo is on Gitlab.com](https://gitlab.com/plom/plom)
    and [mirrored on GitHub](https://github.com/plomgrading/plom).
