actool


Nameactool JSON
Version 0.0.2 PyPI version JSON
download
home_pagehttps://github.com/NullPointExceptionForEveryone/actool
SummaryNone
upload_time2024-06-25 05:52:37
maintainerNone
docs_urlNone
authorpfy
requires_python<4.0,>=3.11
licenseMIT
keywords actool
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # actool

一个命令行工具合集

## 构建项目

安装构建工具

```
pip install poetry
```

构建

```
poetry build
```

安装

```
pip install dist/actool-0.0.2-py3-none-any.whl
```

卸载

```
pip uninstall actool
```

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/NullPointExceptionForEveryone/actool",
    "name": "actool",
    "maintainer": null,
    "docs_url": null,
    "requires_python": "<4.0,>=3.11",
    "maintainer_email": null,
    "keywords": "actool",
    "author": "pfy",
    "author_email": "program_yun@163.com",
    "download_url": "https://files.pythonhosted.org/packages/a7/dd/3f8306488da83fd28361bc83df1d91aa60585b328d4be67ee62607a26154/actool-0.0.2.tar.gz",
    "platform": null,
    "description": "# actool\n\n\u4e00\u4e2a\u547d\u4ee4\u884c\u5de5\u5177\u5408\u96c6\n\n## \u6784\u5efa\u9879\u76ee\n\n\u5b89\u88c5\u6784\u5efa\u5de5\u5177\n\n```\npip install poetry\n```\n\n\u6784\u5efa\n\n```\npoetry build\n```\n\n\u5b89\u88c5\n\n```\npip install dist/actool-0.0.2-py3-none-any.whl\n```\n\n\u5378\u8f7d\n\n```\npip uninstall actool\n```\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": null,
    "version": "0.0.2",
    "project_urls": {
        "Homepage": "https://github.com/NullPointExceptionForEveryone/actool",
        "Repository": "https://github.com/NullPointExceptionForEveryone/actool"
    },
    "split_keywords": [
        "actool"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "6ce30dc6ceefb694249f1e3179d2a6a55248946b6aedb4902f7a2edaa8f9d758",
                "md5": "00d1b942e21f8b2d4ca8d269b17f4c54",
                "sha256": "fb3c8eb1c4549310bd102bca149f4105c24cdd6a3650a9c9094f154ec6215701"
            },
            "downloads": -1,
            "filename": "actool-0.0.2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "00d1b942e21f8b2d4ca8d269b17f4c54",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<4.0,>=3.11",
            "size": 1971,
            "upload_time": "2024-06-25T05:52:36",
            "upload_time_iso_8601": "2024-06-25T05:52:36.264019Z",
            "url": "https://files.pythonhosted.org/packages/6c/e3/0dc6ceefb694249f1e3179d2a6a55248946b6aedb4902f7a2edaa8f9d758/actool-0.0.2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a7dd3f8306488da83fd28361bc83df1d91aa60585b328d4be67ee62607a26154",
                "md5": "8402ec35a5ca61dbcc96bc8d13e45f96",
                "sha256": "7a2d0f0217aa0f7326775712fe8ffdfd0500ffc6abddf1314be4ae2297e0ebfa"
            },
            "downloads": -1,
            "filename": "actool-0.0.2.tar.gz",
            "has_sig": false,
            "md5_digest": "8402ec35a5ca61dbcc96bc8d13e45f96",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<4.0,>=3.11",
            "size": 1299,
            "upload_time": "2024-06-25T05:52:37",
            "upload_time_iso_8601": "2024-06-25T05:52:37.917278Z",
            "url": "https://files.pythonhosted.org/packages/a7/dd/3f8306488da83fd28361bc83df1d91aa60585b328d4be67ee62607a26154/actool-0.0.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-06-25 05:52:37",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "NullPointExceptionForEveryone",
    "github_project": "actool",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "actool"
}
        
pfy
Elapsed time: 1.06335s