Metadata-Version: 2.1
Name: dhbw
Version: 1.5.1
Summary: DHBW lecture accompanying Python package.
Home-page: https://github.com/jurihock/dhbw-python
Author: Juergen Hock
Author-email: juergen.hock@jurihock.de
License: GPL-3.0
Keywords: digital,audio,signal,processing,dasp,dhbw,python
Classifier: Intended Audience :: Education
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Education
Classifier: Topic :: Multimedia :: Sound/Audio
Classifier: Topic :: Multimedia :: Sound/Audio :: Analysis
Classifier: Topic :: Multimedia :: Sound/Audio :: Sound Synthesis
Requires-Python: >=3
Description-Content-Type: text/markdown
License-File: LICENSE

# dhbw-python ![pypi](https://img.shields.io/pypi/v/dhbw?color=gold)

DHBW lecture accompanying Python package.

**Install**

`pip install dhbw`

**Upgrade**

`pip install dhbw -U`

**Use**

`from dhbw import dasp`

**Discover**

[read the docs](https://jurihock.github.io/dhbw-python/docs/html/index.html)
