Metadata-Version: 2.1
Name: cgemail
Version: 1.0.0
Summary: Lib de envio de e-mail.
Home-page: https://github.com/ramirooliveiracg/cgemail
Author: Gabriel Dalacorte e Rogerio Filho
Author-email: gnunes.servico@gmail.com, crofilho2@gmail.com
License: MIT
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Description-Content-Type: text/markdown
License-File: LICENSE

# Portal Components

## Getting Started
#### Dependencies
You need Python 3.7 or later to use **cgemail**.
```
pip install setuptools
pip install wheel
pip install twine
```
#### Installation
Clone this repo to your local machine using:
```
git clone https://github.com/ramirooliveiracg/cgemail.git
```
## Features
- File structure for PyPI packages
- Setup with package informations
- License example

