Revert "fix(jobspec): Delete ipsec nfv density tests"
[csit.git] / PyPI / jumpavg / pyproject.toml
1 [project]
2 name = "jumpavg"
3 version = "0.4.2"
4 description = "Library for locating changes in time series by grouping results."
5 license = { file = "LICENSE.txt" }
6 readme = { file = "README.rst", content-type = "text/x-rst" }
7 requires-python = ">=3.8"
8 classifiers = [
9     "Development Status :: 3 - Alpha",
10     "Intended Audience :: Science/Research",
11     "License :: OSI Approved :: Apache Software License",
12     "Natural Language :: English",
13     "Operating System :: OS Independent",
14     "Programming Language :: Python :: 3.8",
15     "Topic :: Scientific/Engineering :: Information Analysis",
16 ]
17 keywords = ["progression", "regression", "anomaly detection", "statistics", "bits" ]
18 authors = [
19     { name = "Cisco Systems Inc. and/or its affiliates", email = "csit-dev@lists.fd.io" },
20 ]
21 maintainers = [
22     { name = "Vratko Polak", email = "vrpolak@cisco.com" },
23     { name = "Tibor Frank", email = "tifrank@cisco.com" },
24 ]
25
26 [project.urls]
27 "Bug Tracker" = "https://jira.fd.io/projects/CSIT/issues"
28 "Source" = "https://gerrit.fd.io/r/gitweb?p=csit.git;a=tree;f=PyPI/jumpavg"