Skip to main content
About 'pyojo' app development
-----------------------------

This is yet another framework to help develop web applicattions
with python. The difference is that it is oriented to create
applications with The Dojo Toolkit, trying to facilitate a set
of wrappers to generate the javascript sent to the client and
providing help to work with the AMD loader.

Pyojo provides decorators to set up the route map and assign
some functions or classes to certain URLs, but it also can be
used creating python modules in a folder structure, where the
name of the module defines the content type, and the returned
value of a function named GET, POST, PUT or DELETE is the
response.

The minimal "Hello World":

import pyojo
from pyojo import server

@pyojo.route("/")
def Home():
return "Hello World!"

server.main()


A basic example with javascript:

import pyojo

#Redirect to index.html
@pyojo.route("/")
def Home(request):
return request.static("index.html")

And then a couple of modules at ./srv (the default folder) will
handle this request:

srv/index_html.py:

def GET(request):
return '''<html>
<body><script src='main.js'></body>
</html>'''

srv/main_js.py:

def GET(request):
return "alert('Hello World!');"

But the real power is in the pyojo.js modules, offering a set
of code generation utilities for your Dojo application.

Release files for pyojo 0.0.2

For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.

Source distribution (sdist)

Source distribution for pyojo 0.0.2
File Size Uploaded
pyojo-0.0.2.zip 203.4 kB Details

Built distribution (wheel)

Table of built distributions (wheels) for pyojo 0.0.2
File Interpreter ABI Platform
pyojo-0.0.2-py2.7.egg Legacy Egg format - - Details

Total release size: 433.1 kB

Release files / pyojo-0.0.2.zip

Download URL pyojo-0.0.2.zip
Size 203.4 kB
Tags Source
SHA-256 checksum
How to use checksums
9257563431d117cf3be4cb4dfa7976cc0cefaf70d465a2009e016b01ded631ac
BLAKE2b-256 checksum
How to use checksums
522b6c3c6c2352b15054c3f3fbdfcaf0027ba6a9467aa8c931c98a1cf758e2ca
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No

Release files / pyojo-0.0.2-py2.7.egg

Download URL pyojo-0.0.2-py2.7.egg
Size 229.7 kB
Tags Egg
SHA-256 checksum
How to use checksums
443b2d2ee5086e206ffd0ca489238220d5f18f044df451503a43acb151077934
BLAKE2b-256 checksum
How to use checksums
4c74c2d530d737b6ba3d8d0c2c4e3407430df9d55e59cfab1d3e0173469e3b4d
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No

Release history Release notifications | RSS feed

This release

0.0.2 This release

2 release files

0.0.1

2 release files

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page