poos


Namepoos JSON
Version 0.0.2 PyPI version JSON
download
home_pagehttp://python-office.com/
Summarypip install poos
upload_time2023-01-15 09:40:39
maintainer
docs_urlNone
authorCoderWanFeng
requires_python>=3.7
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://url.cn/Z4lzPLaF'>
    <img src="https://website-python-1300615378.cos.ap-nanjing.myqcloud.com/ads%2F1040x100-tencent.jpg" width="100%"/>
    </a>   
</p>



<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>


<p align="center" name="'github">
    <a target="_blank" href='https://github.com/CoderWanFeng/python-office'>
    <img src="https://img.shields.io/github/stars/CoderWanFeng/python-office.svg?style=social" alt="github star"/>
    </a>
    	<a target="_blank" href='https://gitee.com/CoderWanFeng/python-office'>
		<img src='https://gitee.com/CoderWanFeng//python-office/badge/star.svg?theme=dark' alt='gitee star'/>
	</a>
  	<a href="https://mp.weixin.qq.com/s/Jf_EVdKlVnHhK68fW5OA6A">
	<img src="https://img.shields.io/badge/QQ-1090738447-orange"/>
  </a>
    	<a href="https://mp.weixin.qq.com/s/wx-JkgOUoJhb-7ZESxl93w">
	<img src="https://img.shields.io/badge/%E5%BE%AE%E4%BF%A1-%E4%BA%A4%E6%B5%81%E7%BE%A4-brightgreen"/>
  </a>
</p>


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


## 📚简介


wftools是python自动化办公的小工具的代码合集。

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

## 📦安装

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

```
pip install -i https://pypi.tuna.tsinghua.edu.cn/simple wftools -U
```


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

## 📝功能

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

| 序号 | 项目介绍       | 代码地址 |
| ---- | -------------- | -------- |
| 1    | [合同和财务系统](https://mp.weixin.qq.com/s/7Cx9f1Re9tbJVajtNVmsVA) | [源码](https://github.com/CoderWanFeng/awesome-python-framework/tree/project/1%E3%80%81%E5%90%88%E5%90%8C%E7%B3%BB%E7%BB%9F)     |
| 2    | [人脸门禁系统](https://mp.weixin.qq.com/s/98X3nl-elyi7MYsU_uCeqA) | [源码](https://github.com/CoderWanFeng/awesome-python-framework/tree/project/2%E3%80%81Python%2BDjango%E5%AE%9E%E7%8E%B0%E5%9F%BA%E4%BA%8E%E4%BA%BA%E8%84%B8%E8%AF%86%E5%88%AB%E7%9A%84%E9%97%A8%E7%A6%81%E7%AE%A1%E7%90%86%E7%B3%BB%E7%BB%9F%E3%80%90%E6%BA%90%E7%A0%81%E3%80%91)     |
| 3    | [商场管理系统](https://mp.weixin.qq.com/s/0FR4o2ddPe-9C2ijlnTuAg) | [源码](https://github.com/CoderWanFeng/awesome-python-framework/tree/project/3、用Python实现一个商场管理系统(附源码))     |
| 4    | [报表自动化 + 邮件自动发送](https://mp.weixin.qq.com/s/RfG502Hez7UttfHMndc4eA) | [源码](https://github.com/CoderWanFeng/awesome-python-framework/tree/project/4%E3%80%81Python%E8%87%AA%E5%8A%A8%E5%8C%96%E5%8A%9E%E5%85%AC%E5%B0%8F%E7%A8%8B%E5%BA%8F%EF%BC%9A%E5%AE%9E%E7%8E%B0%E6%8A%A5%E8%A1%A8%E8%87%AA%E5%8A%A8%E5%8C%96%E5%92%8C%E8%87%AA%E5%8A%A8%E5%8F%91%E9%80%81%E5%88%B0%E7%9B%AE%E7%9A%84%E9%82%AE%E7%AE%B1)     |
| 5    | 爬取招聘网站 | [源码](https://github.com/CoderWanFeng/awesome-python-framework/tree/project/5、Python招聘岗位信息聚合系统(拥有爬虫爬取、数据分析、可视化、互动等功能))     |




## 🏗️添砖加瓦


### 📐PR的建议

python-office欢迎任何人来添砖加瓦,贡献代码,建议提交的pr(pull request)符合一些规范,规范如下:

参与项目建设的步骤:
- 例如:你需要给python-office添加一个add方法。
   1. 你的Github账户名为:demo
   2. 于是你在./contributors新建了文件夹./demo
   3. 新建了add.py文件,编辑你的代码
   4. 编辑完成,提交pr到master分支(gitee或者GitHub,都可以)。可以注明你对自己功能的取名建议
   5. 晚枫收到后,会对各位的代码进行测试后,合并后打包上传到python官方库

### 📐代码规范

1. 注释完备,尤其每个新增的方法应按照Google Python文档规范标明方法说明、参数说明、返回值说明等信息,必要时请添加单元测试,如果愿意,也可以加上你的大名。
2. python-office的文档,需要进行格式化。注意:只能格式化你自己的代码
3. 请直接pull request到`master`分支。`master`是主分支,表示已经发布pypi库的版本。**未来参与人数增多,会开辟新的分支,请留意本文档的更新。**
4. 我们如果关闭了你的issue或pr,请不要诧异,这是我们保持问题处理整洁的一种方式,你依旧可以继续讨论,当有讨论结果时我们会重新打开。


### 🧬贡献代码的步骤

1. 在Gitee或者Github上fork项目到自己的repo
2. 把fork过去的项目也就是你的项目clone到你的本地
3. 修改代码
4. commit后push到自己的库
5. 登录Gitee或Github在你首页可以看到一个 pull request 按钮,点击它,填写一些说明信息,然后提交到master分支即可。
6. 等待维护者合并


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

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

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

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


## 📌联系作者


![CoderWanFeng](https://python-office-1300615378.cos.ap-chongqing.myqcloud.com/python-office-qr.jpg)

            

Raw data

            {
    "_id": null,
    "home_page": "http://python-office.com/",
    "name": "poos",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": "",
    "keywords": "",
    "author": "CoderWanFeng",
    "author_email": "1957875073@qq.com",
    "download_url": "https://files.pythonhosted.org/packages/8d/85/dd4d6b4b2bb759d2228dd315e4d4412209be47900bad28f72ea28fad39a4/poos-0.0.2.tar.gz",
    "platform": "any",
    "description": "\n<p align=\"center\">\n    <a target=\"_blank\" href='https://url.cn/Z4lzPLaF'>\n    <img src=\"https://website-python-1300615378.cos.ap-nanjing.myqcloud.com/ads%2F1040x100-tencent.jpg\" width=\"100%\"/>\n    </a>   \n</p>\n\n\n\n<p align=\"center\">\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\n</p>\n<p align=\"center\">\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\n</p>\n\n\n<p align=\"center\" name=\"'github\">\n    <a target=\"_blank\" href='https://github.com/CoderWanFeng/python-office'>\n    <img src=\"https://img.shields.io/github/stars/CoderWanFeng/python-office.svg?style=social\" alt=\"github star\"/>\n    </a>\n    \t<a target=\"_blank\" href='https://gitee.com/CoderWanFeng/python-office'>\n\t\t<img src='https://gitee.com/CoderWanFeng//python-office/badge/star.svg?theme=dark' alt='gitee star'/>\n\t</a>\n  \t<a href=\"https://mp.weixin.qq.com/s/Jf_EVdKlVnHhK68fW5OA6A\">\n\t<img src=\"https://img.shields.io/badge/QQ-1090738447-orange\"/>\n  </a>\n    \t<a href=\"https://mp.weixin.qq.com/s/wx-JkgOUoJhb-7ZESxl93w\">\n\t<img src=\"https://img.shields.io/badge/%E5%BE%AE%E4%BF%A1-%E4%BA%A4%E6%B5%81%E7%BE%A4-brightgreen\"/>\n  </a>\n</p>\n\n\n-------------------------------------------------------------------------------\n\n\n## \ud83d\udcda\u7b80\u4ecb\n\n\nwftools\u662fpython\u81ea\u52a8\u5316\u529e\u516c\u7684\u5c0f\u5de5\u5177\u7684\u4ee3\u7801\u5408\u96c6\u3002\n\n-------------------------------------------------------------------------------\n\n## \ud83d\udce6\u5b89\u88c5\n\n### \ud83c\udf4apip \u81ea\u52a8\u4e0b\u8f7d&\u66f4\u65b0\n\n```\npip install -i https://pypi.tuna.tsinghua.edu.cn/simple wftools -U\n```\n\n\n-------------------------------------------------------------------------------\n\n## \ud83d\udcdd\u529f\u80fd\n\n[\ud83d\udcd8\u5b98\u7f51\uff1ahttps://www.python-office.com/](https://www.python-office.com/)\n\n| \u5e8f\u53f7 | \u9879\u76ee\u4ecb\u7ecd       | \u4ee3\u7801\u5730\u5740 |\n| ---- | -------------- | -------- |\n| 1    | [\u5408\u540c\u548c\u8d22\u52a1\u7cfb\u7edf](https://mp.weixin.qq.com/s/7Cx9f1Re9tbJVajtNVmsVA) | [\u6e90\u7801](https://github.com/CoderWanFeng/awesome-python-framework/tree/project/1%E3%80%81%E5%90%88%E5%90%8C%E7%B3%BB%E7%BB%9F)     |\n| 2    | [\u4eba\u8138\u95e8\u7981\u7cfb\u7edf](https://mp.weixin.qq.com/s/98X3nl-elyi7MYsU_uCeqA) | [\u6e90\u7801](https://github.com/CoderWanFeng/awesome-python-framework/tree/project/2%E3%80%81Python%2BDjango%E5%AE%9E%E7%8E%B0%E5%9F%BA%E4%BA%8E%E4%BA%BA%E8%84%B8%E8%AF%86%E5%88%AB%E7%9A%84%E9%97%A8%E7%A6%81%E7%AE%A1%E7%90%86%E7%B3%BB%E7%BB%9F%E3%80%90%E6%BA%90%E7%A0%81%E3%80%91)     |\n| 3    | [\u5546\u573a\u7ba1\u7406\u7cfb\u7edf](https://mp.weixin.qq.com/s/0FR4o2ddPe-9C2ijlnTuAg) | [\u6e90\u7801](https://github.com/CoderWanFeng/awesome-python-framework/tree/project/3\u3001\u7528Python\u5b9e\u73b0\u4e00\u4e2a\u5546\u573a\u7ba1\u7406\u7cfb\u7edf(\u9644\u6e90\u7801))     |\n| 4    | [\u62a5\u8868\u81ea\u52a8\u5316 + \u90ae\u4ef6\u81ea\u52a8\u53d1\u9001](https://mp.weixin.qq.com/s/RfG502Hez7UttfHMndc4eA) | [\u6e90\u7801](https://github.com/CoderWanFeng/awesome-python-framework/tree/project/4%E3%80%81Python%E8%87%AA%E5%8A%A8%E5%8C%96%E5%8A%9E%E5%85%AC%E5%B0%8F%E7%A8%8B%E5%BA%8F%EF%BC%9A%E5%AE%9E%E7%8E%B0%E6%8A%A5%E8%A1%A8%E8%87%AA%E5%8A%A8%E5%8C%96%E5%92%8C%E8%87%AA%E5%8A%A8%E5%8F%91%E9%80%81%E5%88%B0%E7%9B%AE%E7%9A%84%E9%82%AE%E7%AE%B1)     |\n| 5    | \u722c\u53d6\u62db\u8058\u7f51\u7ad9 | [\u6e90\u7801](https://github.com/CoderWanFeng/awesome-python-framework/tree/project/5\u3001Python\u62db\u8058\u5c97\u4f4d\u4fe1\u606f\u805a\u5408\u7cfb\u7edf\uff08\u62e5\u6709\u722c\u866b\u722c\u53d6\u3001\u6570\u636e\u5206\u6790\u3001\u53ef\u89c6\u5316\u3001\u4e92\u52a8\u7b49\u529f\u80fd\uff09)     |\n\n\n\n\n## \ud83c\udfd7\ufe0f\u6dfb\u7816\u52a0\u74e6\n\n\n### \ud83d\udcd0PR\u7684\u5efa\u8bae\n\npython-office\u6b22\u8fce\u4efb\u4f55\u4eba\u6765\u6dfb\u7816\u52a0\u74e6\uff0c\u8d21\u732e\u4ee3\u7801\uff0c\u5efa\u8bae\u63d0\u4ea4\u7684pr\uff08pull request\uff09\u7b26\u5408\u4e00\u4e9b\u89c4\u8303\uff0c\u89c4\u8303\u5982\u4e0b\uff1a\n\n\u53c2\u4e0e\u9879\u76ee\u5efa\u8bbe\u7684\u6b65\u9aa4\uff1a\n- \u4f8b\u5982\uff1a\u4f60\u9700\u8981\u7ed9python-office\u6dfb\u52a0\u4e00\u4e2aadd\u65b9\u6cd5\u3002\n   1. \u4f60\u7684Github\u8d26\u6237\u540d\u4e3a\uff1ademo\n   2. \u4e8e\u662f\u4f60\u5728./contributors\u65b0\u5efa\u4e86\u6587\u4ef6\u5939./demo\n   3. \u65b0\u5efa\u4e86add.py\u6587\u4ef6\uff0c\u7f16\u8f91\u4f60\u7684\u4ee3\u7801\n   4. \u7f16\u8f91\u5b8c\u6210\uff0c\u63d0\u4ea4pr\u5230master\u5206\u652f\uff08gitee\u6216\u8005GitHub\uff0c\u90fd\u53ef\u4ee5\uff09\u3002\u53ef\u4ee5\u6ce8\u660e\u4f60\u5bf9\u81ea\u5df1\u529f\u80fd\u7684\u53d6\u540d\u5efa\u8bae\n   5. \u665a\u67ab\u6536\u5230\u540e\uff0c\u4f1a\u5bf9\u5404\u4f4d\u7684\u4ee3\u7801\u8fdb\u884c\u6d4b\u8bd5\u540e\uff0c\u5408\u5e76\u540e\u6253\u5305\u4e0a\u4f20\u5230python\u5b98\u65b9\u5e93\n\n### \ud83d\udcd0\u4ee3\u7801\u89c4\u8303\n\n1. \u6ce8\u91ca\u5b8c\u5907\uff0c\u5c24\u5176\u6bcf\u4e2a\u65b0\u589e\u7684\u65b9\u6cd5\u5e94\u6309\u7167Google Python\u6587\u6863\u89c4\u8303\u6807\u660e\u65b9\u6cd5\u8bf4\u660e\u3001\u53c2\u6570\u8bf4\u660e\u3001\u8fd4\u56de\u503c\u8bf4\u660e\u7b49\u4fe1\u606f\uff0c\u5fc5\u8981\u65f6\u8bf7\u6dfb\u52a0\u5355\u5143\u6d4b\u8bd5\uff0c\u5982\u679c\u613f\u610f\uff0c\u4e5f\u53ef\u4ee5\u52a0\u4e0a\u4f60\u7684\u5927\u540d\u3002\n2. python-office\u7684\u6587\u6863\uff0c\u9700\u8981\u8fdb\u884c\u683c\u5f0f\u5316\u3002\u6ce8\u610f\uff1a\u53ea\u80fd\u683c\u5f0f\u5316\u4f60\u81ea\u5df1\u7684\u4ee3\u7801\n3. \u8bf7\u76f4\u63a5pull request\u5230`master`\u5206\u652f\u3002`master`\u662f\u4e3b\u5206\u652f\uff0c\u8868\u793a\u5df2\u7ecf\u53d1\u5e03pypi\u5e93\u7684\u7248\u672c\u3002**\u672a\u6765\u53c2\u4e0e\u4eba\u6570\u589e\u591a\uff0c\u4f1a\u5f00\u8f9f\u65b0\u7684\u5206\u652f\uff0c\u8bf7\u7559\u610f\u672c\u6587\u6863\u7684\u66f4\u65b0\u3002**\n4. \u6211\u4eec\u5982\u679c\u5173\u95ed\u4e86\u4f60\u7684issue\u6216pr\uff0c\u8bf7\u4e0d\u8981\u8be7\u5f02\uff0c\u8fd9\u662f\u6211\u4eec\u4fdd\u6301\u95ee\u9898\u5904\u7406\u6574\u6d01\u7684\u4e00\u79cd\u65b9\u5f0f\uff0c\u4f60\u4f9d\u65e7\u53ef\u4ee5\u7ee7\u7eed\u8ba8\u8bba\uff0c\u5f53\u6709\u8ba8\u8bba\u7ed3\u679c\u65f6\u6211\u4eec\u4f1a\u91cd\u65b0\u6253\u5f00\u3002\n\n\n### \ud83e\uddec\u8d21\u732e\u4ee3\u7801\u7684\u6b65\u9aa4\n\n1. \u5728Gitee\u6216\u8005Github\u4e0afork\u9879\u76ee\u5230\u81ea\u5df1\u7684repo\n2. \u628afork\u8fc7\u53bb\u7684\u9879\u76ee\u4e5f\u5c31\u662f\u4f60\u7684\u9879\u76eeclone\u5230\u4f60\u7684\u672c\u5730\n3. \u4fee\u6539\u4ee3\u7801\n4. commit\u540epush\u5230\u81ea\u5df1\u7684\u5e93\n5. \u767b\u5f55Gitee\u6216Github\u5728\u4f60\u9996\u9875\u53ef\u4ee5\u770b\u5230\u4e00\u4e2a pull request \u6309\u94ae\uff0c\u70b9\u51fb\u5b83\uff0c\u586b\u5199\u4e00\u4e9b\u8bf4\u660e\u4fe1\u606f\uff0c\u7136\u540e\u63d0\u4ea4\u5230master\u5206\u652f\u5373\u53ef\u3002\n6. \u7b49\u5f85\u7ef4\u62a4\u8005\u5408\u5e76\n\n\n### \ud83d\udc1e\u63d0\u4f9bbug\u53cd\u9988\u6216\u5efa\u8bae\n\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\n\n- [Github issue](https://github.com/CoderWanFeng/wftools/issues)\n\n-------------------------------------------------------------------------------\n\n\n## \ud83d\udccc\u8054\u7cfb\u4f5c\u8005\n\n\n![CoderWanFeng](https://python-office-1300615378.cos.ap-chongqing.myqcloud.com/python-office-qr.jpg)\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "pip install poos",
    "version": "0.0.2",
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "5168592d3cd544f4f483bc907cfbc66a8bb482f07703dc6711a162004bae0f70",
                "md5": "4c30c077c3f98fdfc8298612b779530d",
                "sha256": "26452ae19b45607e7390631f9995db716d73f20acbd3503f8bac9de5285eb6c1"
            },
            "downloads": -1,
            "filename": "poos-0.0.2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "4c30c077c3f98fdfc8298612b779530d",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7",
            "size": 7914,
            "upload_time": "2023-01-15T09:40:37",
            "upload_time_iso_8601": "2023-01-15T09:40:37.764066Z",
            "url": "https://files.pythonhosted.org/packages/51/68/592d3cd544f4f483bc907cfbc66a8bb482f07703dc6711a162004bae0f70/poos-0.0.2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "8d85dd4d6b4b2bb759d2228dd315e4d4412209be47900bad28f72ea28fad39a4",
                "md5": "ea4abca3ec5fde8fa482e6c3b12e2d03",
                "sha256": "c79bd3b1a2968a1cabbb530bfe5e65f9af8918644fe7c308292b006c4309e686"
            },
            "downloads": -1,
            "filename": "poos-0.0.2.tar.gz",
            "has_sig": false,
            "md5_digest": "ea4abca3ec5fde8fa482e6c3b12e2d03",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 9586,
            "upload_time": "2023-01-15T09:40:39",
            "upload_time_iso_8601": "2023-01-15T09:40:39.736749Z",
            "url": "https://files.pythonhosted.org/packages/8d/85/dd4d6b4b2bb759d2228dd315e4d4412209be47900bad28f72ea28fad39a4/poos-0.0.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-01-15 09:40:39",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "lcname": "poos"
}
        
Elapsed time: 0.02923s