Retoor software development Projects Research SearchXNG
Register Sign In

25 lines
513 B
INI
Raw Normal View History

feat: add initial project scaffold with Makefile, pyproject.toml, setup.cfg, and CLI entry point Create the foundational project structure for the zamenyat HTTP content replacement bridge, including a Makefile with targets for environment setup, installation, formatting, and building; a pyproject.toml declaring setuptools as the build backend; a setup.cfg with package metadata, dependencies on the internal app library, and a console_scripts entry point; a README.md with a corrected heading and project description; a __main__.py module implementing argument parsing for host, port, upstream-host, and upstream-port; and an app.py module defining the Application class with async header parsing, connection tracking, and configurable buffer/header size constants.
2024-12-17 22:49:51 +01:00
[metadata]
name = zamenyat
version = 1.0.0
description = Replaces sensitive information served by HTTP.
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 =
app @ git+https://retoor.molodetz.nl/retoor/app
[options.packages.find]
where = src
[options.entry_points]
console_scripts =
zamenyat = zamenyat.__main__:main
Reference in New Issue Copy Permalink
03f3fc5420
zamenyat/setup.cfg
Response time: 185ms
Mail Licenses API