Metadata-Version: |
2.3 |
Name: |
waveline |
Version: |
0.8.0 |
Summary: |
Library to easily interface with Vallen Systeme WaveLine™ devices |
Author-Email: |
Lukas Berbuer <software[at]vallen.de> |
Project-Url: |
Changelog, https://github.com/vallen-systems/pyWaveLine/blob/master/CHANGELOG.md |
Project-Url: |
Source, https://github.com/vallen-systems/pyWaveLine |
Project-Url: |
Issues, https://github.com/vallen-systems/pyWaveLine/issues |
License: |
MIT License |
Keywords: |
Acoustic Emission,Vallen,WaveLine,conditionWave,data acquisition,linWave,spotWave,ultrasonic |
Classifier: |
Development Status :: 4 - Beta |
Classifier: |
Intended Audience :: Science/Research |
Classifier: |
License :: OSI Approved :: MIT License |
Classifier: |
Operating System :: OS Independent |
Classifier: |
Programming Language :: Python :: 3 |
Classifier: |
Programming Language :: Python :: 3.6 |
Classifier: |
Programming Language :: Python :: 3.7 |
Classifier: |
Programming Language :: Python :: 3.8 |
Classifier: |
Programming Language :: Python :: 3.9 |
Classifier: |
Programming Language :: Python :: 3.10 |
Classifier: |
Programming Language :: Python :: 3.11 |
Classifier: |
Programming Language :: Python :: 3.12 |
Classifier: |
Topic :: Scientific/Engineering |
Classifier: |
Topic :: Software Development |
Classifier: |
Topic :: Software Development :: Libraries |
Requires-Python: |
>=3.6 |
Requires-Dist: |
dataclasses (>=0.6); python_version < "3.7" |
Requires-Dist: |
numpy |
Requires-Dist: |
pyserial (>=3) |
Requires-Dist: |
waveline[docs,tests,tools]; extra == "dev" |
Requires-Dist: |
furo; extra == "docs" |
Requires-Dist: |
myst-parser; extra == "docs" |
Requires-Dist: |
sphinx-autodoc-typehints; extra == "docs" |
Requires-Dist: |
sphinx (>=5); extra == "docs" |
Requires-Dist: |
asyncmock (>=0.4.2); python_version < "3.8" and extra == "tests" |
Requires-Dist: |
coverage[toml] (>=5); extra == "tests" |
Requires-Dist: |
freezegun; extra == "tests" |
Requires-Dist: |
pytest-asyncio; extra == "tests" |
Requires-Dist: |
pytest-benchmark; extra == "tests" |
Requires-Dist: |
pytest-repeat; extra == "tests" |
Requires-Dist: |
pytest (>=6); extra == "tests" |
Requires-Dist: |
black; extra == "tools" |
Requires-Dist: |
mypy (>=0.9); extra == "tools" |
Requires-Dist: |
ruff (~=0.3); extra == "tools" |
Requires-Dist: |
tox (>=3.4); extra == "tools" |
Provides-Extra: |
dev |
Provides-Extra: |
docs |
Provides-Extra: |
tests |
Provides-Extra: |
tools |
Description-Content-Type: |
text/markdown |
License-File: |
LICENSE.txt |