Metadata-Version: 1.1
Name: yawrap
Version: 0.2.2
Summary: yawrap: simple generator of complex html reports, yattag extension
Home-page: https://bitbucket.org/gandowin/yarap/
Author: Michal Kaczmarczyk
Author-email: michal.s.kaczmarczyk@gmail.com
License: MIT license
Description-Content-Type: UNKNOWN
Description: README
        ======
        
        Yarap is a wrapper for yattag. Simplifies creation of static html reports.
        Makes navigation ultra-easy. Run pytest or tox and check the output.
        
        ======== ======================================================
        resource link
        ======== ======================================================
        Repo:    https://bitbucket.org/gandowin/yarap
        Docs:    http://yawrap.readthedocs.io
        Pypi:    https://pypi.python.org/pypi/yawrap
        email:   `Michał Kaczmarczyk <mailto:michal.skaczmarczy.k@gmail.com?Subject=Yawrap>`_
        ======== ======================================================
        
        The development status is beta: The assumed functionality works but minor things may be changed in the future.
        Until the documentation is not finished, please refer directly to the code tests or code itself.
        
        .. image:: https://readthedocs.org/projects/yawrap/badge/?version=latest
            :target: http://yawrap.readthedocs.io/en/latest/?badge=latest
            :alt: Documentation Status
        
        Yawrap features
        ---------------
        
        Here is a summary list of things that ``yawrap`` offers:
        
        * CSS & JavaScript & SVG support
        * Linking local files automatically apearing as relative path
        * Defining page style and scripts on python class level
        * Multiple-page, nested structure support
        * Automatically generated navigation for each page in documents' tree
        * Bookmarking
        
Keywords: static html generator
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Telecommunications Industry
Classifier: Intended Audience :: Information Technology
Classifier: Intended Audience :: Science/Research
Classifier: Intended Audience :: System Administrators
Classifier: Topic :: Database :: Front-Ends
Classifier: Topic :: Documentation
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Internet :: WWW/HTTP :: Browsers
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
Classifier: Topic :: Scientific/Engineering :: Visualization
Classifier: Topic :: Software Development :: Code Generators
Classifier: Topic :: Utilities
Classifier: Programming Language :: Python
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: Operating System :: OS Independent
Classifier: License :: OSI Approved :: MIT License
Requires: yattag
