fastapi_ccli


Namefastapi_ccli JSON
Version 0.0.2 PyPI version JSON
download
home_pagehttps://github.com/wu-clan/fastapi_ccli
SummaryTool to automatically clone existing fastapi repositories based on command line conditions
upload_time2023-10-27 03:23:20
maintainer
docs_urlNone
author
requires_python<4.0,>=3.7
licenseMIT
keywords
VCS
bugtrack_url
requirements certifi cfgv charset-normalizer click colorama distlib exceptiongroup filelock identify idna iniconfig markdown-it-py mdurl nodeenv packaging platformdirs pluggy pre-commit prompt-toolkit pygments pytest pyyaml questionary requests rich ruff setuptools shellingham tomli typer typing-extensions urllib3 virtualenv wcwidth
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # FastAPI Project Clone CLI

> 此程序使用 [Typer](https://typer.tiangolo.com/) 创建

## 使用

pip 安装:

```shell
pip install fastapi-ccli
```

查看使用帮助

```shell
fastapi-ccli --help
```

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/wu-clan/fastapi_ccli",
    "name": "fastapi_ccli",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "<4.0,>=3.7",
    "maintainer_email": "",
    "keywords": "",
    "author": "",
    "author_email": "Wu Clan <jianhengwu0407@gmail.com>",
    "download_url": "https://files.pythonhosted.org/packages/9c/bb/06ba37f1d3186a96122abca53c5b06890c93c599e3c8f0f13db82f9d2017/fastapi_ccli-0.0.2.tar.gz",
    "platform": null,
    "description": "# FastAPI Project Clone CLI\n\n> \u6b64\u7a0b\u5e8f\u4f7f\u7528 [Typer](https://typer.tiangolo.com/) \u521b\u5efa\n\n## \u4f7f\u7528\n\npip \u5b89\u88c5\uff1a\n\n```shell\npip install fastapi-ccli\n```\n\n\u67e5\u770b\u4f7f\u7528\u5e2e\u52a9\n\n```shell\nfastapi-ccli --help\n```\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Tool to automatically clone existing fastapi repositories based on command line conditions",
    "version": "0.0.2",
    "project_urls": {
        "Homepage": "https://github.com/wu-clan/fastapi_ccli",
        "Repository": "https://github.com/wu-clan/fastapi_ccli"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "84f8ae8d041873ae66c111c4992545194841342fc950f614fd3f3ee0a02c6793",
                "md5": "076139b949ebe494828c380c03d1f0e6",
                "sha256": "1b1b615cf725f69f79a11d16c2d2b3a7c18c0ab9eae0d0591c08c5c5d991a7f9"
            },
            "downloads": -1,
            "filename": "fastapi_ccli-0.0.2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "076139b949ebe494828c380c03d1f0e6",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<4.0,>=3.7",
            "size": 9528,
            "upload_time": "2023-10-27T03:23:18",
            "upload_time_iso_8601": "2023-10-27T03:23:18.367392Z",
            "url": "https://files.pythonhosted.org/packages/84/f8/ae8d041873ae66c111c4992545194841342fc950f614fd3f3ee0a02c6793/fastapi_ccli-0.0.2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "9cbb06ba37f1d3186a96122abca53c5b06890c93c599e3c8f0f13db82f9d2017",
                "md5": "01ca69bf9b59aa12e6e61020eedad336",
                "sha256": "759f114d8a2ea438b87d10985214dab3db67bca9d1c9a7d30f20124b5b61df53"
            },
            "downloads": -1,
            "filename": "fastapi_ccli-0.0.2.tar.gz",
            "has_sig": false,
            "md5_digest": "01ca69bf9b59aa12e6e61020eedad336",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<4.0,>=3.7",
            "size": 6350,
            "upload_time": "2023-10-27T03:23:20",
            "upload_time_iso_8601": "2023-10-27T03:23:20.481908Z",
            "url": "https://files.pythonhosted.org/packages/9c/bb/06ba37f1d3186a96122abca53c5b06890c93c599e3c8f0f13db82f9d2017/fastapi_ccli-0.0.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-10-27 03:23:20",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "wu-clan",
    "github_project": "fastapi_ccli",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "requirements": [
        {
            "name": "certifi",
            "specs": [
                [
                    "==",
                    "2023.7.22"
                ]
            ]
        },
        {
            "name": "cfgv",
            "specs": [
                [
                    "==",
                    "3.3.1"
                ]
            ]
        },
        {
            "name": "charset-normalizer",
            "specs": [
                [
                    "==",
                    "3.3.1"
                ]
            ]
        },
        {
            "name": "click",
            "specs": [
                [
                    "==",
                    "8.1.7"
                ]
            ]
        },
        {
            "name": "colorama",
            "specs": [
                [
                    "==",
                    "0.4.6"
                ]
            ]
        },
        {
            "name": "distlib",
            "specs": [
                [
                    "==",
                    "0.3.7"
                ]
            ]
        },
        {
            "name": "exceptiongroup",
            "specs": [
                [
                    "==",
                    "1.1.3"
                ]
            ]
        },
        {
            "name": "filelock",
            "specs": [
                [
                    "==",
                    "3.12.2"
                ]
            ]
        },
        {
            "name": "identify",
            "specs": [
                [
                    "==",
                    "2.5.24"
                ]
            ]
        },
        {
            "name": "idna",
            "specs": [
                [
                    "==",
                    "2.10"
                ]
            ]
        },
        {
            "name": "iniconfig",
            "specs": [
                [
                    "==",
                    "2.0.0"
                ]
            ]
        },
        {
            "name": "markdown-it-py",
            "specs": [
                [
                    "==",
                    "2.2.0"
                ]
            ]
        },
        {
            "name": "mdurl",
            "specs": [
                [
                    "==",
                    "0.1.2"
                ]
            ]
        },
        {
            "name": "nodeenv",
            "specs": [
                [
                    "==",
                    "1.8.0"
                ]
            ]
        },
        {
            "name": "packaging",
            "specs": [
                [
                    "==",
                    "23.2"
                ]
            ]
        },
        {
            "name": "platformdirs",
            "specs": [
                [
                    "==",
                    "3.11.0"
                ]
            ]
        },
        {
            "name": "pluggy",
            "specs": [
                [
                    "==",
                    "1.2.0"
                ]
            ]
        },
        {
            "name": "pre-commit",
            "specs": [
                [
                    "==",
                    "2.21.0"
                ]
            ]
        },
        {
            "name": "prompt-toolkit",
            "specs": [
                [
                    "==",
                    "3.0.39"
                ]
            ]
        },
        {
            "name": "pygments",
            "specs": [
                [
                    "==",
                    "2.16.1"
                ]
            ]
        },
        {
            "name": "pytest",
            "specs": [
                [
                    "==",
                    "7.4.3"
                ]
            ]
        },
        {
            "name": "pyyaml",
            "specs": [
                [
                    "==",
                    "6.0.1"
                ]
            ]
        },
        {
            "name": "questionary",
            "specs": [
                [
                    "==",
                    "1.10.0"
                ]
            ]
        },
        {
            "name": "requests",
            "specs": [
                [
                    "==",
                    "2.31.0"
                ]
            ]
        },
        {
            "name": "rich",
            "specs": [
                [
                    "==",
                    "13.6.0"
                ]
            ]
        },
        {
            "name": "ruff",
            "specs": [
                [
                    "==",
                    "0.1.2"
                ]
            ]
        },
        {
            "name": "setuptools",
            "specs": [
                [
                    "==",
                    "68.0.0"
                ]
            ]
        },
        {
            "name": "shellingham",
            "specs": [
                [
                    "==",
                    "1.5.4"
                ]
            ]
        },
        {
            "name": "tomli",
            "specs": [
                [
                    "==",
                    "2.0.1"
                ]
            ]
        },
        {
            "name": "typer",
            "specs": [
                [
                    "==",
                    "0.9.0"
                ]
            ]
        },
        {
            "name": "typing-extensions",
            "specs": [
                [
                    "==",
                    "4.7.1"
                ]
            ]
        },
        {
            "name": "urllib3",
            "specs": [
                [
                    "==",
                    "1.26.18"
                ]
            ]
        },
        {
            "name": "virtualenv",
            "specs": [
                [
                    "==",
                    "20.24.6"
                ]
            ]
        },
        {
            "name": "wcwidth",
            "specs": [
                [
                    "==",
                    "0.2.8"
                ]
            ]
        }
    ],
    "lcname": "fastapi_ccli"
}
        
Elapsed time: 0.30470s