-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpyproject.toml
More file actions
42 lines (34 loc) · 1.03 KB
/
Copy pathpyproject.toml
File metadata and controls
42 lines (34 loc) · 1.03 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
[build-system]
requires = ["setuptools>=68", "wheel"]
build-backend = "setuptools.build_meta"
[project]
name = "estimation"
version = "0.2.0"
description = "Historical CPU, memory, I/O, energy and duration estimates for ticket-bound URI processes"
readme = "README.md"
license = "Apache-2.0"
requires-python = ">=3.10"
authors = [{name = "Semcod"}]
keywords = ["scheduling", "resources", "profiling", "uri", "process"]
dependencies = ["psutil>=5.9"]
[project.optional-dependencies]
deep = ["metrun>=0.1.15"]
dev = ["pytest>=8"]
[project.scripts]
estimation = "estimation.cli:main"
[tool.setuptools.packages.find]
where = ["src"]
[tool.setuptools]
package-dir = {"" = "src"}
py-modules = ["wellmanifest_governance"]
[tool.pytest.ini_options]
testpaths = ["tests"]
addopts = "-p wellmanifest_governance"
[tool.wellmanifest]
standard = "0.18.7"
revision = "c6cf798727229df252fadfe02c0da36757a40673"
gate = "./project/governance-check.sh"
[tool.estimation]
store = "data/samples.jsonl"
events = "logs/estimation.jsonl"
sample_interval_seconds = 0.1