Metadata-Version: 1.1
Name: zopyx.smashdocs
Version: 0.3.14
Summary: Integration of Python with the Smashdocs Partner API
Home-page: http://pypi.python.org/pypi/zopyx.smashdocs
Author: Andreas Jung
Author-email: info@zopyx.com
License: GPL
Description: zopyx.smashdocs
        ===============
        
        Python wrapper for the Smashdocs Partner API.
        
        Requirements
        ------------
        
        * Python 2.6
        * Python 2.7
        * Python 3.3
        * Python 3.4
        * Python 3.5
        * Python 3.6
        
        Smashdocs API version
        ---------------------
        
        The current version of ``zopyx.smashdocs`` has been tested against
        https://documentation.smashdocs.net/release_notes.html#version-1-5-0-0-18-11-2016
        
        API documentation
        -----------------
        
        See http://smashdocs.readthedocs.io/en/latest/
        
        Repository
        ----------
        
        * https://github.com/zopyx/zopyx.smashdocs
        
        Issue tracker
        -------------
        
        * https://github.com/zopyx/zopyx.smashdocs/issues
        
        Continous integration
        ---------------------
        
        * https://travis-ci.org/zopyx/zopyx.smashdocs
        
        
        Testing
        -------
        
        `zopyx.smashdocs` has been tested against the latest Python 2 and Python 3 versions.
        In order to run the test suite yourself you need to run:
        
        .. code::
        
            export SMASHDOCS_PARTNER_URL=http://...
            export SMASHDOCS_CLIENT_ID=<your client id>
            export SMASHDOCS_CLIENT_KEY=<your client key>
            bin/pytest zopyx/smashdocs
        
        License
        -------
        
        ``zopyx.smashdocs`` is published under the GNU Public License GPL Version 2 (GPL 2).
        
        
        Author
        ------
        | Andreas Jung/ZOPYX
        | Hundskapfklinge 33
        | D-72074 Tübingen, Germany
        | info@zopyx.com
        | www.zopyx.com
        
        
        Changes
        -------
        0.3.14 (2017-10-12)
        +++++++++++++++++++
        - support for pyfilesystem2 for upload_document()
        
        0.3.13 (2017-03-31)
        +++++++++++++++++++
        - added support for DOCX specific export parameters (https://documentation.smashdocs.net/api_guide.html#exporting-documents-to-word)
        
        0.3.12 (2017-03-31)
        +++++++++++++++++++
        - bug fix 
        
        0.3.11 (2017-03-28)
        +++++++++++++++++++
        - bug fix 
        
        0.3.10 (2017-03-28)
        +++++++++++++++++++
        
        - added explicit check for Partner API version
        - introduced check against Partner API minimal version
        
        0.3.8 (2017-03-07)
        ++++++++++++++++++
        
        - better footnote handling
        - support for setting a document to review state
        
        0.3.7 (2017-03-06)
        ++++++++++++++++++
        
        - fix in footnotes converter 
        
        0.3.6 (2017-03-01)
        ++++++++++++++++++
        
        - support for footnotes in HTML converter
        
        
        0.3.5 (2017-02-24)
        ++++++++++++++++++
        
        - unicode fix in SDXML converter
        
        0.3.1 (2017-02-08)
        ++++++++++++++++++
        
        - added update_metadata() method
        
        
        0.3.0 (2017-02-07)
        ++++++++++++++++++
        
        - support for export API to DOCX, SDXML and HTML
        
        0.2.0 (2017-02-02)
        ++++++++++++++++++
        
        - various fixes and cleanup
        - Travis CI support
        - some experimental commandline utilities  
        
        0.1.0 (2017-01-27)
        ++++++++++++++++++
        
        - initial release
        
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.3
Classifier: Topic :: Software Development :: Libraries :: Python Modules
