Metadata-Version: 2.4
Name: spax-secret
Version: 1.1.0
Summary: Secret manager library for sixpetal network
Author-email: Prashant Kumar Prasad <info@sixpetal.com>
License-Expression: MIT
Project-URL: Homepage, https://github.com/krprashant94/spax-secret
Project-URL: Issues, https://github.com/krprashant94/spax-secret/issues
Requires-Python: >=3.12
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: cryptography>=48.0.0
Requires-Dist: httpx>=0.28.1
Requires-Dist: pydantic>=2.13.4
Dynamic: license-file

# spax-secret

Sixpetal secret key value pair vault library for  keeping app configration, key value pair in encrypted formate.


## Installation

Install directly from PyPI:

```bash
pip install spax-secret
```


## Basic Usage

```python
from secret import SecretManager

sm = SecretManager("project-code", "development")

sm.set("key0", "value0")

print(sm.get_all(["key0", "key1"]))
```

## Requirements

* Python 3.10+


## License

MIT License


## Author

**Sixpetal Developer**
