-
Notifications
You must be signed in to change notification settings - Fork 31
/
setup.cfg
77 lines (72 loc) · 1.74 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 = pynidm
description = PYNIDM: a Python NIDM library and tools
long_description = file:README.rst
long_description_content_type = text/x-rst
author = INCF-NIDASH developers
author_email = [email protected]
maintainer = INCF-NIDASH developers
maintainer_email = [email protected]
license = Apache-2.0
license_files = LICENSE
url = https://github.com/incf-nidash/PyNIDM
classifiers =
Development Status :: 3 - Alpha
Environment :: Console
Intended Audience :: Science/Research
License :: OSI Approved :: Apache Software License
Operating System :: MacOS :: MacOS X
Operating System :: POSIX :: Linux
Programming Language :: Python :: 3
Topic :: Scientific/Engineering
[options]
packages = find_namespace:
package_dir =
=src
include_package_data = True
python_requires = >=3.8
install_requires =
click
click-option-group
cognitiveatlas
datalad
etelemetry
numpy >= 1.16.5
ontquery ~= 0.2.3
pandas
pyarrow
patsy
prov
pybids >= 0.12.4
pydot
pygithub
pyld >= 1.0.5, <3.0
python-dateutil ~= 2.0
rapidfuzz
rdflib ~= 6.3.2
requests
scikit-learn
scipy
statsmodels
tabulate
validators
[options.extras_require]
tools =
matplotlib
seaborn
test =
importlib-resources; python_version < '3.9'
pytest
pytest-cov
devel =
%(test)s
pre-commit
[options.packages.find]
where = src
[options.entry_points]
console_scripts =
bidsmri2nidm = nidm.experiment.tools.bidsmri2nidm:main
csv2nidm = nidm.experiment.tools.csv2nidm:main
nidm_query = nidm.experiment.tools.nidm_query:query
nidm_utils = nidm.experiment.tools.nidm_utils:main
pynidm = nidm.experiment.tools.click_main:cli