Metadata-Version: 2.1
Name: vocles
Version: 0.1.0
Summary: a lightweight tool for building datasets of vocalizations
Author-email: David Nicholson <nickledave@users.noreply.github.com>
Requires-Python: >=3.7
Description-Content-Type: text/markdown
Classifier: License :: OSI Approved :: BSD License
Classifier: Development Status :: 5 - Production/Stable
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: Implementation :: CPython
Requires-Dist: attrs >=21.4.0
Requires-Dist: pandas >=1.3.5
Requires-Dist: twine >=3.7.1 ; extra == "dev"
Requires-Dist: black >=21.12b0 ; extra == "dev"
Requires-Dist: ipython >=8.0.0 ; extra == "dev"
Requires-Dist: nox >= 2022.1.7 ; extra == "dev"
Requires-Dist: sphinx >=4.4.0 ; extra == "doc"
Requires-Dist: pytest >=6.2.5 ; extra == "test"
Requires-Dist: pytest-cov >=2.11.1 ; extra == "test"
Project-URL: Home, https://github.com/NickleDave/vocles
Provides-Extra: dev
Provides-Extra: doc
Provides-Extra: test

# vocles

| **vocalization**                      | **tables**                                      |                                            |
|---------------------------------------|-------------------------------------------------|--------------------------------------------|
| _audio_path_                          | _spect_path_                                    | _annot_path_                               |
| gr41yw36-USVs-2022-01-09-0734-001.wav | gr41yw36-USVs-2022-01-09-0734-001.wav.spect.npz | gr41yw36-USVs-2022-01-09-0734-001.TextGrid |
| gr41yw36-USVs-2022-01-09-0734-002.wav | gr41yw36-USVs-2022-01-09-0734-002.wav.spect.npz | gr41yw36-USVs-2022-01-09-0734-002.TextGrid |
| ...                                   | ...                                             | ...                                        |

### a lightweight tool for building datasets of vocalizations

