Metadata-Version: 2.1
Name: mfu
Version: 0.0.10
Summary: Michael's fun utilities
Author-email: Michael Botha <michael@408.co.za>
Requires-Python: >=3.7
Description-Content-Type: text/markdown
Requires-Dist: Click >=8.1.3
Requires-Dist: kubernetes >=25.3.0
Requires-Dist: watchdog >=2.1.9
Requires-Dist: GitPython >=3.1.29
Requires-Dist: requests >=2.28.1
Requires-Dist: python-gitlab >=3.7.0

# MFU (Michael's Fun Utilities)

A collection of utilities to make my life easier and hopefully others too.


## Release Notes

### 0.0.8
- Fixed dependencies

### 0.0.7
- Fixed new acumen namespace.

### 0.0.6
- Fixed pypi config.

### 0.0.5
- Moved to pyproject.toml rather than setup.py
- Added wheel in upload

### 0.0.4
- Getting sync listener to work on Windows.

### 0.0.3
- Getting mfu to work with python -m command.

### 0.0.2
- Basic improvements

### 0.0.1
- Added basic doctor and sync functions
