arslaanhttp


Namearslaanhttp JSON
Version 1.0.3 PyPI version JSON
download
home_page
SummaryA simple HTTP server.
upload_time2024-02-29 02:40:46
maintainer
docs_urlNone
authorArslaan Pathan
requires_python
licenseMIT
keywords http
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            ArslaanHTTP is a simple HTTP server based on Python's http.server module.


Changelog
=========

0.0.1 (29/02/2024)
------------------
- First Release

0.0.2 (29/02/2024)
------------------
- Fixed install error

0.0.3 (29/02/2024)
------------------
- Updated changelog and description

1.0.0 (29/02/2024)
------------------
- Updated changelog and changed version number to 1.0.0

1.0.1 (29/02/2024)
------------------
- Moved ERRHandler_404 function inside the ArslaanHTTP class to make it definable

1.0.2 (29/02/2024)
------------------
- Fixed bug where DEFAULTS_INDEX is defined in the write_html function

1.0.3 (29/02/2024)
- Moved ERRHandler_404 function back to fix bugs

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "arslaanhttp",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "http",
    "author": "Arslaan Pathan",
    "author_email": "xminecrafterfun@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/0e/b2/0e199a0a3f0d69ad11ebaa7e070aea01e61e76e9201b9a6f37d001f4d33d/arslaanhttp-1.0.3.tar.gz",
    "platform": null,
    "description": "ArslaanHTTP is a simple HTTP server based on Python's http.server module.\n\n\nChangelog\n=========\n\n0.0.1 (29/02/2024)\n------------------\n- First Release\n\n0.0.2 (29/02/2024)\n------------------\n- Fixed install error\n\n0.0.3 (29/02/2024)\n------------------\n- Updated changelog and description\n\n1.0.0 (29/02/2024)\n------------------\n- Updated changelog and changed version number to 1.0.0\n\n1.0.1 (29/02/2024)\n------------------\n- Moved ERRHandler_404 function inside the ArslaanHTTP class to make it definable\n\n1.0.2 (29/02/2024)\n------------------\n- Fixed bug where DEFAULTS_INDEX is defined in the write_html function\n\n1.0.3 (29/02/2024)\n- Moved ERRHandler_404 function back to fix bugs\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "A simple HTTP server.",
    "version": "1.0.3",
    "project_urls": null,
    "split_keywords": [
        "http"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "0eb20e199a0a3f0d69ad11ebaa7e070aea01e61e76e9201b9a6f37d001f4d33d",
                "md5": "b9f0f3355e88cd5011b5c8f178bb3a3a",
                "sha256": "0ab12496bf94752647e9de9fb4c3caccaf5dafc902a5689be2afa2b7853c6666"
            },
            "downloads": -1,
            "filename": "arslaanhttp-1.0.3.tar.gz",
            "has_sig": false,
            "md5_digest": "b9f0f3355e88cd5011b5c8f178bb3a3a",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 2756,
            "upload_time": "2024-02-29T02:40:46",
            "upload_time_iso_8601": "2024-02-29T02:40:46.550713Z",
            "url": "https://files.pythonhosted.org/packages/0e/b2/0e199a0a3f0d69ad11ebaa7e070aea01e61e76e9201b9a6f37d001f4d33d/arslaanhttp-1.0.3.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-02-29 02:40:46",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "arslaanhttp"
}
        
Elapsed time: 0.18851s