proxyx


Nameproxyx JSON
Version 0.0.4 PyPI version JSON
download
home_pagehttps://github.com/tomwojcik/proxyx
SummaryA very simple proxy server that just works.
upload_time2022-12-31 20:07:27
maintainer
docs_urlNone
authorTom Wojcik
requires_python>=3.9.0,<4.0.0
licenseMIT
keywords proxy proxyx simple proxy
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # proxyx

A very simple proxy server that just works.

todo:
- docker image
- cache handling (limiter and cache response)
- compare with nginx most often used
- request size
- add tests
- add a few examples
- handle favicon
-

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/tomwojcik/proxyx",
    "name": "proxyx",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.9.0,<4.0.0",
    "maintainer_email": "",
    "keywords": "proxy,proxyx,simple proxy",
    "author": "Tom Wojcik",
    "author_email": "proxyx-pkg@tomwojcik.com",
    "download_url": "https://files.pythonhosted.org/packages/6d/d9/3f0f26b03251030af5bed51357a80e7d658bab202e49e9501340a9be4b00/proxyx-0.0.4.tar.gz",
    "platform": null,
    "description": "# proxyx\n\nA very simple proxy server that just works.\n\ntodo:\n- docker image\n- cache handling (limiter and cache response)\n- compare with nginx most often used\n- request size\n- add tests\n- add a few examples\n- handle favicon\n-\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "A very simple proxy server that just works.",
    "version": "0.0.4",
    "split_keywords": [
        "proxy",
        "proxyx",
        "simple proxy"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "md5": "4f7f01ce5efc420f88745e3ffca2265f",
                "sha256": "42d71782eb61486e9c99575fdc6ccd8a250884f3a1afd15cfc53c9188e0df9cc"
            },
            "downloads": -1,
            "filename": "proxyx-0.0.4-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "4f7f01ce5efc420f88745e3ffca2265f",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.9.0,<4.0.0",
            "size": 8329,
            "upload_time": "2022-12-31T20:07:25",
            "upload_time_iso_8601": "2022-12-31T20:07:25.978729Z",
            "url": "https://files.pythonhosted.org/packages/b2/e2/381f300d351ea9319ee7d66f1606c9e5f7cdaf3e5fc3de82d679674c61ca/proxyx-0.0.4-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "md5": "26ea28ac26c32d2a7b80b64b8d944900",
                "sha256": "fefe2336bd6a160c6a70dff23bfb9971d0871085ce9de646696493f2b64a4493"
            },
            "downloads": -1,
            "filename": "proxyx-0.0.4.tar.gz",
            "has_sig": false,
            "md5_digest": "26ea28ac26c32d2a7b80b64b8d944900",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9.0,<4.0.0",
            "size": 7644,
            "upload_time": "2022-12-31T20:07:27",
            "upload_time_iso_8601": "2022-12-31T20:07:27.836253Z",
            "url": "https://files.pythonhosted.org/packages/6d/d9/3f0f26b03251030af5bed51357a80e7d658bab202e49e9501340a9be4b00/proxyx-0.0.4.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2022-12-31 20:07:27",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "github_user": "tomwojcik",
    "github_project": "proxyx",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "proxyx"
}
        
Elapsed time: 0.02262s