applyx


Nameapplyx JSON
Version 0.2.24 PyPI version JSON
download
home_pagehttps://github.com/liangyongxiong/
SummaryApplyX
upload_time2024-01-29 15:27:49
maintainer
docs_urlNone
author
requires_python>=3.7
licenseMIT
keywords applyx python
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # applyx

```sh
applyx create -n WORKSPACE_NAME
```

# project

```sh
# fastapi
python -m project fastapi

# script
python -m project script -s demo

# shell
python -m project shell
```

# celery

```sh
celery --help
celery inspect active
celery inspect reserved
celery inspect registered
celery call TASK_NAME
celery events
```

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/liangyongxiong/",
    "name": "applyx",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": "",
    "keywords": "applyx,python",
    "author": "",
    "author_email": "liangyongxiong <me@liangyongxiong.cn>",
    "download_url": "",
    "platform": null,
    "description": "# applyx\n\n```sh\napplyx create -n WORKSPACE_NAME\n```\n\n# project\n\n```sh\n# fastapi\npython -m project fastapi\n\n# script\npython -m project script -s demo\n\n# shell\npython -m project shell\n```\n\n# celery\n\n```sh\ncelery --help\ncelery inspect active\ncelery inspect reserved\ncelery inspect registered\ncelery call TASK_NAME\ncelery events\n```\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "ApplyX",
    "version": "0.2.24",
    "project_urls": {
        "Homepage": "https://github.com/liangyongxiong/"
    },
    "split_keywords": [
        "applyx",
        "python"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "8334f2c6e27645357eb485da739a216ac1d2340abcafc9a8c30bb14a8dbdb1b0",
                "md5": "a9b755dbe7a0c82b5c0ff91fbdc2e116",
                "sha256": "f782673fa5a80b3717ca2fc338f697b2f8c0499083a28c6b2c24e740d7b4db0b"
            },
            "downloads": -1,
            "filename": "applyx-0.2.24-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "a9b755dbe7a0c82b5c0ff91fbdc2e116",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7",
            "size": 59803,
            "upload_time": "2024-01-29T15:27:49",
            "upload_time_iso_8601": "2024-01-29T15:27:49.590858Z",
            "url": "https://files.pythonhosted.org/packages/83/34/f2c6e27645357eb485da739a216ac1d2340abcafc9a8c30bb14a8dbdb1b0/applyx-0.2.24-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-01-29 15:27:49",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "applyx"
}
        
Elapsed time: 0.18221s