Metadata-Version: 1.1
Name: kantonzugpdf
Version: 0.1.2
Summary: A library to create PDF reports for the Canton of Zug
Home-page: http://github.com/seantis/kantonzugpdf
Author: Seantis GmbH
Author-email: info@seantis.ch
License: GPLv2
Description: 
        
        Usage
        -----
        
        Create a subclass of ReportZug and provide the populate method. To generate
        the PDF, call build.
        
        Run the Tests
        -------------
        
        Install tox and run it::
        
            pip install tox
            tox
        
        Limit the tests to a specific python version::
        
            tox -e py27
        
        Conventions
        -----------
        
        Kantonzugpdf follows PEP8 as close as possible. To test for it run::
        
            tox -e pep8
        
        Kantonzugpdf uses `Semantic Versioning <http://semver.org/>`_
        
        Build Status
        ------------
        
        .. image:: https://travis-ci.org/seantis/kantonzugpdf.png
          :target: https://travis-ci.org/seantis/kantonzugpdf
          :alt: Build Status
        
        Coverage
        --------
        
        .. image:: https://coveralls.io/repos/seantis/kantonzugpdf/badge.png?branch=master
          :target: https://coveralls.io/r/seantis/kantonzugpdf?branch=master
          :alt: Project Coverage
        
        Latests PyPI Release
        --------------------
        .. image:: https://pypip.in/v/kantonzugpdf/badge.png
          :target: https://crate.io/packages/kantonzugpdf
          :alt: Latest PyPI Release
        
        License
        -------
        kantonzugpdf is released under GPLv2
        
        Changelog
        ---------
        
        0.1.2 (2015-01-21)
        ~~~~~~~~~~~~~~~~~~
        
        - Fix description in setup.py".
          [msom]
        
        
        0.1.1 (2015-01-21)
        ~~~~~~~~~~~~~~~~~~
        
        - Update readme.
          [msom]
        
        
        0.1.0 (2015-01-21)
        ~~~~~~~~~~~~~~~~~~
        
        - Initial release.
          [msom]
        
Platform: any
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: License :: OSI Approved :: GNU General Public License v2 (GPLv2)
