Skip to main content

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


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

djambe-0.1.0-py3-none-any.whl (2.8 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page