Metadata-Version: 2.4
Name: plom-common
Version: 0.21.2
Summary: Common base utiliies and libraries for Plom
Author: Andrew Rechnitzer, Colin B. Macdonald
License: AGPLv3+
Project-URL: Homepage, https://plomgrading.org
Project-URL: Repository, https://gitlab.com/plom/plom-common
Project-URL: Bug Tracker, https://gitlab.com/plom/plom/-/issues
Project-URL: Documentation, https://plom.readthedocs.org
Project-URL: Changelog, https://gitlab.com/plom/plom-common/-/blob/main/CHANGELOG.md
Classifier: Topic :: Education :: Testing
Classifier: Development Status :: 3 - Alpha
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE.md
Requires-Dist: arrow>=1.1.1
Requires-Dist: cryptography>=41.0.3
Requires-Dist: packaging
Requires-Dist: passlib
Requires-Dist: pytest>=7.2.0
Requires-Dist: requests
Requires-Dist: requests-toolbelt
Requires-Dist: setuptools>=74
Requires-Dist: stdiomask>=0.0.6
Requires-Dist: tabulate>=0.9.0
Requires-Dist: tomli>=2.0.1; python_version < "3.11"
Requires-Dist: tomlkit>=0.11.7
Requires-Dist: tqdm>=4.63.2
Dynamic: license-file

# plom-common

This is a support library for [Plom](https://plomgrading.org),
a shared dependency of various other Plom tools.


## Development

Running tests: `PYTHONPATH="." pytest`
`
