Metadata-Version: 2.4
Name: MadeLibLBL
Version: 2025.4.28
Summary: My daily use functions at Made
Project-URL: Repository, https://github.com/luizalaquini/MadeLibLBL
Author-email: Luiza Batista Laquini <luizablaquini@hotmail.com>
License-Expression: MIT
License-File: LICENSE.txt
Keywords: helpers,utils
Classifier: Development Status :: 3 - Alpha
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Requires-Python: >=3.10
Requires-Dist: pandas>=2.2.2
Description-Content-Type: text/markdown

# MadeLibLBL

Package for my daily use functions at Made.

## Instalation

```pip install MadeLibLBL```

## Upload to PyPI

1)Install dependencies:

```pip install hatchling wheel twine build```

2)Remover builds antigos (optional):

```Remove-Item -Recurse -Force dist, *.egg-info```

3)Build package:

```python -m build```

4)Test upload to TestPyPI first (optional):

```twine upload --repository testpypi dist/*```

5)Upload to PyPI:

```twine upload dist/* --verbose```
