Skip to main content

Rapid Development Python Web Framework

Project description

QuickWeb

QuickWeb is a Python Web Application Server based on the production-proved CherryPy Web Framework extended with developer friendly features.

Features

Development

  • Custom static content folders (any folder containing a .static file)
  • Automatic path based routing for templates and controllers, e.g.:
    • /about.html is available as /about
    • /submit.py is available as /submit
  • Zero code Jinja2 template rendering for .html files, that can:
    • Use data from YAML files (name.html < name.yaml)
    • Use HTTP specific data e.g. {{session}}
  • Zero code Markdown files rendering
  • Low code Python controllers
  • Integrated HTTP functional Testing
  • Reload on code changes

Production

Installing

QuickWeb requires Python3.6+ and can run on Windows, Linux or Mac.

Install quickweb using pip:

pip install quickweb

If the installation is succesful the quickweb command will be available, it will allow you to manage quickweb applications from the command line.

Getting Started

Creating your first application

Create your first quickweb app using a bootstrap based template:

quickweb create my-web-app bootstrap-navbar-fixed-top

You will get a my-web-app directory containing a quickweb sample app using the Bootstrap library.

Changing the application content

Check the application directory using your preferred HTML/CSS/JavaScript editor/IDE, edit the the content from the webroot directory as needed.

Starting the application

After making some changes and you can test the application executing:

quickweb run my-web-app

A web server is started using port 8080 on your local system. You can check your application by browsing to http://localhost:8080. If you later change some of the YAML/HTML/CSS/JS, you can check the changes by refreshing the corresponding page on your browser.

Deploying to a cloud platform

When your application is ready for public access you can deploy it to a cloud platform, it has been tested with the following providers:

  • Heroku Cloud Application Platform (deploy with: git push heroku master)
  • IBM Bluemix (deploy with: cf push appname)
  • Other CloudFoundry based provider (deploy with: cf push appname)

It should be able to run from other Cloud Foundry based providers.

NOTES:

  • Check the cloud provider documentation for the web app detailed setup instructions
    • Use the instructions for python web applications setup/deployment
  • The level of support for python based apps will depend on your provider, check it's documentation for details

Contributing

Check the Contributing Guide.

Maintained By

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

quickweb-1.8.0.tar.gz (236.8 kB view hashes)

Uploaded Source

Built Distribution

quickweb-1.8.0-py3-none-any.whl (31.1 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