An open API service indexing awesome lists of open source software.

https://github.com/thombashi/readmemaker

A Python utility library to help make a README file from document files.
https://github.com/thombashi/readmemaker

helper-lib python-library readme

Last synced: 28 days ago
JSON representation

A Python utility library to help make a README file from document files.

Awesome Lists containing this project

README

        

readmemaker
=============
A Python utility library to help make a README file from document files.

.. image:: https://badge.fury.io/py/readmemaker.svg
:target: https://badge.fury.io/py/readmemaker
:alt: PyPI package version

.. image:: https://img.shields.io/pypi/pyversions/readmemaker.svg
:target: https://pypi.org/project/readmemaker
:alt: Supported Python versions

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
============
Python 3.9+

- `path `__