[metadata] name = yamlhttpforms version = 0.0.3 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 html = beautifulsoup4 [options.packages.find] where = src