pocode


Namepocode JSON
Version 0.0.3 PyPI version JSON
download
home_pagehttps://www.python-office.com/
Summarypip install pocode
upload_time2023-12-23 19:27:22
maintainer
docs_urlNone
authorCoderWanFeng
requires_python>=3.6
licenseMIT
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            <p align="center">
	👉 <a target="_blank" href="https://www.python-office.com/">项目官网:https://www.python-office.com/</a> 👈
</p>
<p align="center">
	👉 <a target="_blank" href="https://python-office-1300615378.cos.ap-chongqing.myqcloud.com/python-office.jpg">本开源项目的交流群</a> 👈
</p>



-------------------------------------------------------------------------------

## 📚简介

pocode是查看Python编程常用工具的代码集合。

-------------------------------------------------------------------------------

## 📦安装

### 🍊pip 自动下载&更新

已同步到阿里镜像

```
pip install -i https://mirrors.aliyun.com/pypi/simple/ pocode -U
```

-------------------------------------------------------------------------------

## 📝功能

| 名称         | 说明     | 演示代码                                                                |
|------------|--------|---------------------------------------------------------------------|
| count_line | 统计代码行数 | [查看](https://github.com/CoderWanFeng/pocode/blob/main/demo/1%E3%80%81%E7%BB%9F%E8%AE%A1Python%E4%BB%A3%E7%A0%81%E8%A1%8C%E6%95%B0.py) | 
| @deprecated() | 标记函数过期 | [查看](https://github.com/CoderWanFeng/pocode/blob/main/demo/1%E3%80%81%E7%BB%9F%E8%AE%A1Python%E4%BB%A3%E7%A0%81%E8%A1%8C%E6%95%B0.py) | 

#### 相关资料:

- [📘官网:https://www.python-office.com/](https://www.python-office.com/)
- https://github.com/CoderWanFeng/pocode

### 🐞提供bug反馈或建议

提交问题反馈时,请务必填写和python-office代码本身有关的问题,不进行有关python学习,甚至是个人练习的知识答疑和讨论。

- [Github issue](https://github.com/CoderWanFeng/wftools/issues)

-------------------------------------------------------------------------------

## 📌联系作者

<p align="center" id='开源交流群-banner'>
<a target="_blank" href='https://python-office-1300615378.cos.ap-chongqing.myqcloud.com/python-office.jpg'>
<img src="https://python-office-1300615378.cos.ap-chongqing.myqcloud.com/python-office-qr.jpg" width="100%"/>
</a> 
</p>

            

Raw data

            {
    "_id": null,
    "home_page": "https://www.python-office.com/",
    "name": "pocode",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.6",
    "maintainer_email": "",
    "keywords": "",
    "author": "CoderWanFeng",
    "author_email": "1957875073@qq.com",
    "download_url": "https://files.pythonhosted.org/packages/3c/82/73d5dcb4f8d6cdc6b1b8a4d03cadff4fbb82e959e5e51881d955964be64b/pocode-0.0.3.tar.gz",
    "platform": "any",
    "description": "<p align=\"center\">\r\n\t\ud83d\udc49 <a target=\"_blank\" href=\"https://www.python-office.com/\">\u9879\u76ee\u5b98\u7f51\uff1ahttps://www.python-office.com/</a> \ud83d\udc48\r\n</p>\r\n<p align=\"center\">\r\n\t\ud83d\udc49 <a target=\"_blank\" href=\"https://python-office-1300615378.cos.ap-chongqing.myqcloud.com/python-office.jpg\">\u672c\u5f00\u6e90\u9879\u76ee\u7684\u4ea4\u6d41\u7fa4</a> \ud83d\udc48\r\n</p>\r\n\r\n\r\n\r\n-------------------------------------------------------------------------------\r\n\r\n## \ud83d\udcda\u7b80\u4ecb\r\n\r\npocode\u662f\u67e5\u770bPython\u7f16\u7a0b\u5e38\u7528\u5de5\u5177\u7684\u4ee3\u7801\u96c6\u5408\u3002\r\n\r\n-------------------------------------------------------------------------------\r\n\r\n## \ud83d\udce6\u5b89\u88c5\r\n\r\n### \ud83c\udf4apip \u81ea\u52a8\u4e0b\u8f7d&\u66f4\u65b0\r\n\r\n\u5df2\u540c\u6b65\u5230\u963f\u91cc\u955c\u50cf\r\n\r\n```\r\npip install -i https://mirrors.aliyun.com/pypi/simple/ pocode -U\r\n```\r\n\r\n-------------------------------------------------------------------------------\r\n\r\n## \ud83d\udcdd\u529f\u80fd\r\n\r\n| \u540d\u79f0         | \u8bf4\u660e     | \u6f14\u793a\u4ee3\u7801                                                                |\r\n|------------|--------|---------------------------------------------------------------------|\r\n| count_line | \u7edf\u8ba1\u4ee3\u7801\u884c\u6570 | [\u67e5\u770b](https://github.com/CoderWanFeng/pocode/blob/main/demo/1%E3%80%81%E7%BB%9F%E8%AE%A1Python%E4%BB%A3%E7%A0%81%E8%A1%8C%E6%95%B0.py) | \r\n| @deprecated() | \u6807\u8bb0\u51fd\u6570\u8fc7\u671f | [\u67e5\u770b](https://github.com/CoderWanFeng/pocode/blob/main/demo/1%E3%80%81%E7%BB%9F%E8%AE%A1Python%E4%BB%A3%E7%A0%81%E8%A1%8C%E6%95%B0.py) | \r\n\r\n#### \u76f8\u5173\u8d44\u6599\uff1a\r\n\r\n- [\ud83d\udcd8\u5b98\u7f51\uff1ahttps://www.python-office.com/](https://www.python-office.com/)\r\n- https://github.com/CoderWanFeng/pocode\r\n\r\n### \ud83d\udc1e\u63d0\u4f9bbug\u53cd\u9988\u6216\u5efa\u8bae\r\n\r\n\u63d0\u4ea4\u95ee\u9898\u53cd\u9988\u65f6\uff0c\u8bf7\u52a1\u5fc5\u586b\u5199\u548cpython-office\u4ee3\u7801\u672c\u8eab\u6709\u5173\u7684\u95ee\u9898\uff0c\u4e0d\u8fdb\u884c\u6709\u5173python\u5b66\u4e60\uff0c\u751a\u81f3\u662f\u4e2a\u4eba\u7ec3\u4e60\u7684\u77e5\u8bc6\u7b54\u7591\u548c\u8ba8\u8bba\u3002\r\n\r\n- [Github issue](https://github.com/CoderWanFeng/wftools/issues)\r\n\r\n-------------------------------------------------------------------------------\r\n\r\n## \ud83d\udccc\u8054\u7cfb\u4f5c\u8005\r\n\r\n<p align=\"center\" id='\u5f00\u6e90\u4ea4\u6d41\u7fa4-banner'>\r\n<a target=\"_blank\" href='https://python-office-1300615378.cos.ap-chongqing.myqcloud.com/python-office.jpg'>\r\n<img src=\"https://python-office-1300615378.cos.ap-chongqing.myqcloud.com/python-office-qr.jpg\" width=\"100%\"/>\r\n</a> \r\n</p>\r\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "pip install pocode",
    "version": "0.0.3",
    "project_urls": {
        "Bug Tracker": "https://github.com/CoderWanFeng/pocode/issues",
        "Documentation": "https://github.com/CoderWanFeng/pocode/blob/master/README.md",
        "Homepage": "https://www.python-office.com/",
        "Source Code": "https://github.com/CoderWanFeng/pocode"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "0cadcea3fe452193cd32db599c0007834d4ed0dfb5620bf8ece9685a89f01060",
                "md5": "716ca5e56f0385c189217ee43745c8e8",
                "sha256": "114b36276b269d0be6401a37d2f008a7fec795e1df1370937e7d22486d9c829a"
            },
            "downloads": -1,
            "filename": "pocode-0.0.3-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "716ca5e56f0385c189217ee43745c8e8",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.6",
            "size": 6869,
            "upload_time": "2023-12-23T19:27:20",
            "upload_time_iso_8601": "2023-12-23T19:27:20.897887Z",
            "url": "https://files.pythonhosted.org/packages/0c/ad/cea3fe452193cd32db599c0007834d4ed0dfb5620bf8ece9685a89f01060/pocode-0.0.3-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "3c8273d5dcb4f8d6cdc6b1b8a4d03cadff4fbb82e959e5e51881d955964be64b",
                "md5": "9eb172f42709f705f8f51fc6deb65334",
                "sha256": "413584a528c746986b82bb499ae795090f66184f9bbb8baf0aa60b2fa982101d"
            },
            "downloads": -1,
            "filename": "pocode-0.0.3.tar.gz",
            "has_sig": false,
            "md5_digest": "9eb172f42709f705f8f51fc6deb65334",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.6",
            "size": 5434,
            "upload_time": "2023-12-23T19:27:22",
            "upload_time_iso_8601": "2023-12-23T19:27:22.711268Z",
            "url": "https://files.pythonhosted.org/packages/3c/82/73d5dcb4f8d6cdc6b1b8a4d03cadff4fbb82e959e5e51881d955964be64b/pocode-0.0.3.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-12-23 19:27:22",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "CoderWanFeng",
    "github_project": "pocode",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "pocode"
}
        
Elapsed time: 0.17334s