Metadata-Version: 2.1
Name: bank-python
Version: 0.0.2
Summary: Um sistema bancário simples em Python
Home-page: https://github.com/eigiihs/bank_python_package
Author: Giovanna Sousa
Author-email: 19giihsousa@gmail.com
Description-Content-Type: text/markdown

# bank_python

### Description
The bank_python package implements a simple banking system in Python with features such as:  
- creating customers and accounts
- deposits
- withdrawals
- transaction history

## Installation
Use the package manage [pip](https://pip.pypa.io/en/stable/) to install bank_python

```bash
pip install bank_python
```

## Author
Giovanna Sousa
