-
Notifications
You must be signed in to change notification settings - Fork 161
/
setup.cfg
69 lines (64 loc) · 1.61 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
[metadata]
name = ruptures
version = attr: ruptures.__version__
url = https://github.com/deepcharles/ruptures/
license = BSD-2-Clause
license_files = LICENSE
author = Charles Truong, Laurent Oudre, Nicolas Vayatis
author_email = [email protected]
maintainer = Charles Truong, Olivier Boulant
description = Change point detection for signals in Python.
long_description = file: README.md
long_description_content_type = text/markdown
project_urls =
Documentation = https://centre-borelli.github.io/ruptures-docs/
Source = https://github.com/deepcharles/ruptures/
Bug Tracker = https://github.com/deepcharles/ruptures/issues/
keywords =
change point detection
signal segmentation
computer science
machine learning
kernel methods
time series
classifiers =
Programming Language :: Python :: 3
Operating System :: OS Independent
Topic :: Scientific/Engineering :: Mathematics
Intended Audience :: Science/Research
License :: OSI Approved :: BSD License
[options]
zip_safe = True
include_package_data = True
python_requires = >= 3.6
install_requires =
numpy
scipy
packages = find:
package_dir =
=src
[options.packages.find]
where = src
[options.extras_require]
display = matplotlib
test =
pytest
pytest-cov
dev =
pre-commit
docs =
jupyter
librosa
matplotlib
mkdocs
mkdocs-macros-plugin
mkdocs-material
mkdocs-section-index
mkdocstrings[python]>=0.18 # https://mkdocstrings.github.io/handlers/overview/#about-the-python-handlers
mknotebooks
pymdown-extensions
nltk
[build_ext]
inplace=1
[coverage:run]
source_pkgs = ruptures