Metadata-Version: 2.4
Name: libfelix
Version: 0.3.0
Summary: Felix' library
Author-email: Felix Hummel <felix@felixhummel.de>
Project-URL: Repository, https://gitlab.com/felixhummel/libfelix/
Requires-Python: >=3.11
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: structlog
Provides-Extra: music
Requires-Dist: dbus-python>=1.4.0; extra == "music"
Dynamic: license-file

# libfelix
Felix' library of snippets.

- few dependencies
- keep it simple


## Installation
```
pip install libfelix
```


## libfelix.git
```python
>>> from libfelix.git import Repo
>>> r = Repo('.')
>>> r.head
'9e260ece8558ba9a6c4ad6a9c89905630fe0140b'
```


## libfelix.music
TBA


## Development
```
mise trust
mise install
pre-commit install -f
uv sync
```
