Metadata-Version: 2.4
Name: wilgelmzwerege
Version: 0.1.0
Summary: Personal EGE informatics templates by Wilgelmzwer
Author: Ivan Kulavsky
License: MIT
Keywords: ege,informatics,templates,education,python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Topic :: Education
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: license-file

# wilgelmzwerege

Personal EGE informatics templates by Wilgelmzwer.

## Install

```bash
pip install wilgelmzwerege
```

## Console usage

```bash
wege --help
wege version
wege list
wege ege13
wege show ege13
wege save ege13
wege search ip
wege info ege13
```

## If `wege` command does not work

If the `wege` command is not found after installation, use:

```bash
python -m wilgelmzwerege --help
python -m wilgelmzwerege version
python -m wilgelmzwerege list
python -m wilgelmzwerege ege13
```

On Windows, you can also try:

```bash
py -m wilgelmzwerege ege13
```

## Python usage

```python
from wilgelmzwerege import wege

wege("ege13")
```

## Templates

- ege2
- ege5
- ege8
- ege9
- ege13
- ege14
- ege15
- ege16
- ege17
- ege192021
- ege23
- ege24
- ege25
