2021-12-18 21:09:40 +01:00
|
|
|
[metadata]
|
|
|
|
name = yamlhttpforms
|
2022-01-02 00:40:23 +01:00
|
|
|
version = 0.0.8
|
2021-12-18 21:09:40 +01:00
|
|
|
author = Daniil F.
|
|
|
|
author_email = mail@placeholder123.to
|
|
|
|
description = HTTP forms defined in YAML
|
|
|
|
long_description = file: README.md
|
|
|
|
long_description_content_type = text/markdown
|
|
|
|
url = https://git.fajnberg.de/daniil/yamlhttpforms
|
|
|
|
classifiers =
|
|
|
|
Programming Language :: Python :: 3
|
|
|
|
Operating System :: OS Independent
|
|
|
|
|
|
|
|
[options]
|
|
|
|
package_dir =
|
|
|
|
= src
|
|
|
|
packages = find:
|
|
|
|
python_requires = >=3.8
|
|
|
|
install_requires =
|
|
|
|
PyYAML
|
|
|
|
|
|
|
|
[options.extras_require]
|
|
|
|
tests =
|
|
|
|
coverage
|
|
|
|
req =
|
|
|
|
requests
|
|
|
|
aio =
|
|
|
|
aiohttp
|
2022-01-01 13:28:36 +01:00
|
|
|
html =
|
|
|
|
beautifulsoup4
|
2021-12-18 21:09:40 +01:00
|
|
|
|
|
|
|
[options.packages.find]
|
|
|
|
where = src
|