Metadata-Version: 2.1
Name: PyMultiHelper
Version: 1.1.13
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
Requires-Dist: requests~=2.32.3
Requires-Dist: pytz~=2024.2
Requires-Dist: pandas~=2.2.3
Requires-Dist: speedtest-cli~=2.1.3
Requires-Dist: beautifulsoup4~=4.12.3

# 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/)
