Metadata-Version: 1.1
Name: autobasedoc
Version: 0.0.13
Summary: autobasedoc - convenience reportlab tool
Home-page: https://github.com/NuCOS/autobasedoc
Author: Oliver Braun, Johannes Eckstein
Author-email: johannes.eckstein@nucos.de
License: BSD
Download-URL: https://github.com/NuCOS/autobasedoc/tarball/0.0.13
Description-Content-Type: UNKNOWN
Description: autobasedoc
        ===========
        
        A small package to help automatically create reports using reportlab as
        main resource.
        
        This package uses reportlab, svglib, matplotlib and pdfrw, and does not
        provide workflows on that basis, any customization on a specific
        workflow should be avoided here.
        
        The open-source license of the corresponding packages can be obtained
        from the python package index.
        
        This package tries to be as small as possible making use of a minimum
        number of included modules. The focus of this package is in including
        matplotlib figures into the reportlab platypus work-flow, pdfrw is used
        for that purpose.
        
        Large portions are based on Examples of code, that where posted on e.g.
        stackoverflow and other internet resources, those examples all have been
        modified respecting the licenses under which they have been released,
        see LICENSE.md.
        
        The reading and contributing of code and documentation or examples is
        encouraged, please feel free to fork and request merges...
        
        docs
        ----
        
        http://autobasedoc.readthedocs.io/
        
        tests
        -----
        
        under linux there is a genie.sh test runner. you can start tests with
        nose2
        
Keywords: reporting
Platform: UNKNOWN
Classifier: Development Status :: 1 - Planning
Classifier: Environment :: Console
Classifier: License :: OSI Approved :: BSD License
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
