Metadata-Version: 2.3
Name: hwg-ml-cli
Version: 0.1.5
Summary: Add your description here
Author: Yannik Hahn
Author-email: Yannik Hahn <yannik@h4hn.de>
Requires-Dist: click>=8.5.0
Requires-Dist: requests>=2.34.2
Requires-Dist: tqdm>=4.70.0
Requires-Python: >=3.13
Description-Content-Type: text/markdown

# HWG ML CLI

This cli is meant to make your life easier when participating in the [C29331 Machine Learning](https://h4hn.de/courses/c29331-machine-learning) course.

You can run the cli either with an activated environment or using uv:
```sh
# with activated environment
hwg-ml
# without activated environment
uv run hwg-ml
```


Here are the most important commands:

```sh
# updates your local exercise folder
hwg-ml exercises update

# updates your local lectures folder
hwg-ml lectures update
```
