aboutsummaryrefslogtreecommitdiffstats
path: root/PyPI/jumpavg/pyproject.toml
blob: 8aa906c4c37dc5ad923cc6677e36095b25e95c64 (plain)
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
[project]
name = "jumpavg"
version = "0.4.2"
description = "Library for locating changes in time series by grouping results."
license = { file = "LICENSE.txt" }
readme = { file = "README.rst", content-type = "text/x-rst" }
requires-python = ">=3.8"
classifiers = [
    "Development Status :: 3 - Alpha",
    "Intended Audience :: Science/Research",
    "License :: OSI Approved :: Apache Software License",
    "Natural Language :: English",
    "Operating System :: OS Independent",
    "Programming Language :: Python :: 3.8",
    "Topic :: Scientific/Engineering :: Information Analysis",
]
keywords = ["progression", "regression", "anomaly detection", "statistics", "bits" ]
authors = [
    { name = "Cisco Systems Inc. and/or its affiliates", email = "csit-dev@lists.fd.io" },
]
maintainers = [
    { name = "Vratko Polak", email = "vrpolak@cisco.com" },
    { name = "Tibor Frank", email = "tifrank@cisco.com" },
]

[project.urls]
"Bug Tracker" = "https://jira.fd.io/projects/CSIT/issues"
"Source" = "https://gerrit.fd.io/r/gitweb?p=csit.git;a=tree;f=PyPI/jumpavg"