Metadata-Version: 2.4
Name: vesta-web
Version: 1.2.7
Summary: An extensive web framework adding every feature needed for Carbonlab
Project-URL: Homepage, https://gitlab.com/Louciole/vesta
Project-URL: Issues, https://gitlab.com/Louciole/vesta/-/issues
Author-email: Lou !  <lou@carbonlab.dev>
License: # Copyright (C) Carbonlab - All Rights Reserved
        
        * Unauthorized copying of this file, via any medium is strictly prohibited
        * Proprietary
        * Written by Lou ! <lou@carbonlab.dev>
License-File: LICENSE.md
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Internet :: WWW/HTTP
Requires-Python: >=3.8
Requires-Dist: bcrypt
Requires-Dist: colorama
Requires-Dist: configparser
Requires-Dist: dkimpy
Requires-Dist: fastpysgi
Requires-Dist: multipart
Requires-Dist: psycopg
Requires-Dist: pyjwt
Requires-Dist: setuptools
Requires-Dist: websockets
Description-Content-Type: text/markdown

# Vesta V1 - Harpie 🍒

❓ An extensive and fast web framework adding every feature needed for Carbonlab

## ⏬ Install

`pip install git+https://gitlab.com/Louciole/vesta.git/`

## 🤓 Learn

Read the docs from https://louciole.gitlab.io/vesta-docs/

## 👼 Create new project

0. `mkdir myproject && cd myproject`
1. create a virtualenv
2. `pip install git+https://gitlab.com/Louciole/vesta.git/`

3. `vesta init` and follow the CLI instructions

## 📁 Build from sources

`python3 -m pip install --upgrade build`

`python3 -m build`

`pip install PATH-TO-HERE/dist/vesta-1.1.0-py3-none-any.whl`
