Metadata-Version: 2.1
Name: imagem_processador_rodrigo
Version: 0.0.1
Summary: Pacote para processamento de imagens
Home-page: https://github.com/rodrigopinheiro1996/pacote-processamento-python
Author: rodrigo
Author-email: rodrigopinheirotm@gmail.com
Requires-Python: >=3.8
Description-Content-Type: text/markdown
Requires-Dist: Pillow==8.3.1
Requires-Dist: numpy==1.21.1

# package_rodrigo

Description. 
The package package_name is used to:
	- 
	-

## Installation

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

```bash
pip install package_name
```

## Usage

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

## Author
Rodrigo

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