1102


Name1102 JSON
Version 0.0.1 PyPI version JSON
download
home_pagehttps://github.com/lqxnjk/1102
SummaryA Python package for intelligent information bagging system
upload_time2025-09-04 07:50:38
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/1102",
    "name": "1102",
    "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/61/20/f4ae21e23d7f0af4db9e17e55f1ec84672f21a346d6c7a19744506a0fa4e/1102-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/1102/issues",
        "Homepage": "https://github.com/lqxnjk/1102",
        "Source": "https://github.com/lqxnjk/1102"
    },
    "split_keywords": [
        "ii",
        " etls",
        " lqxnjk",
        " data"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "86602791a72e99f40e56369d3f43952098547bedef4346929582063ea6ab802a",
                "md5": "8de9ea4e745c93626b2697ec3f7a948f",
                "sha256": "fc738b6e033f41c4eb8b86cc21d665c23077db537e2518035bf6939fde1f69c8"
            },
            "downloads": -1,
            "filename": "1102-0.0.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "8de9ea4e745c93626b2697ec3f7a948f",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7",
            "size": 1978,
            "upload_time": "2025-09-04T07:50:36",
            "upload_time_iso_8601": "2025-09-04T07:50:36.887050Z",
            "url": "https://files.pythonhosted.org/packages/86/60/2791a72e99f40e56369d3f43952098547bedef4346929582063ea6ab802a/1102-0.0.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "6120f4ae21e23d7f0af4db9e17e55f1ec84672f21a346d6c7a19744506a0fa4e",
                "md5": "b12675b526769a400fcf2d7f362fa81d",
                "sha256": "a3a1649da7b84af2072d6588d3f867fc64bafd81e31c051ad3d8d5cd901c68b9"
            },
            "downloads": -1,
            "filename": "1102-0.0.1.tar.gz",
            "has_sig": false,
            "md5_digest": "b12675b526769a400fcf2d7f362fa81d",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 3443,
            "upload_time": "2025-09-04T07:50:38",
            "upload_time_iso_8601": "2025-09-04T07:50:38.261794Z",
            "url": "https://files.pythonhosted.org/packages/61/20/f4ae21e23d7f0af4db9e17e55f1ec84672f21a346d6c7a19744506a0fa4e/1102-0.0.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-09-04 07:50:38",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "lqxnjk",
    "github_project": "1102",
    "github_not_found": true,
    "lcname": "1102"
}
        
Elapsed time: 0.73011s