enprot 0.5.12

Engyon Protected Text (EPT) — confidentiality processor and capability ledger
[build-system]
requires = ["setuptools>=68", "wheel"]
build-backend = "setuptools.build_meta"

[project]
name = "pyenprot"
version = "0.1.0"
description = "Python bindings for enprot — Engyon Protected Text confidentiality processor"
readme = "README.md"
license = { text = "BSD-2-Clause" }
authors = [{ name = "Ribose Inc.", email = "open.source@ribose.com" }]
requires-python = ">=3.9"
keywords = ["encryption", "ept", "engyon", "cryptography", "content-addressed"]
classifiers = [
    "Development Status :: 4 - Beta",
    "Intended Audience :: Developers",
    "License :: OSI Approved :: BSD License",
    "Operating System :: POSIX :: Linux",
    "Operating System :: MacOS",
    "Operating System :: Microsoft :: Windows",
    "Programming Language :: Python :: 3",
    "Programming Language :: Rust",
    "Topic :: Security :: Cryptography",
    "Typing :: Typed",
]
dependencies = []

[project.urls]
Homepage = "https://www.engyon.org"
Repository = "https://github.com/engyon/enprot"
Documentation = "https://github.com/engyon/enprot/tree/main/bindings/python"
Issues = "https://github.com/engyon/enprot/issues"

[tool.setuptools]
packages = ["pyenprot"]