Metadata-Version: 2.1
Name: secreta
Version: 0.0.1
Summary: 
Author: caiopeternela
Author-email: caiopeternela.dev@gmail.com
Requires-Python: >=3.8,<4.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Dist: cryptography (>=40.0.1,<41.0.0)
Requires-Dist: typer (>=0.7.0,<0.8.0)
Description-Content-Type: text/markdown

# secreta

[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)

Modern CLI Password Manager


## Installation

```python
pip install secreta
```

## Usage

```python
secreta set # set your secreta access password
secreta new # add new credentials for a serivce
secreta get # get credentials for a given service
secreta ls # list all credentials added
```

## Stack

```python
Typer
```

