[metadata]
name = mololog
version = 1.3.37
description = HTTP Logging service
author = Retoor
author_email = retoor@molodetz.nl
license = MIT
long_description = file: README.md
long_description_content_type = text/markdown
[options]
packages = find:
package_dir =
= src
python_requires = >=3.7
install_requires =
requests==2.32.3
aiohttp
app @ git+https://retoor.molodetz.nl/retoor/app.git
# zhurnal @ git+https://retoor.molodetz.nl/retoor/zhurnal.git
[options.packages.find]
where = src
[options.entry_points]
console_scripts =
mololog.serve = mololog.server:serve
mololog.test = mololog.client:test
mololog.bench = mololog.client:bench