rulecc


Namerulecc JSON
Version 0.0.2 PyPI version JSON
download
home_pagehttps://github.com/lqxnjk/rulecc
SummaryA Python package for intelligent information bagging system
upload_time2025-09-06 17:33:06
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
python setup.py sdist bdist_wheel
```

```shell
python -m twine upload dist/*
```

```shell
pip install -e .
```

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/lqxnjk/rulecc",
    "name": "rulecc",
    "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/76/df/5d7f54c0037d740346e5caed1c43216feebab1ecb8372dcb1e04f2257e29/rulecc-0.0.2.tar.gz",
    "platform": null,
    "description": "```\r\npip install -r ./requirements.txt -i https://mirrors.tencent.com/pypi/simple\r\npip install wheel setuptools -i https://mirrors.tencent.com/pypi/simple\r\npython -m pip install twine  -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\npython -m twine upload dist/*\r\n```\r\n\r\n\r\n```shell\r\npython setup.py sdist bdist_wheel\r\n```\r\n\r\n```shell\r\npython -m twine upload dist/*\r\n```\r\n\r\n```shell\r\npip install -e .\r\n```\r\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "A Python package for intelligent information bagging system",
    "version": "0.0.2",
    "project_urls": {
        "Bug Reports": "https://github.com/lqxnjk/rulecc/issues",
        "Homepage": "https://github.com/lqxnjk/rulecc",
        "Source": "https://github.com/lqxnjk/rulecc"
    },
    "split_keywords": [
        "ii",
        " etls",
        " lqxnjk",
        " data"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "24bf2f7f7ebb408a7306edb1a2cab5022f24d73a18aabd8b959fbcf4bb626e43",
                "md5": "0747541cbb4eca71d3203cc4190fe185",
                "sha256": "aa5e4c95954dc72c66ebb17264c78c5aa7a6c34b36d352d0fd9289d5525a6c3a"
            },
            "downloads": -1,
            "filename": "rulecc-0.0.2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "0747541cbb4eca71d3203cc4190fe185",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7",
            "size": 2080,
            "upload_time": "2025-09-06T17:33:04",
            "upload_time_iso_8601": "2025-09-06T17:33:04.883038Z",
            "url": "https://files.pythonhosted.org/packages/24/bf/2f7f7ebb408a7306edb1a2cab5022f24d73a18aabd8b959fbcf4bb626e43/rulecc-0.0.2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "76df5d7f54c0037d740346e5caed1c43216feebab1ecb8372dcb1e04f2257e29",
                "md5": "f43074847f567275bf2b5550482a9293",
                "sha256": "b80dfa15aa174c0d30ac3e1653f827a4f614d77d6ba4f5e4a13ae486499742cd"
            },
            "downloads": -1,
            "filename": "rulecc-0.0.2.tar.gz",
            "has_sig": false,
            "md5_digest": "f43074847f567275bf2b5550482a9293",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 3113,
            "upload_time": "2025-09-06T17:33:06",
            "upload_time_iso_8601": "2025-09-06T17:33:06.357667Z",
            "url": "https://files.pythonhosted.org/packages/76/df/5d7f54c0037d740346e5caed1c43216feebab1ecb8372dcb1e04f2257e29/rulecc-0.0.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-09-06 17:33:06",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "lqxnjk",
    "github_project": "rulecc",
    "github_not_found": true,
    "lcname": "rulecc"
}
        
Elapsed time: 0.74515s