Metadata-Version: 2.1
Name: pygemina
Version: 0.3.0
Summary: Implementation of the Gemina specification.
Home-page: https://andreas19.github.io/pygemina/
Author: Andreas Suhre
Author-email: andreas19@posteo.eu
License: BSD-3-Clause
Project-URL: Source code, https://github.com/andreas19/pygemina/
Keywords: cryptography,encryption,decryption
Classifier: Development Status :: 4 - Beta
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python :: 3 :: Only
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: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Libraries
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE.txt
Requires-Dist: cryptography >=42.0.8
Requires-Dist: salmagundi >=0.17.1

# PyGemina

Implementation of the [Gemina specification](https://github.com/andreas19/gemina-spec).

For more information see the [documentation](https://andreas19.github.io/pygemina/overview.html).

History
-------

**2024-06-18 (0.3.0)**
 - Add version 5
 - Upgrade dependencies

**2020-08-13 (0.2.0)**
 - Add command line interface (CLI)

**2020-07-30 (0.1.0)**
 - First public release
