Metadata-Version: 2.4
Name: python-ecies
Version: 0.2.0
Summary: ECIES implementation for Python on top of the cryptography library
Author-email: Marten Svanfeldt <marten.svanfeldt@actia.se>
License-Expression: MIT
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
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.10
Description-Content-Type: text/x-rst
License-File: LICENSE.txt
Requires-Dist: importlib-metadata
Requires-Dist: typing-extensions
Requires-Dist: cryptography>=42.0
Provides-Extra: lint
Requires-Dist: mypy>=1.10; extra == "lint"
Requires-Dist: pytest>=8.0; extra == "lint"
Requires-Dist: types-docutils; extra == "lint"
Requires-Dist: types-setuptools; extra == "lint"
Requires-Dist: jinja2>=3.1; extra == "lint"
Requires-Dist: ruff>=0.6; extra == "lint"
Provides-Extra: test
Requires-Dist: pytest>=8.0; extra == "test"
Requires-Dist: pytest-randomly>=3.15; extra == "test"
Requires-Dist: pytest-cov>=5.0; extra == "test"
Requires-Dist: coverage[toml]>=7.4; extra == "test"
Provides-Extra: doc
Requires-Dist: sphinx>=8.0; extra == "doc"
Requires-Dist: sphinx_rtd_theme>=3.0; extra == "doc"
Requires-Dist: sphinx-autodoc-typehints>=2.0; extra == "doc"
Requires-Dist: pip-licenses>=5.0; extra == "doc"
Requires-Dist: jinja2>=3.1; extra == "doc"
Provides-Extra: dev
Requires-Dist: tox>=4.21; extra == "dev"
Requires-Dist: tox-uv>=1.16; extra == "dev"
Requires-Dist: python-ecies[lint]; extra == "dev"
Requires-Dist: python-ecies[test]; extra == "dev"
Requires-Dist: python-ecies[doc]; extra == "dev"
Provides-Extra: yubihsm
Requires-Dist: yubihsm[http,usb]==3.0; extra == "yubihsm"
Dynamic: license-file

===============================
python-ecies
===============================


Library for ECIES implemented in python



A longer description of your project goes here...
