Metadata-Version: 2.4
Name: agapsys-utils
Version: 1.0.0
Summary: Common utilities
License-Expression: MIT
Requires-Python: >=3.11
Description-Content-Type: text/markdown
License-File: LICENSE
Provides-Extra: dev
Requires-Dist: build; extra == "dev"
Requires-Dist: twine; extra == "dev"
Requires-Dist: agapsys-tests<1.0.0,>=0.0.0; extra == "dev"
Dynamic: license-file

# agapsys-utils

This project provides general purpose utiltities that individually thet do not fit in a dedicated library.

## License

This project is distributed under MIT License. Please see the [LICENSE](LICENSE) file for details on copying and distribution.

## Basic usage

  ```py
  import agapsys.utils as utils

  # That's it... use the available modules
  ```
