codyer_agent


Namecodyer_agent JSON
Version 0.0.75 PyPI version JSON
download
home_pagehttps://github.com/bodongyueqian/codyer_agent
Summarycodyer agent
upload_time2025-07-31 07:33:36
maintainerNone
docs_urlNone
authorChen Li
requires_python>=2.7
licenseApache 2.0
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # codyer_agent
codyer agent

# 发布pip库
在 ~/.pypirc 中配置 username password 之后,poetry config http-basic.pypi __token__ {password}
```shell
poetry build -f sdist
poetry publish
```

# 测试
```shell
# 安装并行测试的插件: 使用进程并行,防止测试用例之间的影响
pip install pytest-xdist

cd test
pytest -s -v -n auto
```
            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/bodongyueqian/codyer_agent",
    "name": "codyer_agent",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=2.7",
    "maintainer_email": null,
    "keywords": null,
    "author": "Chen Li",
    "author_email": "lichenarthurdata@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/23/5a/e2336e2b0ba775e1cab03c9519e1d744dbba44fa3b08c6779cdb17a5bc7c/codyer_agent-0.0.75.tar.gz",
    "platform": null,
    "description": "# codyer_agent\ncodyer agent\n\n# \u53d1\u5e03pip\u5e93\n\u5728 \uff5e/.pypirc \u4e2d\u914d\u7f6e username password \u4e4b\u540e\uff0cpoetry config http-basic.pypi __token__ {password}\n```shell\npoetry build -f sdist\npoetry publish\n```\n\n# \u6d4b\u8bd5\n```shell\n# \u5b89\u88c5\u5e76\u884c\u6d4b\u8bd5\u7684\u63d2\u4ef6: \u4f7f\u7528\u8fdb\u7a0b\u5e76\u884c\uff0c\u9632\u6b62\u6d4b\u8bd5\u7528\u4f8b\u4e4b\u95f4\u7684\u5f71\u54cd\npip install pytest-xdist\n\ncd test\npytest -s -v -n auto\n```",
    "bugtrack_url": null,
    "license": "Apache 2.0",
    "summary": "codyer agent",
    "version": "0.0.75",
    "project_urls": {
        "Homepage": "https://github.com/bodongyueqian/codyer_agent",
        "Repository": "https://github.com/bodongyueqian/codyer_agent"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "235ae2336e2b0ba775e1cab03c9519e1d744dbba44fa3b08c6779cdb17a5bc7c",
                "md5": "87615ff04c9ff06663a3c6fbd63cef63",
                "sha256": "762b22b46880e07cc94cd0d98344b16adc300c989d3dd917408d2533172e1afa"
            },
            "downloads": -1,
            "filename": "codyer_agent-0.0.75.tar.gz",
            "has_sig": false,
            "md5_digest": "87615ff04c9ff06663a3c6fbd63cef63",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=2.7",
            "size": 24312,
            "upload_time": "2025-07-31T07:33:36",
            "upload_time_iso_8601": "2025-07-31T07:33:36.820060Z",
            "url": "https://files.pythonhosted.org/packages/23/5a/e2336e2b0ba775e1cab03c9519e1d744dbba44fa3b08c6779cdb17a5bc7c/codyer_agent-0.0.75.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-07-31 07:33:36",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "bodongyueqian",
    "github_project": "codyer_agent",
    "github_not_found": true,
    "lcname": "codyer_agent"
}
        
Elapsed time: 1.62062s