Metadata-Version: 1.1
Name: readmemaker
Version: 0.2.0
Summary: 
    Python utility library to support make a README from document files.
    
Home-page: https://github.com/thombashi/readmemaker
Author: Tsuyoshi Hombashi
Author-email: gogogo.vm@gmail.com
License: MIT License
Description: readmemaker
        =============
        Python utility library to support make a README from document files.
        
        .. image:: https://badge.fury.io/py/readmemaker.svg
            :target: https://badge.fury.io/py/readmemaker
        
        Examples
        =============
        
        - https://github.com/thombashi/pathvalidate/blob/master/docs/make_readme.py
            - Output: https://github.com/thombashi/pathvalidate/blob/master/README.rst
        
        - https://github.com/thombashi/pytablewriter/blob/master/docs/make_readme.py
            - Output: https://github.com/thombashi/pytablewriter/blob/master/README.rst
        
        - https://github.com/thombashi/SimpleSQLite/blob/master/docs/make_readme.py
            - Output: https://github.com/thombashi/SimpleSQLite/blob/master/README.rst
        
        
        Installation
        ============
        
        ::
        
            pip install readmemaker
        
        
        Dependencies
        ============
        
        - `path.py <https://github.com/jaraco/path.py>`__
        
Keywords: README
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: Microsoft
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: POSIX
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Software Development :: Libraries :: Python Modules
