servecmd


Nameservecmd JSON
Version 0.0.2 PyPI version JSON
download
home_pagehttps://github.com/gzttech/servecmd
SummaryA simple tool to serve command line tools as web services.
upload_time2024-06-17 07:11:10
maintainerNone
docs_urlNone
authorGongziting Tech Ltd.
requires_python<4.0.0,>=3.10.0
licenseMIT
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # servecmd

This project is a command-line tool that allows you to serve files and directories over HTTP.


## Install

```
python -m pip install -U servecmd
```

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/gzttech/servecmd",
    "name": "servecmd",
    "maintainer": null,
    "docs_url": null,
    "requires_python": "<4.0.0,>=3.10.0",
    "maintainer_email": null,
    "keywords": null,
    "author": "Gongziting Tech Ltd.",
    "author_email": null,
    "download_url": "https://files.pythonhosted.org/packages/8b/2b/bc38e3b996ce96a792304b1cba2843033d65843153d76c9a9f54099b8c77/servecmd-0.0.2.tar.gz",
    "platform": null,
    "description": "# servecmd\n\nThis project is a command-line tool that allows you to serve files and directories over HTTP.\n\n\n## Install\n\n```\npython -m pip install -U servecmd\n```\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "A simple tool to serve command line tools as web services.",
    "version": "0.0.2",
    "project_urls": {
        "Homepage": "https://github.com/gzttech/servecmd"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "28ddc4126cac1b2c0e0ba9909fa5d31a6af31b31d9cca47684f16edd14b53456",
                "md5": "70fb7a505d3979e423d75bfe66bbc3c7",
                "sha256": "f0692f942977f31bb1caffc90d29db5040286762f2acf2527ece5ad8f4c5526d"
            },
            "downloads": -1,
            "filename": "servecmd-0.0.2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "70fb7a505d3979e423d75bfe66bbc3c7",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<4.0.0,>=3.10.0",
            "size": 7991,
            "upload_time": "2024-06-17T07:11:09",
            "upload_time_iso_8601": "2024-06-17T07:11:09.093249Z",
            "url": "https://files.pythonhosted.org/packages/28/dd/c4126cac1b2c0e0ba9909fa5d31a6af31b31d9cca47684f16edd14b53456/servecmd-0.0.2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "8b2bbc38e3b996ce96a792304b1cba2843033d65843153d76c9a9f54099b8c77",
                "md5": "f752db5a0b6f96868a3159f9923abe9c",
                "sha256": "54a6a7a50e3aba348a8249a56cf108f6a3baceab6fc35b733bdb180b4cdd9f7b"
            },
            "downloads": -1,
            "filename": "servecmd-0.0.2.tar.gz",
            "has_sig": false,
            "md5_digest": "f752db5a0b6f96868a3159f9923abe9c",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<4.0.0,>=3.10.0",
            "size": 5966,
            "upload_time": "2024-06-17T07:11:10",
            "upload_time_iso_8601": "2024-06-17T07:11:10.798278Z",
            "url": "https://files.pythonhosted.org/packages/8b/2b/bc38e3b996ce96a792304b1cba2843033d65843153d76c9a9f54099b8c77/servecmd-0.0.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-06-17 07:11:10",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "gzttech",
    "github_project": "servecmd",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "servecmd"
}
        
Elapsed time: 0.34071s