cjutils


Namecjutils JSON
Version 0.0.25 PyPI version JSON
download
home_pagehttps://github.com/CJYLZS/cjutils.git
Summarycmd framework and utils
upload_time2022-12-02 05:31:31
maintainer
docs_urlNone
authorcjylzs
requires_python
licenseMIT License
keywords cjutils
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            usage
-----

.. code:: sh

   pip install cjutils

.. code:: python3

   python3 -m cjutils -h
   python3 -m cjutils --example
   # write an example plugin into ./cmds/example_ext.py

   python -m cjutils example -h



            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/CJYLZS/cjutils.git",
    "name": "cjutils",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "cjutils",
    "author": "cjylzs",
    "author_email": "691086891@qq.com",
    "download_url": "https://files.pythonhosted.org/packages/1b/a4/549da3b397a6a9109e938b938813ccc112f2844714c752a84045a1aacb76/cjutils-0.0.25.tar.gz",
    "platform": "any",
    "description": "usage\n-----\n\n.. code:: sh\n\n   pip install cjutils\n\n.. code:: python3\n\n   python3 -m cjutils -h\n   python3 -m cjutils --example\n   # write an example plugin into ./cmds/example_ext.py\n\n   python -m cjutils example -h\n\n\n",
    "bugtrack_url": null,
    "license": "MIT License",
    "summary": "cmd framework and utils",
    "version": "0.0.25",
    "split_keywords": [
        "cjutils"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "md5": "dfb45eb85b06c32681fbe35007e56b41",
                "sha256": "0607d929cea9264a25797f866668fcd7bfc29835b1d2a49e3a053be4583c8df0"
            },
            "downloads": -1,
            "filename": "cjutils-0.0.25.tar.gz",
            "has_sig": false,
            "md5_digest": "dfb45eb85b06c32681fbe35007e56b41",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 8942,
            "upload_time": "2022-12-02T05:31:31",
            "upload_time_iso_8601": "2022-12-02T05:31:31.523102Z",
            "url": "https://files.pythonhosted.org/packages/1b/a4/549da3b397a6a9109e938b938813ccc112f2844714c752a84045a1aacb76/cjutils-0.0.25.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2022-12-02 05:31:31",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "github_user": "CJYLZS",
    "github_project": "cjutils.git",
    "lcname": "cjutils"
}
        
Elapsed time: 0.03225s