Metadata-Version: 2.1
Name: horoscopy
Version: 0.1.0
Summary: Python module for speech signal processing
Home-page: https://github.com/takenori-y/horoscopy
Author: Takenori Yoshimura
Author-email: takenori@sp.nitech.ac.jp
License: MIT
Keywords: speech signal dsp
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Requires-Python: >= 3.6
Description-Content-Type: text/markdown
Requires-Dist: numpy (>=1.15.0)
Requires-Dist: scipy (>=1.4.0)
Requires-Dist: librosa (>=0.8.0)
Provides-Extra: dev
Requires-Dist: flake8 ; extra == 'dev'
Requires-Dist: numpydoc ; extra == 'dev'
Requires-Dist: pytest ; extra == 'dev'
Requires-Dist: sphinx ; extra == 'dev'
Requires-Dist: sphinx-rtd-theme ; extra == 'dev'
Requires-Dist: twine ; extra == 'dev'

horoscopy
=========
A python package for speech signal processing.

Installation
------------
The latest stable release can be installed through PyPI by running
```sh
pip install horoscopy
```
Alternatively,
```sh
git clone https://github.com/takenori-y/horoscopy.git
pip install -e horoscopy
```


