## 构建依赖包
```基础命令
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/antkit",
"name": "antkit",
"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/0d/8c/7fa40a9ecb70b9e951f6b19f9e423a81e47027e8f5d6dbc7096f33cde4fe/antkit-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/antkit/issues",
"Homepage": "https://github.com/lqxnjk/antkit",
"Source": "https://github.com/lqxnjk/antkit"
},
"split_keywords": [
"ii",
" etls",
" lqxnjk",
" data"
],
"urls": [
{
"comment_text": null,
"digests": {
"blake2b_256": "7f5005be1c5b42752665e67ae99ccf0a444b65692c9e9e19716b27f61e5073db",
"md5": "9ec80d9c794f766ab2bcb6997ee7cabb",
"sha256": "f7f781e5a340414dcb74fb92e9a1d0368335bfbb10ed3ee0f210bad55f4c5c4d"
},
"downloads": -1,
"filename": "antkit-0.0.1-py3-none-any.whl",
"has_sig": false,
"md5_digest": "9ec80d9c794f766ab2bcb6997ee7cabb",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.7",
"size": 2132,
"upload_time": "2025-08-14T08:48:00",
"upload_time_iso_8601": "2025-08-14T08:48:00.518925Z",
"url": "https://files.pythonhosted.org/packages/7f/50/05be1c5b42752665e67ae99ccf0a444b65692c9e9e19716b27f61e5073db/antkit-0.0.1-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "0d8c7fa40a9ecb70b9e951f6b19f9e423a81e47027e8f5d6dbc7096f33cde4fe",
"md5": "12f50a6deec15ce73633b440f676b99d",
"sha256": "2e1f108d9fdbccd0ae328e386305dcf50f5ad6556c42c4bf724095b5551453cc"
},
"downloads": -1,
"filename": "antkit-0.0.1.tar.gz",
"has_sig": false,
"md5_digest": "12f50a6deec15ce73633b440f676b99d",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.7",
"size": 3783,
"upload_time": "2025-08-14T08:48:01",
"upload_time_iso_8601": "2025-08-14T08:48:01.930208Z",
"url": "https://files.pythonhosted.org/packages/0d/8c/7fa40a9ecb70b9e951f6b19f9e423a81e47027e8f5d6dbc7096f33cde4fe/antkit-0.0.1.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2025-08-14 08:48:01",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "lqxnjk",
"github_project": "antkit",
"github_not_found": true,
"lcname": "antkit"
}