Metadata-Version: 2.1
Name: vocalpy
Version: 0.1.0
Summary: common core package for computational vocal learning research in Python
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: crowsetta >=3.2
Requires-Dist: dask >=2.10.1
Requires-Dist: evfuncs >= 0.3.3
Requires-Dist: pandas >=1.3.5
Requires-Dist: numpy >=1.18.1
Requires-Dist: scipy >=1.4.1
Requires-Dist: SoundFile >=0.10.3
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/vocalpy
Provides-Extra: dev
Provides-Extra: doc
Provides-Extra: test

# `vocalpy`
goal: a common core package for 
computational vocal communication and learning research in Python; 
a community effort to develop 
and to foster an ecosystem of interoperable packages.

model: `astropy`
* focus on interoperability, modularity + composability, open standards
    * https://docs.astropy.org/en/latest/development/vision.html
    * https://www.aanda.org/articles/aa/abs/2013/10/aa22068-13/aa22068-13.html
    * https://arxiv.org/abs/1610.03159
    * https://iopscience.iop.org/article/10.3847/1538-3881/aabc4f/meta

Currently proof-of-concept and in development, contributors are more than welcome.  

