Metadata-Version: 2.1
Name: onegov.pdf
Version: 0.5.3
Summary: PDF for OneGov.
Home-page: http://github.com/OneGov/onegov.pdf
Author: Seantis GmbH
Author-email: info@seantis.ch
License: GPLv2
Description: 
        
        Run the Tests
        -------------
        
        Install tox and run it::
        
            pip install tox
            tox
        
        Limit the tests to a specific python version::
        
            tox -e py27
        
        Conventions
        -----------
        
        Onegov PDF follows PEP8 as close as possible. To test for it run::
        
            tox -e pep8
        
        Onegov PDF uses `Semantic Versioning <http://semver.org/>`_
        
        Build Status
        ------------
        
        .. image:: https://travis-ci.org/OneGov/onegov.pdf.png
          :target: https://travis-ci.org/OneGov/onegov.pdf
          :alt: Build Status
        
        Coverage
        --------
        
        .. image:: https://coveralls.io/repos/OneGov/onegov.pdf/badge.png?branch=master
          :target: https://coveralls.io/r/OneGov/onegov.pdf?branch=master
          :alt: Project Coverage
        
        Latest PyPI Release
        -------------------
        
        .. image:: https://badge.fury.io/py/onegov.pdf.svg
            :target: https://badge.fury.io/py/onegov.pdf
            :alt: Latest PyPI Release
        
        License
        -------
        onegov.pdf is released under GPLv2
        
        Changelog
        ---------
        0.5.3 (2019-06-27)
        ~~~~~~~~~~~~~~~~~~~~~
        
        - Fixes error with latest svglib release.
          [href]
        
        0.5.2 (2019-02-01)
        ~~~~~~~~~~~~~~~~~~~~~
        
        - Fixes tests.
          [msom]
        
        0.5.1 (2018-12-09)
        ~~~~~~~~~~~~~~~~~~~~~
        
        - Updates requirements.
          [msom]
        
        0.5.0 (2018-11-28)
        ~~~~~~~~~~~~~~~~~~~~~
        
        - Allows to add SVG header logos.
          [msom]
        
        0.4.0 (2018-10-30)
        ~~~~~~~~~~~~~~~~~~~~~
        
        - Allows to add table of contents to PDFs.
          [msom]
        
        - Allows to add h5 and h6 headings to PDFs.
          [msom]
        
        - Allows to add a header by level.
          [msom]
        
        - Allows to add images to PDFs.
          [msom]
        
        - Allows to add a creation date to the header.
          [msom]
        
        - Adds an option to linkify the html when adding to PDFs.
          [msom]
        
        0.3.5 (2018-10-04)
        ~~~~~~~~~~~~~~~~~~~~~
        
        - Adds missing html5lib dependency.
          [href]
        
        0.3.4 (2018-05-21)
        ~~~~~~~~~~~~~~~~~~~~~
        
        - Fixes adding mini html for an empty string throwing an error.
          [msom]
        
        0.3.3 (2018-01-18)
        ~~~~~~~~~~~~~~~~~~~~~
        
        - Fixes handling of whitespace in mini html.
          [msom]
        
        0.3.2 (2018-01-11)
        ~~~~~~~~~~~~~~~~~~~~~
        
        - Adds support for indentation of lists.
          [msom]
        
        - Fixes handling of whitespace in mini html.
          [msom]
        
        0.3.1 (2018-01-10)
        ~~~~~~~~~~~~~~~~~~~~~
        
        - Requires Python 3.6.
          [href]
        
        - Adds compatibility with onegov.file.
          [msom]
        
        0.3.0 (2017-11-17)
        ~~~~~~~~~~~~~~~~~~~~~
        
        - Rewrites the mini_html function to use list flowables and a HTML sanitizer/
          cleaner.
          [msom]
        
        - Adds h4.
          [msom]
        
        0.2.0 (2017-11-14)
        ~~~~~~~~~~~~~~~~~~~~~
        
        - Adds a generic header and footer.
          [msom]
        
        0.1.1 (2017-11-13)
        ~~~~~~~~~~~~~~~~~~~~~
        
        - Adds lexwork PDF signer.
          [msom]
        
        0.1.0 (2017-11-13)
        ~~~~~~~~~~~~~~~~~~~~~
        
        - Initial Release
        
Platform: any
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: License :: OSI Approved :: GNU General Public License v2 (GPLv2)
Requires-Python: >=3.6
Provides-Extra: test
