Metadata-Version: 1.2
Name: yawrap
Version: 0.4.6
Summary: simple generator of complex html reports
Home-page: https://gitlab.com/kamichal/yawrap
Author: Michał Kaczmarczyk
Author-email: michal.s.kaczmarczyk@gmail.com
Maintainer: Michał Kaczmarczyk
Maintainer-email: michal.s.kaczmarczyk@gmail.com
License: MIT license
Description: Yawrap
        ======
        
        .. image:: https://travis-ci.org/kamichal/yarap.svg?branch=master
            :target: https://travis-ci.org/kamichal/yarap
            :alt: Build Status
        
        .. image:: https://readthedocs.org/projects/yawrap/badge/?version=latest
            :target: http://yawrap.readthedocs.io/en/latest/?badge=latest
            :alt: Documentation Status
        
        .. image:: https://img.shields.io/github/issues/kamichal/yarap.svg
            :target: https://github.com/kamichal/yarap/issues
            :alt: GitHub issues
        
        .. image:: https://img.shields.io/pypi/pyversions/yawrap.svg
            :target: https://pypi.org/project/yawrap
            :alt: PyPI - Python Version
        
        .. image:: https://img.shields.io/pypi/status/yawrap.svg
            :target: https://pypi.org/project/yawrap
            :alt: PyPI - Development Status
        
        .. image:: https://img.shields.io/pypi/format/yawrap.svg
            :target: https://pypi.org/project/yawrap
            :alt: PyPI - Package Format
        
        .. image:: https://img.shields.io/pypi/v/yawrap.svg
            :target: https://pypi.org/project/yawrap
            :alt: PyPI
        
        .. image:: https://img.shields.io/github/license/kamichal/yarap.svg
            :target: https://github.com/kamichal/yarap/blob/master/LICENSE
            :alt: GitHub license
        
        Yawrap is a powerful, lightweight, pythonic `pseudo-static HTML` builder that works with:
        
            - ``python2.7``,
            - ``python3.4``-``python.3.6``
            - ``pypy``.
        
        The name comes from something like `Yet Another Wrapper (of HTML code)`.
        
        
        ======== ======================================================
                 link
        ======== ======================================================
        Repo:    https://gitlab.com/kamichal/yawrap
        OldRepo: https://github.com/kamichal/yarap
        OldRepo: https://bitbucket.org/gandowin/yarap (goes obsolete)
        Docs:    http://yawrap.readthedocs.io
        Pypi:    https://pypi.python.org/pypi/yawrap
        Author:  Michał Kaczmarczyk from Poland
        Email:   `michal.skaczmarczy.k at gmail.com`
        ======== ======================================================
        
        
        Yawrap features
        ---------------
        
        * **Very nice syntax**
        
            No more headache caused by closing and indentation of HTML elements!
            Just write python code.
        
            Yawrap reflects python scopes in HTML perfectly - with no mistakes and indents it natively for free.
        
        * **Handle CSS and JS how you like. It can be sourced either**
        
            - from local file
            - from url
            - from python string
        
            And it can be placed:
            - as internal content
            - as external file
            - as linked resource.
        
            From single "All in one" HTML file to multi-page documents sharing CSS&JS resources. 
            Yawrap takes care for handling them properly.
        
        * **SVG support**
            Don't care about defining SVG structure, just write its main contents. Yawrap will take care about the whole rest.
            Also typical SVG attributes which are problematic from python keyword-arguments point of view have it's
            convenience feature.
        
        * **Linking local files**
            You can reference local files by passing its absolute path on python side and it will appear under links 
            relative to the current document. And you don't have to `calculate the paths`.  
        
        * **Defining page style and scripts on python class level**
            Page styles can be defined by deriving Yawrap classes. This makes possibility to get the styles 
            shared / inherited / override in well known `pythonic` way.
        
        * **Multi-page structure**
            Define multiple pages (even in complex directory structure) and don't care about the paths. 
            Not existing directories will be automatically created, you just define the path of target file.
        
        * **Automatic navigation**
            That's ultra-nice. **Probably the cutest yawrap's feature.** Create multiple pages and see how yawrap 
            joins them in navigation panel created for each generated page. Everything happens behind the curtains. 
        
            The only one thing you need to do is to care for the navigation's ``CSS`` style (if you don't like the
            default navigation style provided by Yawrap).
        
        * **Bookmarking**
            Create intra-page bookmarks with just one command during document definition and see how they are inserted 
            in correct subsection of the page navigation.
        
Keywords: html generator
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Information Technology
Classifier: Intended Audience :: Science/Research
Classifier: Intended Audience :: System Administrators
Classifier: Intended Audience :: Telecommunications Industry
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
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: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: Programming Language :: Python
Classifier: Topic :: Database :: Front-Ends
Classifier: Topic :: Documentation
Classifier: Topic :: Internet :: WWW/HTTP :: Browsers
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Scientific/Engineering :: Visualization
Classifier: Topic :: Software Development :: Code Generators
Classifier: Topic :: Utilities
