forked from powerapi-ng/selfwatts-formula
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsetup.cfg
22 lines (21 loc) · 749 Bytes
/
setup.cfg
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
[metadata]
name = selfwatts
version = attr: selfwatts.__version__
description = SelfWatts is a formula for a self-adaptive software-defined power meter based on the PowerAPI framework.
long_description = file: README.md, LICENSE
keywords = energy, powerapi, containers, performance counters, power meter
author = Guillaume Fieni
license = GNU Affero General Public License v3
classifiers =
Programming Language :: Python :: 3.8
License :: OSI Approved :: GNU Affero General Public License v3
Framework :: PowerAPI
Framework :: PowerAPI :: Formula
[options]
zip_safe = False
include_package_data = True
python_requires = >= 3.8
packages = find:
install_requires =
powerapi [mongodb, influxdb, opentsdb] == 0.9.3
scikit-learn