jellyserve

simple python web framework with support for .svelte files


Keywords
framework, python, svelte, web
License
GPL-3.0
Install
pip install jellyserve==0.2.0

Documentation

JellyServe

JellyServe is a simple and flexible web framework written in Python with native support for .svelte files.

What works?

  • Routing (dynamic routes, matchers, etc.)
  • Svelte file compilation and population
  • Simple database integration (alpha)
  • Messages (simpler websockets)

What does not work/is planned?

  • Testing utility
  • Wiki through GitHub Wikis

The code is spaghetti. But it works. Maybe i will rewrite it in the future.