Name | python-docx-oss JSON |
Version |
0.0.8
JSON |
| download |
home_page | https://github.com/lsaint/python-docx-oss |
Summary | CRUD Microsoft Word .docx files. |
upload_time | 2024-11-22 04:01:27 |
maintainer | None |
docs_url | None |
author | Ethan St. Lee |
requires_python | None |
license | The MIT License (MIT) Copyright (c) 2022 Ethan St. Lee, https://github.com/lsaint Copyright (c) 2013 Steve Canny, https://github.com/scanny Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. |
keywords |
docx
office
openxml
word
python-docx-oss
|
VCS |
|
bugtrack_url |
|
requirements |
lxml
pyparsing
|
Travis-CI |
|
coveralls test coverage |
No coveralls.
|
<p align="center">
<img src="https://raw.githubusercontent.com/lsaint/python-docx-oss/master/docs/_static/img/oss.png" width="400" alt="oss"/>
</p>
_As a Brazilian jiu-jitsu player, OSS means anything and everything. It's a term used in BJJ that is a way of greeting and demonstrating respect to others._
**_python-docx-oss_** is a Python library for CRUD Microsoft Word (.docx) files. It fork from [python-docx](https://github.com/python-openxml/python-docx).
<p>
<a href="https://pypi.org/project/python-docx-oss/"><img alt="PyPI" src="https://img.shields.io/pypi/v/python-docx-oss"></a>
<a href="https://pypi.org/project/python-docx-oss"> <img src="https://img.shields.io/pypi/pyversions/python-docx-oss.svg"/></a>
<a href="https://github.com/psf/black"><img alt="Code style: black" src="https://img.shields.io/badge/code%20style-black-000000.svg"></a>
<a href="https://github.com/lsaint/python-docx-oss/blob/master/LICENSE"><img alt="License: MIT" src="https://img.shields.io/badge/License-MIT-yellow.svg"></a>
</p>
---
### FAQ
**Q: What's New?**
**A:** [HISTORY](https://github.com/lsaint/python-docx-oss/blob/master/HISTORY.md)
---
More information is available in the [python-docx-oss documentation](https://python-docx-oss.readthedocs.io/en/latest/)
This project is based on the original work by [Steve Canny](https://github.com/scanny) and has been modified by [Ethan St. Lee](https://github.com/lsaint).
## Release History
**0.0.8 (2024-11-22)**
- EastAsia font support fixes #25
- Update README.md #26
**0.0.7 (2022-10-29)**
- add emf image file support. #24
**0.0.6 (2022-10-21)**
- change default custom xml file name to item1. #23
**0.0.5 (2022-8-08)**
- minor refactor custom-properties.
- add add_float_picture in Document. #21
**0.0.4 (2022-7-21)**
- public python-docx-oss docs @ readthedocs.
- add delete_item in CustomXmlPart. #17
**0.0.3 (2022-7-01)**
- Change method text to texts in CT_R. #14
- Add external target_ref setter. #15
- Blacken all Python files.
**0.0.2 (2022-06-24)**
- Add custom xml support. #10
- Add Part **eq**.
- Add Part element setter.
- Add Relationships parts_with_reltype.
**0.0.1 (2022-06-16)**
- Only support Python3.8, 3.9 and 3.10.
- Add custom properties support. #2
- Add drop_rels in Package. #5
- Add drop_rels in Part. #5
- Add default NumberingPart. #4
- Fix Python3.8+ **dict** TypeError. #6
- Add some typehint.
Raw data
{
"_id": null,
"home_page": "https://github.com/lsaint/python-docx-oss",
"name": "python-docx-oss",
"maintainer": null,
"docs_url": null,
"requires_python": null,
"maintainer_email": null,
"keywords": "docx office openxml word python-docx-oss",
"author": "Ethan St. Lee",
"author_email": "ethan@ginolegaltech.cn",
"download_url": "https://files.pythonhosted.org/packages/e9/2b/bac7a7c070a53960a7396215b458fdb7372c81e167abd3ac343eda24504b/python_docx_oss-0.0.8.tar.gz",
"platform": null,
"description": "<p align=\"center\">\n<img src=\"https://raw.githubusercontent.com/lsaint/python-docx-oss/master/docs/_static/img/oss.png\" width=\"400\" alt=\"oss\"/>\n</p>\n\n_As a Brazilian jiu-jitsu player, OSS means anything and everything. It's a term used in BJJ that is a way of greeting and demonstrating respect to others._\n\n**_python-docx-oss_** is a Python library for CRUD Microsoft Word (.docx) files. It fork from [python-docx](https://github.com/python-openxml/python-docx).\n\n<p>\n <a href=\"https://pypi.org/project/python-docx-oss/\"><img alt=\"PyPI\" src=\"https://img.shields.io/pypi/v/python-docx-oss\"></a>\n <a href=\"https://pypi.org/project/python-docx-oss\"> <img src=\"https://img.shields.io/pypi/pyversions/python-docx-oss.svg\"/></a>\n <a href=\"https://github.com/psf/black\"><img alt=\"Code style: black\" src=\"https://img.shields.io/badge/code%20style-black-000000.svg\"></a>\n <a href=\"https://github.com/lsaint/python-docx-oss/blob/master/LICENSE\"><img alt=\"License: MIT\" src=\"https://img.shields.io/badge/License-MIT-yellow.svg\"></a>\n</p>\n\n---\n\n### FAQ\n\n**Q: What's New?**\n\n**A:** [HISTORY](https://github.com/lsaint/python-docx-oss/blob/master/HISTORY.md)\n\n---\n\nMore information is available in the [python-docx-oss documentation](https://python-docx-oss.readthedocs.io/en/latest/)\n\nThis project is based on the original work by [Steve Canny](https://github.com/scanny) and has been modified by [Ethan St. Lee](https://github.com/lsaint).\n\n\n## Release History\n\n**0.0.8 (2024-11-22)**\n\n- EastAsia font support fixes #25\n- Update README.md #26\n\n**0.0.7 (2022-10-29)**\n\n- add emf image file support. #24\n\n**0.0.6 (2022-10-21)**\n\n- change default custom xml file name to item1. #23\n\n**0.0.5 (2022-8-08)**\n\n- minor refactor custom-properties.\n- add add_float_picture in Document. #21\n\n**0.0.4 (2022-7-21)**\n\n- public python-docx-oss docs @ readthedocs.\n- add delete_item in CustomXmlPart. #17\n\n**0.0.3 (2022-7-01)**\n\n- Change method text to texts in CT_R. #14\n- Add external target_ref setter. #15\n- Blacken all Python files.\n\n**0.0.2 (2022-06-24)**\n\n- Add custom xml support. #10\n- Add Part **eq**.\n- Add Part element setter.\n- Add Relationships parts_with_reltype.\n\n**0.0.1 (2022-06-16)**\n\n- Only support Python3.8, 3.9 and 3.10.\n- Add custom properties support. #2\n- Add drop_rels in Package. #5\n- Add drop_rels in Part. #5\n- Add default NumberingPart. #4\n- Fix Python3.8+ **dict** TypeError. #6\n- Add some typehint.\n",
"bugtrack_url": null,
"license": "The MIT License (MIT) Copyright (c) 2022 Ethan St. Lee, https://github.com/lsaint Copyright (c) 2013 Steve Canny, https://github.com/scanny Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. ",
"summary": "CRUD Microsoft Word .docx files.",
"version": "0.0.8",
"project_urls": {
"Homepage": "https://github.com/lsaint/python-docx-oss"
},
"split_keywords": [
"docx",
"office",
"openxml",
"word",
"python-docx-oss"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "e92bbac7a7c070a53960a7396215b458fdb7372c81e167abd3ac343eda24504b",
"md5": "699f4421fce72a8b497139cba1d00c63",
"sha256": "8b926fe51ea849dccefd6ec914565304f19f796c2fd60957b64eae7eefda4bf7"
},
"downloads": -1,
"filename": "python_docx_oss-0.0.8.tar.gz",
"has_sig": false,
"md5_digest": "699f4421fce72a8b497139cba1d00c63",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 5867568,
"upload_time": "2024-11-22T04:01:27",
"upload_time_iso_8601": "2024-11-22T04:01:27.299539Z",
"url": "https://files.pythonhosted.org/packages/e9/2b/bac7a7c070a53960a7396215b458fdb7372c81e167abd3ac343eda24504b/python_docx_oss-0.0.8.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-11-22 04:01:27",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "lsaint",
"github_project": "python-docx-oss",
"travis_ci": true,
"coveralls": false,
"github_actions": false,
"requirements": [
{
"name": "lxml",
"specs": [
[
">=",
"4.6.5"
]
]
},
{
"name": "pyparsing",
"specs": [
[
">=",
"2.4.7"
]
]
}
],
"tox": true,
"lcname": "python-docx-oss"
}