Metadata-Version: 1.0
Name: Postdown
Version: 1.0.0
Summary: Generate markdown API document from Postman.
Home-page: https://github.com/TitorX/Postdown
Author: Titor
Author-email: sun.qd.china@outlook.com
License: UNKNOWN
Description: Postdown
        ========
        
        |Python Version| |PyPI version|
        
          *Generate markdown API document from Postman.*
        
        Installation
        ------------
        
        .. code:: shell
        
          pip install postdown
        
        
        Usage
        -----
        
        Export your collection from Postman(Only support to Collection v2 for now).
        You could get a JSON file.
        
        .. code:: shell
        
          postdown xxx.json xxx.md
        
        
        And you will get your API document which is markdown formatting.
        
        
        
        
        
        .. |Python Version| image:: https://img.shields.io/badge/python-2&3-brightgreen.svg?style=flat-square
          :target: https://pypi.python.org/pypi/Postdown
        .. |PyPI version| image:: https://img.shields.io/pypi/v/Postdown.svg?style=flat-square
          :target: https://pypi.python.org/pypi/Postdown
        
Platform: UNKNOWN
