Skip to main content

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


Download files

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

Source Distribution

replicPy-0.1.1.tar.gz (4.1 kB view hashes)

Uploaded Source

Built Distribution

replicPy-0.1.1-py3-none-any.whl (4.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