The Djambe web framework
Project description
Djambe: Python Web Framework for the future.
Welcome to Djambe, a Python web framework that allows you to use JSX expressions in your applications! With Djambe, you can build dynamic web applications using the Model-View-Controller (MVC) architecture and a SQLite database. Installation
To install Djambe, use pip:
pip install djambe
Usage
To use Djambe in your application, you will need to create PyV (Python View) files that contain your JSX expressions. These PyV files will be rendered by the framework and sent to the client as HTML.
Here is a simple example of a PyV file.
<script> data = { "noun": "World" } </script>To use the MVC architecture with Djambe, you will need to create separate PyV files for your views and controllers. Your controllers will handle the logic of your application and interact with the SQLite database, while your views will contain the JSX expressions that are rendered and sent to the client.
For more information on using Djambe and its MVC architecture, please refer to the documentation:
https://djambe.readthedocs.io/
If you have any questions or need additional help, please don't hesitate to reach out to our support team at support@djambe.com.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.