Metadata-Version: 2.1
Name: PyMultiHelper
Version: 1.0.0
Summary: Several common helpers for Python coding
Home-page: https://github.com/anderbytes/PyMultiHelper
Author: Anderson
Author-email: anderbytes@gmail.com
Description-Content-Type: text/markdown
License-File: LICENSE

# PyMultiHelper

This library intends to serve as a multi-purpose Python Helpers collection

## Installation

Use the 'pip' package manager to install this package.

```bash
pip install PyMultiHelper
```

## Usage

Each sub-library has a collection of Methods, each one with it's own PyDoc explaining the usage. 

## Contributions

Pull requests are welcome, even more if poiting toward bug corrections.

## Publishing

This project is published on:
- GitHub: https://github.com/anderbytes/PyMultiHelper
- PyPi: https://pypi.org/project/PyMultiHelper/

## Licença

[MIT](https://mit-license.org/)
