Metadata-Version: 1.1
Name: webtest-docgen
Version: 0.3.3
Summary: Generate RESTful API documentation from webtest tests
Home-page: http://github.com/meyt/webtest-docgen
Author: Mahdi Ghane.g
Author-email: UNKNOWN
License: GPLv3
Description: ==============
        webtest_docgen
        ==============
        
        .. image:: https://travis-ci.org/meyt/webtest-docgen.svg?branch=master
            :target: https://travis-ci.org/meyt/webtest-docgen
        
        .. image:: https://coveralls.io/repos/github/meyt/webtest-docgen/badge.svg?branch=master
            :target: https://coveralls.io/github/meyt/webtest-docgen?branch=master
        
        Generate documentation from `webtest <https://docs.pylonsproject.org/projects/webtest/en/latest/>`_ tests.
        
        
        Story
        -----
        It's always annoying me to build documentation and keep it up to date,
        surly, there is many documentation tools i can choose,
        after all i reviewed some of these tools, and one thing is common!
        all of these has own way and you must learn and add some extra files
        beside of your application.
        
        Inspired by pylover`s restfulpy there is an idea!
        Say Hi to tests, and get your documentation duration of running tests.
        yea, it's awesome, but restfulpy not for a single reason and have own ecosystem
        to do things.
        
        I wanna to improve that's idea independently, with help of RAML 0.8 syntax.
        webtest_docgen respect to your tests already written by webtest.
Keywords: api_documentation api document_generator raml_client_builder
Platform: UNKNOWN
Classifier: Development Status :: 1 - Planning
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: POSIX :: Linux
Classifier: Operating System :: Unix
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Topic :: Software Development :: Documentation
Classifier: Topic :: Documentation
Classifier: Topic :: Software Development :: Build Tools
