Skip to main content

Optional modules for web.py framework.

Project description

Optional extensions for web.py framework.

Install

Use pip:

pip install web.py-modules

or do it manualy:

wget https://github.com/PetrHoracek/webpy-modules/archive/v0.1.1.tar.gz
tar -zxvf web.py-modules-v0.1.1.tar.gz
cd web.py-modules-v0.1.1
python setup.py install

or just download package and paste webmod folder into your project.

Usage

This package contains independent modules which you can import to your project. Of course it’s dependent on web.py package.

import webmod
from webmod import modulename, othermodulename

You can find details in docs.

  • auth - handles basic requirements for users and access rights management.

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

web.py-modules-v0.1.1.tar.gz (8.0 kB view hashes)

Uploaded Source

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