Metadata-Version: 2.1
Name: vema
Version: 0.1.4
Summary: 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.
Home-page: https://github.com/episuarez/vema
Author: Epifanio Suárez Martínez
Author-email: episuarez@pm.es
License: BSD
Platform: any
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Description-Content-Type: text/markdown
License-File: LICENSE

# 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.

```python
pip install vema
```

## Documentation

Here you can find the [project documentation](https://github.com/episuarez/vema/wiki)

## First steps

You can see the first steps here. [First steps](https://github.com/episuarez/vema/wiki#how-to-start)


