Metadata-Version: 2.1
Name: metapy_toolbox
Version: 2023.4.5
Summary: The METApy optimization toolbox is an easy-to-use environment for applying metaheuristic optimization methods. The platform has several optimization methods and functions for generating charts and statistical analysis of the results.
Home-page: https://wmpjrufg.github.io/METAPY/
Author-email: wanderlei_junior@ufcat.edu.br
License: MIT
Classifier: Programming Language :: Python
Classifier: Topic :: Scientific/Engineering :: Mathematics
Classifier: Topic :: Scientific/Engineering
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: numpy
Requires-Dist: pandas

# pacotepypi
Example of PyPI package.
## Getting Started
#### Dependencies
You need Python 3.7 or later to use **pacotepypi**. 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 repo to your local machine using:
```
git clone https://github.com/caiocarneloz/pacotepypi.git
```
## Features
- File structure for PyPI packages
- Setup with package informations
- License example
