-
-
Notifications
You must be signed in to change notification settings - Fork 28
/
setup.cfg
77 lines (71 loc) · 1.7 KB
/
setup.cfg
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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
[metadata]
name = timeflux
description = Acquisition and real-time processing of biosignals
long_description = file: README.rst
author = Pierre Clisson
author-email = contact@timeflux.io
license = MIT
home-page = https://timeflux.io
project_urls =
Documentation = https://doc.timeflux.io
Source Code = https://github.com/timeflux/timeflux
Bug Tracker = https://github.com/timeflux/timeflux/issues
classifier =
Development Status :: 4 - Beta
Environment :: Console
Intended Audience :: Developers
Intended Audience :: Science/Research
License :: OSI Approved :: MIT License
Operating System :: OS Independent
Programming Language :: Python
keywords = time series, machine learning, biosignals, brain-computer interface, BCI, EEG, ECG, PPG, EMG, EDA, GSR
[options]
packages = find:
install_requires =
networkx==2.5.1
PyYAML>=5.1
numpy>=1.17
pandas>=0.25
xarray>=0.14
bottleneck>=1.3
scipy>=1.3
pyzmq>=18.1
coloredlogs>=10.0
tables>=3.6
Cython>=0.29.6
pylsl>=1.12.2
python-osc>=1.7.0
python-dotenv>=0.10
jsonschema>=3.0
scikit-learn>=0.21.3
Jinja2>=2.11
colorama>=0.4.4
[options.extras_require]
opt =
graphviz>=0.13
mne>=0.23
pyedflib>=0.1.22
dev =
pytest>=5.3
sphinx>=2.2
sphinx_rtd_theme>=0.4
setuptools_scm
docinit
black
[options.package_data]
timeflux = schema/app.json
[options.entry_points]
console_scripts =
timeflux = timeflux.timeflux:main
[build_sphinx]
warning-is-error = True
[docinit]
name = Timeflux
html_logo = static/img/logo.png
html_favicon = static/img/favicon.ico
autoapi_ignore =
*classifiers*
*__init_.py
*__main__.py
*timeflux.py
*version.py