Skip to content

jarus/flask-rst

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages