vema

Vema is a solution for developing static web pages, from Python + Flask, which has the basic tools and already configured to focus on the design of the pages.


Keywords
design, flask, python, solution, static, web
License
BSD-3-Clause
Install
pip install vema==0.1.4

Documentation

Vema

Vema is a solution for developing static web pages, from Python + Flask, which has the basic tools and already configured to focus on the design of the pages.

Features

  • Render pages made in HTML or MD.
  • Build static pages, so you only have to upload them to your hosting.
  • Seo optimization.
  • Routes generator.
  • Optimization of the resources of your pages.
  • Free and open-source software

What feature do you miss or would you like to have?

Install

Clone the repository and work with it. Or you can also install it as a package and develop it on your own. https://pypi.org/project/vema/

To install it.

pip install vema

Documentation

Here you can find the project documentation

First steps

You can see the first steps here. First steps