Metadata-Version: 2.1
Name: fluent-http-apigen
Version: 0.3.0
Summary: App generate HTTP documentation from fluent-http code
Home-page: https://github.com/ICIJ/fluent-http-apigen
Author: Sabrina Sahli, Bruno Thomas
Author-email: sahli.sabrina@gmail.com, bthomas@icij.org
License: LICENSE.txt
Description: About
        =====
        
        .. image:: https://circleci.com/gh/ICIJ/fluent-http-apigen.png?style=shield&circle-token=0d24d3ece1add1d2d22cccafd04c0b0024550a20
           :alt: Circle CI
           :target: https://circleci.com/gh/ICIJ/fluent-http-apigen
        
        
        This is a small tool to generate HTTP API documentation for https://github.com/CodeStory/fluent-http
        
        It generates markdown and provides API documentation like https://github.com/ICIJ/datashare/wiki/Datashare-API
        
        Use
        ---
        
        Install with pip ::
        
           pip install fluent-http-apigen
           apigen <java_source_files>
        
        Develop
        -------
        
        To develop, just run::
        
            virtualenv --python=python3 venv
            source venv/bin/activate
            python setup.py develop
            pip install -e ".[dev]"
            nosetests
        
        To release ::
        
            bumpversion --commit --tag --current-version `python setup.py --version` [major|minor|patch] setup.py
            git push origin master --tags
            python setup.py  sdist bdist_egg upload
        
Keywords: icij,fluent-http,documentation
Platform: UNKNOWN
Classifier: Programming Language :: Python
Provides-Extra: dev
