A sample Python framework
Project description
REPLICPY CREATED BY SUDHEESH S
ReplicPy is a user-friendly Python framework designed to simplify the development of web applications. Inspired by Django, it offers a similar approach but focuses on providing a minimalistic and straightforward syntax. With ReplicPy, developers can quickly build web applications without sacrificing simplicity or flexibility.
Create a "main.py" File and copy past this code
from replicpydemo.core import defaultsetups import sys
if name == "main": ''' Main file ''' defaultsetups(sys.argv)
"urls.py" file
URLLIST = [ ('',function) ]
"View.py"
from replicpy.core import Response,JsonResponse
def index(param):
# do code here!
return Response('index.html',context={key:value})
or
return JsonResponse({key:value})
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.
Source Distribution
Built Distribution
File details
Details for the file replicPy-0.1.1.tar.gz
.
File metadata
- Download URL: replicPy-0.1.1.tar.gz
- Upload date:
- Size: 4.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | eeeb9b7523dc402f705d8b80d96d112a66ecdc1193be284bce70d63799beb088 |
|
MD5 | bdf8e5e6123b55e54727a859f710282c |
|
BLAKE2b-256 | e23f3bea9397059d3f3380012b7c71568bffa1089cbd3bbb6a1374f5a9143a11 |
File details
Details for the file replicPy-0.1.1-py3-none-any.whl
.
File metadata
- Download URL: replicPy-0.1.1-py3-none-any.whl
- Upload date:
- Size: 4.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ed8af54966219e1b600e70931c3c151ae8167c5af9deac5ac1d2d5c0eb88b0c0 |
|
MD5 | 0a94cbd0dab46e986e1e1a69765a9428 |
|
BLAKE2b-256 | 3c9dd61fd244889052788838486458686be8da4a63f9cf03a24c196bb56438e9 |