-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsetup.cfg
More file actions
55 lines (50 loc) · 1.21 KB
/
setup.cfg
File metadata and controls
55 lines (50 loc) · 1.21 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
[metadata]
name = pydrobert-speech
description = Speech processing with Python
long_description = file: README.md
long_description_content_type = text/markdown
license = Apache-2.0
license_files =
LICENSE
LICENSE_sph2pipe
url = https://github.com/sdrobert/pydrobert-speech
project_urls =
Documentation = https://pydrobert-speech.readthedocs.io
author = Sean Robertson
author_email = sdrobert@cs.toronto.edu
classifiers =
Development Status :: 3 - Alpha
License :: OSI Approved :: Apache Software License
Programming Language :: Python :: 3
[options]
zip_safe = False
packages = find_namespace:
package_dir =
= src
python_requires = >= 3.7
install_requires =
numpy
[options.entry_points]
console_scripts =
compute-feats-from-kaldi-tables = pydrobert.speech.command_line:compute_feats_from_kaldi_tables [kaldi]
signals-to-torch-feat-dir = pydrobert.speech.command_line:signals_to_torch_feat_dir [pytorch]
[options.packages.find]
where = src
[options.extras_require]
vis = matplotlib
kaldi = pydrobert-kaldi
wds = webdataset
hdf5 = h5py
soundfile = soundfile
yaml =
ruamel.yaml >=0.15
pytorch =
torch >=1.8
all =
matplotlib
pydrobert-kaldi
webdataset
torch >= 1.8
h5py
soundfile
ruamel.yaml >=0.15