Metadata-Version: 2.1
Name: package_operations
Version: 0.0.1
Summary: Faz somas e subtrações
Home-page: https://github.com/edithcarollaine/package_operations
Author: Edith Carollaine
Author-email: edith.carollaine12@gmail.com
License: MIT License
Keywords: Package
Description-Content-Type: text/markdown
License-File: LICENSE

# package_operations

## Getting Started
#### Dependencies
You need Python 3.7 or later to use **package_operations**. You can find it at [python.org](https://www.python.org/).
You also need setuptools, wheel and twine packages, which is available from [PyPI](https://pypi.org). If you have pip, just run:
```
pip install setuptools
pip install wheel
pip install twine
```
#### Installation
Clone this repository to your machine using this command:
```
git clone https://github.com/edithcarollaine/package_operations.git
```
## Features
- File structure for package_operations
- Setup with package information
- License 
