flask-rst icon indicating copy to clipboard operation
flask-rst copied to clipboard

Create a website from simple reStructuredText files

Flask-rst

Flask-rst is simple python tool to create a website from a source of reStructuredText.

Install

The installation is thanks to the Python Package Index and pip really simple.

::

pip install flask-rst

If you only can use easy_install than use

::

easy_install flask-rst

Flask-rst requires to run some packages (they will be installed automatically if they not already installed):

  • Flask
  • Flask-Script
  • docutils
  • PyYAML