happy-python


Namehappy-python JSON
Version 0.4.7 PyPI version JSON
download
home_pagehttps://github.com/geekcampchina/happy-python
SummaryHappy-Python是一个简单易用的Python库,让编程轻松愉快
upload_time2023-08-10 07:10:56
maintainer
docs_urlNone
authorChengdu Geek Camp
requires_python>=3.8.5,<4.0.0
licenseMIT
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # happy-python

Happy-Python是一个简单易用的Python库,让编程轻松愉快

## 安装开发依赖

`pip install poetry pytest`

## 单元测试

运行单元测试:

`poetry run pytest`

## 安装happy-python

### Pip安装

`pip install happy-python`

## 本地安装

```bash
rm -rf dist/
poetry build -f wheel
pip install -U --user dist/happy_python-*-py3-none-any.whl
```

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/geekcampchina/happy-python",
    "name": "happy-python",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.8.5,<4.0.0",
    "maintainer_email": "",
    "keywords": "",
    "author": "Chengdu Geek Camp",
    "author_email": "info@cdgeekcamp.com",
    "download_url": "",
    "platform": null,
    "description": "# happy-python\n\nHappy-Python\u662f\u4e00\u4e2a\u7b80\u5355\u6613\u7528\u7684Python\u5e93\uff0c\u8ba9\u7f16\u7a0b\u8f7b\u677e\u6109\u5feb\n\n## \u5b89\u88c5\u5f00\u53d1\u4f9d\u8d56\n\n`pip install poetry pytest`\n\n## \u5355\u5143\u6d4b\u8bd5\n\n\u8fd0\u884c\u5355\u5143\u6d4b\u8bd5\uff1a\n\n`poetry run pytest`\n\n## \u5b89\u88c5happy-python\n\n### Pip\u5b89\u88c5\n\n`pip install happy-python`\n\n## \u672c\u5730\u5b89\u88c5\n\n```bash\nrm -rf dist/\npoetry build -f wheel\npip install -U --user dist/happy_python-*-py3-none-any.whl\n```\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Happy-Python\u662f\u4e00\u4e2a\u7b80\u5355\u6613\u7528\u7684Python\u5e93\uff0c\u8ba9\u7f16\u7a0b\u8f7b\u677e\u6109\u5feb",
    "version": "0.4.7",
    "project_urls": {
        "Documentation": "https://github.com/geekcampchina/happy-python",
        "Homepage": "https://github.com/geekcampchina/happy-python",
        "Repository": "https://github.com/geekcampchina/happy-python"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ac48d8685ff3abd100a60b7bd31be2bc55183429b89e2bbca4b3ae0023ee8c43",
                "md5": "b5c0ac394acecc97ea2e8576f31a396d",
                "sha256": "60a524c1f5be9498ce1accde06de1b94a162fbb64a92e41ab2f88a1c585d9b1b"
            },
            "downloads": -1,
            "filename": "happy_python-0.4.7-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "b5c0ac394acecc97ea2e8576f31a396d",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8.5,<4.0.0",
            "size": 22861,
            "upload_time": "2023-08-10T07:10:56",
            "upload_time_iso_8601": "2023-08-10T07:10:56.915935Z",
            "url": "https://files.pythonhosted.org/packages/ac/48/d8685ff3abd100a60b7bd31be2bc55183429b89e2bbca4b3ae0023ee8c43/happy_python-0.4.7-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-08-10 07:10:56",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "geekcampchina",
    "github_project": "happy-python",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "happy-python"
}
        
Elapsed time: 0.10534s