Skip to main content

Create web applications easily by defining them in JSON format.

Project description

Easy Web App (for Python)

Create web applications easily.

This is a PyPI package for the rest-web-gui framework.

Focus is on web applications (not simple web pages). A lot of plug-ins are available to get a portal it quickly configured:

  • Forms

  • Tables / lists

  • Content: via MediaWiki API, plain HTML views, or help dialogs

  • I/O: control switches/drawer, gauges, graphs, LEDs, displays, …

  • i18n: switch language

  • Maps: POIs, routes, traffic, …

  • Page to page navigation with navigation tabs, menus, links and session data

  • Source code display

  • Security: HTTP Basic authentication or OAuth

This is how it may look like:

https://raw.githubusercontent.com/ma-ha/easy-web-app/master/examples/demo-screen.png

Check out the online demos.

Remark: It is also available as Node.js API package.

Getting started

Prepare:

  1. Create a web application project folder, e.g. mkdir ~/myapp

  2. Create a virtual Python environment for this folder: virtualenv ~/myapp

  3. Change into the project folder and activate the virtual environment: cd ~/myapp; source bin\activate

  4. Install this package: _TBD_

Create first web app with Python:

Create a file, e.g. firstapp.py

# Copyright (c) 2016 ma-ha, The MIT License (MIT)
import webapp

# initialize portal
portal = Portal( 8000, { 'title':'Test' } )

# define a custom web service
portal.addURL( '/greet', 'greet' )
class greet:
    def GET( self ):
        return 'Hello World!'

# start the web server
portal.run()

TODOs

  • [x] First working rest-web-ui integration

  • [x] PyPI package

  • [x] portal.getPage( name )

  • [o] portal.addPage( name, page )

  • [ ] page.addView( def [, config] )

  • [ ] page.addColumnsRow( id, width )

  • [ ] row.addView( def [, config] )

  • [ ] row.addColumnsRow ( id, height )

  • [ ] column.addView ( def [, config] )

  • [ ] column.addRowsColumn ( id, width )

  • [ ] portal.addPage( pageId [, title] [, viewDef] [, viewConfig] ) incl automatic navigation tabs

  • [ ] I/O server and API

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

easy-web-app-0.2.0.tar.gz (5.2 kB view details)

Uploaded Source

File details

Details for the file easy-web-app-0.2.0.tar.gz.

File metadata

  • Download URL: easy-web-app-0.2.0.tar.gz
  • Upload date:
  • Size: 5.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for easy-web-app-0.2.0.tar.gz
Algorithm Hash digest
SHA256 27dcfbdd1784eaea917e0a18373853abb80e08af9878262342fafcfbeba2813d
MD5 e57af36903fc4bb721074ea3539ce8bf
BLAKE2b-256 6ce6400553ee780a6fb54147b79f14f59dd3a52c35ae6b6e947037bc6ddfd5b0

See more details on using hashes here.

Supported by

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