Metadata-Version: 2.1
Name: etpyfitest1
Version: 0.0.4
Summary: Demonstrating how to use PyPI
Author: ExperTeach GmbH
Author-email: et_dbu@web.de
License: UNKNOWN
Keywords: python,code,screenshot,png,py,code-highlighting
Platform: UNKNOWN
Classifier: Development Status :: 1 - Planning
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: Microsoft :: Windows
Description-Content-Type: text/markdown

# etpyfitest1

Simple package to demonstrate the usage of PyPI and advertise ExperTeach.

## Usage
```python
from etpyfitest1 import werbung

# Output some advertisement for ExperTeach
werbung()
```


