cmdp


Namecmdp JSON
Version 0.0.1 PyPI version JSON
download
home_pagehttps://github.com/lqxnjk/cmdp
SummaryA Python package for intelligent information bagging system
upload_time2025-09-04 08:33:42
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.
            ```
pip install -r ./requirements.txt -i https://mirrors.tencent.com/pypi/simple
pip install wheel setuptools -i https://mirrors.tencent.com/pypi/simple
python -m pip install twine  -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]
python -m twine upload dist/*
```
```shell
rmdir /s /q dist
```
```shell
python setup.py sdist bdist_wheel
```
```shell
python -m twine upload dist/*
```



            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/lqxnjk/cmdp",
    "name": "cmdp",
    "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/0b/c4/cdcf5bd9885b407137308ac3aeb58509a26639b6932bb7550623cbd8ef80/cmdp-0.0.1.tar.gz",
    "platform": null,
    "description": "```\npip install -r ./requirements.txt -i https://mirrors.tencent.com/pypi/simple\npip install wheel setuptools -i https://mirrors.tencent.com/pypi/simple\npython -m pip install twine  -i https://mirrors.tencent.com/pypi/simple\npython setup.py sdist bdist_wheel\npython -m build\npip install .\npip install -e .\npip install -e .[dev]\npython -m twine upload dist/*\n```\n```shell\nrmdir /s /q dist\n```\n```shell\npython setup.py sdist bdist_wheel\n```\n```shell\npython -m twine upload dist/*\n```\n\n\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/cmdp/issues",
        "Homepage": "https://github.com/lqxnjk/cmdp",
        "Source": "https://github.com/lqxnjk/cmdp"
    },
    "split_keywords": [
        "ii",
        " etls",
        " lqxnjk",
        " data"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "315ead3b2cd57e4a5e9d99e4df574c5f3c5da5223137c139ed9fdb454ad466b9",
                "md5": "f694ecb1a01abcc22db42dc5a417b39d",
                "sha256": "920a9b7019721730282b01d31e6224752393e5e95c67eec20b2860b2eb356107"
            },
            "downloads": -1,
            "filename": "cmdp-0.0.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "f694ecb1a01abcc22db42dc5a417b39d",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7",
            "size": 1976,
            "upload_time": "2025-09-04T08:33:40",
            "upload_time_iso_8601": "2025-09-04T08:33:40.660253Z",
            "url": "https://files.pythonhosted.org/packages/31/5e/ad3b2cd57e4a5e9d99e4df574c5f3c5da5223137c139ed9fdb454ad466b9/cmdp-0.0.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "0bc4cdcf5bd9885b407137308ac3aeb58509a26639b6932bb7550623cbd8ef80",
                "md5": "dda6e4585ceb2f9d88bdce4959a85ea9",
                "sha256": "e87e72180e13a146a6d28af14d6543a7c9173c3044291da913fa3d267b565186"
            },
            "downloads": -1,
            "filename": "cmdp-0.0.1.tar.gz",
            "has_sig": false,
            "md5_digest": "dda6e4585ceb2f9d88bdce4959a85ea9",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 3465,
            "upload_time": "2025-09-04T08:33:42",
            "upload_time_iso_8601": "2025-09-04T08:33:42.065445Z",
            "url": "https://files.pythonhosted.org/packages/0b/c4/cdcf5bd9885b407137308ac3aeb58509a26639b6932bb7550623cbd8ef80/cmdp-0.0.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-09-04 08:33:42",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "lqxnjk",
    "github_project": "cmdp",
    "github_not_found": true,
    "lcname": "cmdp"
}
        
Elapsed time: 1.51461s