Metadata-Version: 2.3
Name: imuthes
Version: 0.0.0a0
Summary: Several Tools
Author: Bernhard Radermacher
Author-email: bernhard@hakisto.net
Requires-Python: >=3.13,<3.14
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU Lesser General Public License v3 or later (LGPLv3+)
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.13
Classifier: Topic :: Software Development
Classifier: Topic :: Utilities
Requires-Dist: hakisto (>=0.3.4a0)
Requires-Dist: setuptools (>=75.8.2)
Project-URL: Repository, https://gitlab.com/imuthes/imuthes
Description-Content-Type: text/markdown

# Imuthes


**Warning - very ALPHA!!**

Collection of tools (most in sub-packages). 

Logging implemented via [Hakisto](https://pypi.org/project/hakisto).

## Top Level Tools

### Classes 

#### Mapping

Convenience abstract class for simple mapping. Inherit and implement `__init__`.

#### NamedMapping

Mapping that makes items available as attributes.

#### Singleton

Thread safe singleton class. Add as a super-class.

---

- alchemy
- sap


