-
Notifications
You must be signed in to change notification settings - Fork 22
Expand file tree
/
Copy pathsetup.cfg
More file actions
86 lines (81 loc) · 1.75 KB
/
Copy pathsetup.cfg
File metadata and controls
86 lines (81 loc) · 1.75 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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
[metadata]
name = peakdet
url = https://github.com/physiopy/peakdet
download_url = https://github.com/physiopy/peakdet
author = Ross Markello, The Physiopy Community
maintainer = The Physiopy Community
maintainer_email = rossmarkello@gmail.com, physiopy.community@gmail.com
classifiers =
Development Status :: 4 - Beta
Intended Audience :: Science/Research
License :: OSI Approved :: Apache Software License
Programming Language :: Python :: 3
license = Apache-2.0
description = A Python toolbox for the identification and processing of peaks and troughs in physiological data
description-file = README.rst
long_description = file:README.md
long_description_content_type = text/markdown; charset=UTF-8
platforms = OS Independent
provides =
peakdet
[options]
python_requires = >=3.6.1
install_requires =
matplotlib >=3.1.1
numpy >=1.9.3
scipy
loguru
tests_require =
pytest >=5.3
pytest-cov
test_suite = pytest
zip_safe = False
packages = find:
include_package_data = True
[options.extras_require]
duecredit =
duecredit
nk =
pandas
doc =
%(nk)s
pandas
sphinx >=2.0
sphinx-argparse
sphinx_rtd_theme
style =
codespell>=2.2.4
ruff>=0.14.2
enhgui =
Gooey
wxpython
test =
pytest >=5.3
pytest-cov
%(style)s
%(nk)s
all =
%(doc)s
%(duecredit)s
%(style)s
%(test)s
dev =
%(all)s
pre-commit
[codespell]
skip = venvs,.venv,versioneer.py,.git,build,./docs/_build
write-changes =
count =
quiet-level = 3
[tool:pytest]
doctest_optionflags = NORMALIZE_WHITESPACE
xfail_strict = true
addopts = -rx
norecursedirs = peakdet/cli
[versioneer]
VCS = git
style = pep440
versionfile_source = peakdet/_version.py
versionfile_build = peakdet/_version.py
tag_prefix =
parentdir_prefix =