2022-10-29 18:36:37 +00:00
|
|
|
[metadata]
|
2022-10-31 21:54:13 +00:00
|
|
|
name = ecommerce-exporter
|
2022-11-04 21:43:26 +00:00
|
|
|
description = ecommerce-exporter is a prometheus exporter that export the price of products in e-commerce site as prometheus metrics.
|
2022-11-04 22:04:19 +00:00
|
|
|
url = https://code.badjware.dev/badjware/ecommerce-exporter
|
2022-10-29 18:36:37 +00:00
|
|
|
author = badjware
|
2022-11-06 04:29:59 +00:00
|
|
|
author_email = marchambault@badjware.dev
|
2022-11-04 21:43:26 +00:00
|
|
|
licence = MIT Licence
|
|
|
|
classifers =
|
|
|
|
Programming Language :: Python
|
2022-10-29 18:36:37 +00:00
|
|
|
platform = any
|
|
|
|
|
|
|
|
[options]
|
|
|
|
python_requires = >= 3.10.0
|
|
|
|
setup_requires =
|
|
|
|
setuptools
|
|
|
|
setuptools_scm
|
|
|
|
install_requires=
|
2022-10-30 03:35:36 +00:00
|
|
|
PyYAML~=6.0
|
2024-10-10 02:37:34 +00:00
|
|
|
requests~=2.32.0
|
2022-10-30 03:35:36 +00:00
|
|
|
parsel~=1.6.0
|
2022-10-30 18:20:59 +00:00
|
|
|
pyjq~=2.6.0
|
2022-10-29 18:36:37 +00:00
|
|
|
prometheus-client~=0.15.0
|
|
|
|
|
|
|
|
[options.entry_points]
|
|
|
|
console_scripts =
|
2022-10-31 21:54:13 +00:00
|
|
|
ecommerce-exporter = ecommerce_exporter.cli:main
|
2022-10-29 18:36:37 +00:00
|
|
|
|
|
|
|
[tool.setuptools_scm]
|