معرفی شرکت ها


docx-utils-0.1.3


Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر

توضیحات

Creation and manipulation of Open XML documents (mainly docx).
ویژگی مقدار
سیستم عامل -
نام فایل docx-utils-0.1.3
نام docx-utils
نسخه کتابخانه 0.1.3
نگهدارنده []
ایمیل نگهدارنده []
نویسنده Laurent LAPORTE
ایمیل نویسنده tantale.solutions@gmail.com
آدرس صفحه اصلی https://github.com/tantale/docx_utils
آدرس اینترنتی https://pypi.org/project/docx-utils/
مجوز MIT License
======== Overview ======== Creation and manipulation of Open XML documents (mainly docx). * Free software: MIT license Features ======== This library allow you to: * Convert Open XML documents into flat OPC format. Installation ============ .. code:: bash pip install docx-utils Using the library ================= Using the library to convert an Open XML document into flat OPC format: .. code:: python >>> from docx_utils.flatten import opc_to_flat_opc >>> opc_to_flat_opc("sample.docx", "sample.xml") Command Line Interface (CLI) ============================ Printing the online help: .. code:: bash $ docx_utils --help Usage: docx_utils [OPTIONS] COMMAND [ARGS]... Docx utilities Options: --version Show the version and exit. --help Show this message and exit. Commands: flatten Convert an Open XML document into flat OPC format. Converting an Open XML document into flat OPC format: .. code:: bash $ docx_utils flatten sample.docx sample.xml Converting 'sample.docx' to flat XML... Conversion done: 'sample.xml'. Documentation ============= https://docx-utils.readthedocs.io/en/latest/ Development =========== To run the all tests run:: tox ========= Changelog ========= v0.1.3 (2020-07-15) =================== Fixed ~~~~~ * Correct the project's dependencies: Enum34 is only required for Python versions < 3.4. * Add the ``docx_utils.exceptions`` module: Exception hierarchy for the docx-utils package. * Fix `#1 <https://github.com/tantale/docx_utils/issues/1>`_: - Add the *on_error* option in the ``docx_utils.flatten.opc_to_flat_opc`` function in order to ignore (or raise an exception) when a part URI cannot be resolved during the Microsoft Office document parsing. - Change the command line interface: add the ``--on-error`` option to handle parsing error. Other ~~~~~ * Continuous Integration: add configurations for Python 3.7 and Python 3.8. v0.1.2 (2018-07-26) =================== Fixed ~~~~~ * Drop support for PyPy: it seams that lxml is not available for this Python implementation. * Drop support for Python 3.7: this Python version is not yet available on all platform. However, it is known to work on Ubuntu with the python-3.7-dev release. Other ~~~~~ * Use the pseudo-tags ``start-exclude``/``end-exclude`` in ``CHANGELOG.rst`` and ``README.rst`` to exclude text from the generated ``PKG-INFO`` during setup. v0.1.1 (2018-07-25) =================== Fixed ~~~~~ * Fix wheel version on PyPi. v0.1.1 (2018-07-24) =================== Added ~~~~~ * First release.


نیازمندی

مقدار نام
- click
- six
- lxml
- enum34
<4 tox
<2 zipp
<5 configparser
<20 virtualenv
==4.6.11 pytest
==2.5.1 pytest-cov
==3.0.5 mock
==5.0.4 coverage
==1.2.0 zipp
==4.0.2 configparser
==5.0.4 coverage


زبان مورد نیاز

مقدار نام
>= 2.7, != 3.0.*, != 3.1.*, != 3.2.*, != 3.3.*, != 3.4.*, < 4 Python


نحوه نصب


نصب پکیج whl docx-utils-0.1.3:

    pip install docx-utils-0.1.3.whl


نصب پکیج tar.gz docx-utils-0.1.3:

    pip install docx-utils-0.1.3.tar.gz