Metadata-Version: 2.4
Name: mmisc
Version: 0.1.3
Summary: Mickael's Miscellaneous Python Helpers and Utility Functions.
Project-URL: Homepage, https://github.com/mickaeltemporao/mmisc
Author-email: Mickael Temporão <16172142+mickaeltemporao@users.noreply.github.com>
License-Expression: CC0-1.0
License-File: LICENSE
Requires-Python: >=3.12
Description-Content-Type: text/markdown

# Mickael's Miscellaneous Python Helpers and Utility Functions.

## Publish to pypi  (temporary workflow)

    dotenv run -- uv build
    dotenv run -- uv run twine upload dist/*

