Metadata-Version: 2.4
Name: MzmcOSAPIPySDK
Version: 1.2.1
Summary: A part of MzmcOS Basic Equippments
License-Expression: MIT
Requires-Python: >=3.8
Description-Content-Type: text/markdown
Requires-Dist: httpx>=0.28.1
Requires-Dist: loguru>=0.7.3
Requires-Dist: setuptools>=75.3.2
Requires-Dist: twine>=6.1.0
Requires-Dist: wheel>=0.45.1

# MzmcOSAPIPySDK

## Build
```python
python3 -m pip install --user --upgrade setuptools wheel
python setup.py bdist_wheel
```

## Upload
```bash
python -m twine upload --repository gitea ./dist/*
```
