Metadata-Version: 2.4
Name: vgate
Version: 0.1.5
Summary: ACDC Presentation Handler library
Project-URL: Homepage, https://github.com/kentbull/vgate
Project-URL: Repository, https://github.com/kentbull/vgate
Project-URL: Documentation, https://github.com/kentbull/vgate#readme
Project-URL: Issues, https://github.com/kentbull/vgate/issues
Author-email: Kevin Griffin <kevin.griffin@gleif.org>
License: Apache-2.0
Keywords: acdc,credential,keri,presentation,vlei
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Security
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.12.6
Requires-Dist: falcon>=3.1.3
Requires-Dist: hio<0.6.19,>=0.6.14
Requires-Dist: http-sfv>=0.9.9
Requires-Dist: keri<1.3.0,>=1.2.12
Description-Content-Type: text/markdown

# vgate

Verifiable, Gated Authentic Transforming End Verifier

[![CI](https://github.com/GLEIF-IT/vgate/actions/workflows/main.yml/badge.svg?branch=main)](https://github.com/GLEIF-IT/vgate/actions/workflows/main.yml)
[![codecov](https://codecov.io/gh/GLEIF-IT/vgate/branch/main/graph/badge.svg?token=sUADtbanWC)](https://codecov.io/gh/GLEIF-IT/vgate)

Generic use of a grant handler for vLEI systems.

## Publishing

1. Tick the version string in pyproject.toml and 
2. `make build`, which just runs `uv build`
2. `twine upload dist/vgate-`