akit


Nameakit JSON
Version 0.0.1 PyPI version JSON
download
home_pagehttps://github.com/lqxnjk/akit
SummaryA Python package for intelligent information bagging system
upload_time2025-08-14 08:50:13
maintainerNone
docs_urlNone
authorlqxnjk
requires_python>=3.7
licenseMIT
keywords ii etls lqxnjk data
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            ## 构建依赖包

```基础命令
python -m pip install twine  -i https://mirrors.tencent.com/pypi/simple
pip install wheel setuptools -i https://mirrors.tencent.com/pypi/simple
python setup.py sdist bdist_wheel
python -m build
pip install .
pip install -e .
pip install -e .[dev]
```

```shell 构建命令
#rm -rf './dist'
#python -m build
python setup.py sdist bdist_wheel
python -m twine upload dist/*
```

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/lqxnjk/akit",
    "name": "akit",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": null,
    "keywords": "ii, etls, lqxnjk, data",
    "author": "lqxnjk",
    "author_email": "lqxnjk@qq.com",
    "download_url": "https://files.pythonhosted.org/packages/16/f5/939f42d660114ce34e0593b05b19ea7b7c8441c59c9f023cab3e67b6b219/akit-0.0.1.tar.gz",
    "platform": null,
    "description": "## \u6784\u5efa\u4f9d\u8d56\u5305\r\n\r\n```\u57fa\u7840\u547d\u4ee4\r\npython -m pip install twine  -i https://mirrors.tencent.com/pypi/simple\r\npip install wheel setuptools -i https://mirrors.tencent.com/pypi/simple\r\npython setup.py sdist bdist_wheel\r\npython -m build\r\npip install .\r\npip install -e .\r\npip install -e .[dev]\r\n```\r\n\r\n```shell \u6784\u5efa\u547d\u4ee4\r\n#rm -rf './dist'\r\n#python -m build\r\npython setup.py sdist bdist_wheel\r\npython -m twine upload dist/*\r\n```\r\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "A Python package for intelligent information bagging system",
    "version": "0.0.1",
    "project_urls": {
        "Bug Reports": "https://github.com/lqxnjk/akit/issues",
        "Homepage": "https://github.com/lqxnjk/akit",
        "Source": "https://github.com/lqxnjk/akit"
    },
    "split_keywords": [
        "ii",
        " etls",
        " lqxnjk",
        " data"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "fb5c00a5fffdc1793750a22f894c7236c63419660693bc0d2b0106880e2f82f5",
                "md5": "27b32a41afa5f877cdf73e283f950f1a",
                "sha256": "4ca84bb43afb926e1e88ca6c591a9afd52c5d827c07c6fcdfaa3b35ef03816aa"
            },
            "downloads": -1,
            "filename": "akit-0.0.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "27b32a41afa5f877cdf73e283f950f1a",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7",
            "size": 2099,
            "upload_time": "2025-08-14T08:50:12",
            "upload_time_iso_8601": "2025-08-14T08:50:12.793626Z",
            "url": "https://files.pythonhosted.org/packages/fb/5c/00a5fffdc1793750a22f894c7236c63419660693bc0d2b0106880e2f82f5/akit-0.0.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "16f5939f42d660114ce34e0593b05b19ea7b7c8441c59c9f023cab3e67b6b219",
                "md5": "6f52b4bf33aebd0aeacf5a33ce043a57",
                "sha256": "428f2ead274406c4ee8ef6c5cf7316f17e788f47b6990096b02fba779fb457b5"
            },
            "downloads": -1,
            "filename": "akit-0.0.1.tar.gz",
            "has_sig": false,
            "md5_digest": "6f52b4bf33aebd0aeacf5a33ce043a57",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 3777,
            "upload_time": "2025-08-14T08:50:13",
            "upload_time_iso_8601": "2025-08-14T08:50:13.874440Z",
            "url": "https://files.pythonhosted.org/packages/16/f5/939f42d660114ce34e0593b05b19ea7b7c8441c59c9f023cab3e67b6b219/akit-0.0.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-08-14 08:50:13",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "lqxnjk",
    "github_project": "akit",
    "github_not_found": true,
    "lcname": "akit"
}
        
Elapsed time: 1.52399s