Metadata-Version: 2.4
Name: financas
Version: 0.0.1
Summary: Pequeno estudo de um programa de finanças pessoais
Home-page: https://github.com/boechat/package-template/
Author: boechat
Author-email: boechat.andre@gmail.com
Requires-Python: >=3.8
Description-Content-Type: text/markdown
Dynamic: author
Dynamic: author-email
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: requires-python
Dynamic: summary

# Financas

Description. 
The package financas is used to:
		'''
		- Storage information about one's wallet and it's operations
		- Adding Values and Listing based on user's input
		'''

## Installation

Use the package manager [pip](https://pip.pypa.io/en/stable/) to install package_name

```bash
pip install financas
```

## Usage

```python
from package_name import file1_name
file1_name.my_function()
```

## Author
AndrÃ© Boechat

## License
[MIT](https://choosealicense.com/licenses/mit/)
