asd
This commit is contained in:
@ -0,0 +1 @@
|
||||
pip
|
||||
@ -0,0 +1,21 @@
|
||||
MIT License
|
||||
|
||||
Copyright (c) 2020 Jonas Kybelka
|
||||
|
||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||
of this software and associated documentation files (the "Software"), to deal
|
||||
in the Software without restriction, including without limitation the rights
|
||||
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||
copies of the Software, and to permit persons to whom the Software is
|
||||
furnished to do so, subject to the following conditions:
|
||||
|
||||
The above copyright notice and this permission notice shall be included in all
|
||||
copies or substantial portions of the Software.
|
||||
|
||||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||||
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||
SOFTWARE.
|
||||
@ -0,0 +1,19 @@
|
||||
Metadata-Version: 2.1
|
||||
Name: audio-processing
|
||||
Version: 0.0.1
|
||||
Summary: Package providing basic functionality for handling Waveform objects in a audio processing pipeline
|
||||
Home-page: UNKNOWN
|
||||
Author: UNKNOWN
|
||||
Author-email: UNKNOWN
|
||||
License: UNKNOWN
|
||||
Platform: UNKNOWN
|
||||
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: License :: OSI Approved :: MIT License
|
||||
|
||||
UNKNOWN
|
||||
|
||||
|
||||
@ -0,0 +1,9 @@
|
||||
__pycache__/datatypes.cpython-312.pyc,,
|
||||
audio_processing-0.0.1.dist-info/INSTALLER,sha256=zuuue4knoyJ-UwPPXg8fezS7VCrXJQrAP7zeNuwvFQg,4
|
||||
audio_processing-0.0.1.dist-info/LICENSE.txt,sha256=EeJG6QbA8A-JnE8E7dWSgkQ9OZEtIKAKRxOw6l6FN5k,1070
|
||||
audio_processing-0.0.1.dist-info/METADATA,sha256=gypxSkq7VDtwsonT9j5AjcItnAFux4QUU0alTr1K35g,570
|
||||
audio_processing-0.0.1.dist-info/RECORD,,
|
||||
audio_processing-0.0.1.dist-info/REQUESTED,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
||||
audio_processing-0.0.1.dist-info/WHEEL,sha256=g4nMs7d-Xl9-xC9XovUrsDHGXt-FT0E17Yqo92DEfvY,92
|
||||
audio_processing-0.0.1.dist-info/top_level.txt,sha256=7JsnTAngtN2pxLzBG7Te-rVThPA1YA8n-y2heRbMu8g,10
|
||||
datatypes.py,sha256=Vh51C6OYqEPQgrheFmIraqLIT7cjKblsw1vga4ctEr0,8624
|
||||
@ -0,0 +1,5 @@
|
||||
Wheel-Version: 1.0
|
||||
Generator: bdist_wheel (0.34.2)
|
||||
Root-Is-Purelib: true
|
||||
Tag: py3-none-any
|
||||
|
||||
@ -0,0 +1 @@
|
||||
datatypes
|
||||
Reference in New Issue
Block a user