Metadata-Version: 2.3
Name: brseclabcripto
Version: 2.0.1
Summary: Biblioteca de criptografia para o projeto brSecLab
Author: Rafael Perazzo
Author-email: pypi.quilt004@passmail.net
Requires-Python: >=3.10
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-Dist: argon2-cffi (>=23.1.0,<24.0.0)
Requires-Dist: cryptography (>=44.0.2,<45.0.0)
Requires-Dist: pytest (>=8.3.5,<9.0.0)
Requires-Dist: python-gnupg (>=0.5.4,<0.6.0)
Description-Content-Type: text/markdown

# Pacote Poetry brseclabcripto

## Ativar o env

```console
source env/bin/activate
```

## Instalar

```console
poetry install
```

## Login

```console
poetry config pypi-token.pypi your-api-token
```

## Build

```console
poetry build
```

## Publish

```console
poetry publish
```

