pyadvdocx


Namepyadvdocx JSON
Version 0.0.4 PyPI version JSON
download
home_pagehttps://github.com/SerbanTudor04/PyAdvDocx/
SummaryAn open source project inspired from python-docx .
upload_time2022-12-05 14:34:24
maintainer
docs_urlNone
authorSerbanTudor04
requires_python>=3.10
licenseMIT License Copyright (c) 2022 Serban Tudor Gabriel 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 msoffice advance
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # PyAdvDocx
An open source project inspired from python-docx in which more functionalities are added like advance replace and many more.


[![Maintenance](https://img.shields.io/badge/Maintained%3F-yes-green.svg)](https://GitHub.com/Naereen/StrapDown.js/graphs/commit-activity)  [![made-with-python](https://img.shields.io/badge/Made%20with-Python-1f425f.svg)](https://www.python.org/) [![PyPI version](https://img.shields.io/pypi/v/pyadvdocx)](https://pypi.python.org/pypi/pyadvdocx/) 




## Supported OS

[![Linux](https://svgshare.com/i/Zhy.svg)](https://svgshare.com/i/Zhy.svg) [![Windows](https://svgshare.com/i/ZhY.svg)](https://svgshare.com/i/ZhY.svg)

## Installing 

```bash 
pip3 install pyadvdocx
```

## Use cases:
```python
from pyadvdocx import text,Document

doc=Document("Example.docx")
text.replace(doc,$name="John Doe")
doc.save("Master work.docx")
```

## License
Project license -  [MIT](./LICENSE)

## Contributing
Anyone is free to contribute and pull request/fork this project.

## Testing:
```bash
cd ./test
pip3 install pyadvdocx
python3 test_text.py
# Look in data dir for *_done.docx files
```


## Changelog:
[View changelog](./CHANGELOG.md)

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/SerbanTudor04/PyAdvDocx/",
    "name": "pyadvdocx",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.10",
    "maintainer_email": "",
    "keywords": "docx,msoffice,advance",
    "author": "SerbanTudor04",
    "author_email": "SerbanTudor04 <tudor.gabriel.serban@gmail.com>",
    "download_url": "https://files.pythonhosted.org/packages/61/3b/4fff0948f30b927be0942d7e191dee1ff0d334b8181d04c76f7a3107dd8e/pyadvdocx-0.0.4.tar.gz",
    "platform": null,
    "description": "# PyAdvDocx\nAn open source project inspired from python-docx in which more functionalities are added like advance replace and many more.\n\n\n[![Maintenance](https://img.shields.io/badge/Maintained%3F-yes-green.svg)](https://GitHub.com/Naereen/StrapDown.js/graphs/commit-activity)  [![made-with-python](https://img.shields.io/badge/Made%20with-Python-1f425f.svg)](https://www.python.org/) [![PyPI version](https://img.shields.io/pypi/v/pyadvdocx)](https://pypi.python.org/pypi/pyadvdocx/) \n\n\n\n\n## Supported OS\n\n[![Linux](https://svgshare.com/i/Zhy.svg)](https://svgshare.com/i/Zhy.svg) [![Windows](https://svgshare.com/i/ZhY.svg)](https://svgshare.com/i/ZhY.svg)\n\n## Installing \n\n```bash \npip3 install pyadvdocx\n```\n\n## Use cases:\n```python\nfrom pyadvdocx import text,Document\n\ndoc=Document(\"Example.docx\")\ntext.replace(doc,$name=\"John Doe\")\ndoc.save(\"Master work.docx\")\n```\n\n## License\nProject license -  [MIT](./LICENSE)\n\n## Contributing\nAnyone is free to contribute and pull request/fork this project.\n\n## Testing:\n```bash\ncd ./test\npip3 install pyadvdocx\npython3 test_text.py\n# Look in data dir for *_done.docx files\n```\n\n\n## Changelog:\n[View changelog](./CHANGELOG.md)\n",
    "bugtrack_url": null,
    "license": "MIT License  Copyright (c) 2022 Serban Tudor Gabriel  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": "An open source project inspired from python-docx .",
    "version": "0.0.4",
    "split_keywords": [
        "docx",
        "msoffice",
        "advance"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "md5": "0d30eb1184135b0e777cca0e711d0cf3",
                "sha256": "880f79da2d70c6cdb124b65214b354aed8e1f3f162d15f7ce4544fafb42b9e7a"
            },
            "downloads": -1,
            "filename": "pyadvdocx-0.0.4-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "0d30eb1184135b0e777cca0e711d0cf3",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.10",
            "size": 4488,
            "upload_time": "2022-12-05T14:34:22",
            "upload_time_iso_8601": "2022-12-05T14:34:22.827632Z",
            "url": "https://files.pythonhosted.org/packages/b6/5d/24efdc67a30bef7cf8c8077b45ebeb64e6b3ca009f7d83048ddbb791cb55/pyadvdocx-0.0.4-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "md5": "928db78502e8c10e85504e081de52c1e",
                "sha256": "daf46d6b8cff9195274e4a28067484ad501f5e28dc2d8571fcef672d92a6c411"
            },
            "downloads": -1,
            "filename": "pyadvdocx-0.0.4.tar.gz",
            "has_sig": false,
            "md5_digest": "928db78502e8c10e85504e081de52c1e",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.10",
            "size": 3884,
            "upload_time": "2022-12-05T14:34:24",
            "upload_time_iso_8601": "2022-12-05T14:34:24.241402Z",
            "url": "https://files.pythonhosted.org/packages/61/3b/4fff0948f30b927be0942d7e191dee1ff0d334b8181d04c76f7a3107dd8e/pyadvdocx-0.0.4.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2022-12-05 14:34:24",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "github_user": "SerbanTudor04",
    "github_project": "PyAdvDocx",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "pyadvdocx"
}
        
Elapsed time: 0.01576s