Skip to content

Latest commit

 

History

History
27 lines (15 loc) · 580 Bytes

README.md

File metadata and controls

27 lines (15 loc) · 580 Bytes

Sakura V1 - Harpie 🍒

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

⏬ Install

pip install git+https://gitlab.com/Louciole/sakura.git/

🤓 Learn

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

👼 Create new project

git clone git@gitlab.com:Louciole/emptysakura.git

📁 Build from sources

python3 -m pip install --upgrade build

python3 -m build

pip install PATH-TO-HERE/dist/sakura-0.1.2-py3-none-any.whl

🕰️ LEGACY

If you care about the cherrypy version please look to the v0 branch