azy


Nameazy JSON
Version 0.0.1 PyPI version JSON
download
home_pagehttps://github.com/lqxnjk/azy
SummaryA Python package for intelligent information bagging system
upload_time2025-09-04 08:46:05
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/azy",
    "name": "azy",
    "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/6e/26/5b160507866733eade14ea736915955ad7f31e95f02baba2fa24e34b1181/azy-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/azy/issues",
        "Homepage": "https://github.com/lqxnjk/azy",
        "Source": "https://github.com/lqxnjk/azy"
    },
    "split_keywords": [
        "ii",
        " etls",
        " lqxnjk",
        " data"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "649547b8aec849486e4047e932ac60b097734977983b4341a6a96d16841b918e",
                "md5": "45d7fc69216e4d679681d120d135cb7b",
                "sha256": "5de1a14a6d4db71bd8f283cae91f3cbde27b231ed0d318ce4d664c3c118b83d4"
            },
            "downloads": -1,
            "filename": "azy-0.0.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "45d7fc69216e4d679681d120d135cb7b",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7",
            "size": 1958,
            "upload_time": "2025-09-04T08:46:04",
            "upload_time_iso_8601": "2025-09-04T08:46:04.211032Z",
            "url": "https://files.pythonhosted.org/packages/64/95/47b8aec849486e4047e932ac60b097734977983b4341a6a96d16841b918e/azy-0.0.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "6e265b160507866733eade14ea736915955ad7f31e95f02baba2fa24e34b1181",
                "md5": "e35ab8d4692824ed14e24c9742a03310",
                "sha256": "892f953fc9c3f104e4ed6503cbedd85ad5ddb3338fe046cd77463c9c39bad764"
            },
            "downloads": -1,
            "filename": "azy-0.0.1.tar.gz",
            "has_sig": false,
            "md5_digest": "e35ab8d4692824ed14e24c9742a03310",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 3459,
            "upload_time": "2025-09-04T08:46:05",
            "upload_time_iso_8601": "2025-09-04T08:46:05.784998Z",
            "url": "https://files.pythonhosted.org/packages/6e/26/5b160507866733eade14ea736915955ad7f31e95f02baba2fa24e34b1181/azy-0.0.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-09-04 08:46:05",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "lqxnjk",
    "github_project": "azy",
    "github_not_found": true,
    "lcname": "azy"
}
        
Elapsed time: 0.49005s