Metadata-Version: 2.0
Name: pymergedocx
Version: 0.1.3
Summary: python下调用php合并doc库
Home-page: https://github.com/x-debug/pymergedocx
Author: x-debug
Author-email: 512766594@qq.com
License: Apache Software License 2.0
Keywords: pymergedocx
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Requires-Dist: Click (>=6.0)

===========
pymergedocx
===========


.. image:: https://img.shields.io/pypi/v/pymergedocx.svg
:target: https://pypi.python.org/pypi/pymergedocx

.. image:: https://img.shields.io/travis/x-debug/pymergedocx.svg
:target: https://travis-ci.org/x-debug/pymergedocx

.. image:: https://readthedocs.org/projects/pymergedocx/badge/?version=latest
:target: https://pymergedocx.readthedocs.io/en/latest/?badge=latest
        :alt: Documentation Status




    python 下合并doc库,使用非常简单
        merge_docx('{}/files/result.docx'.format(current_path), '{}/files/template.docx'.format(current_path),
            '{}/files/template1.docx'.format(current_path), '{}/files/template2.docx'.format(current_path))


    * Free software: Apache Software License 2.0
    * Documentation: https://pymergedocx.readthedocs.io.


Features
--------

* TODO

Credits
-------

This package was created with Cookiecutter_ and the `audreyr/cookiecutter-pypackage`_ project template.

.. _Cookiecutter: https://github.com/audreyr/cookiecutter
.. _`audreyr/cookiecutter-pypackage`: https://github.com/audreyr/cookiecutter-pypackage


=======
History
=======

0.1.0 (2018-06-07)
------------------

* First release on PyPI.

0.1.1 (2018-06-07)
------------------

* fix some description.

0.1.2 (2018-06-07)
------------------

* fix readme file.


