vovkd / flask-rst

Create a website from simple reStructuredText files

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Create a website from simple reStructuredText files

License:Other