Skip to main content

A wsgi web framework with a pylons spirit and django modularity

Project description

Introduction

pysmvt is a wsgi web framework library designed in the spirit of Pylons but with Django modularity (i.e. what they would call “apps”).

Steps for Installation

  1. Install Python

  2. install setuptools (includes easy_install)

  3. install virtualenv easy_install virtualenv

  4. Create a new virtual environement virtualenv pysmvttest-venv –no-site-packages

  5. Activate the virtual environment (os dependent)

  6. install pysmvt & dependencies easy_install pysmvt or pip install pysmvt

Steps for creating a working application

  1. cd pysmvttest-venv

  2. mkdir src

  3. cd src

  4. pysmvt project myapp

  5. answer the questions that come up. Note what you put for

    “Enter author (your name)” as <user>. If you forget, look in myapp/settings.py.

  6. cd myapp-dist

  7. python setup.py -q develop

  8. nosetests you should get three succesful tests

  9. cd myapp

  10. pysmvt serve <user> run a development http server with the user’s settings profile

  11. point your browser at http://localhost:5000/

Creating a New Application Module

This step creates a Application Module directory structure in myapp/modules/<mymod>:

pysmvt module <mymod>

where <mymod> is the name of the module you want to create

Questions & Comments

Please visit: http://groups.google.com/group/pyslibs

Current Status

The code stays pretty stable, but the API is likely to change in the future.

The pysmvt tip is installable via easy_install with easy_install pysmvt==dev

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

pysmvt-0.2.tar.gz (53.9 kB view details)

Uploaded Source

File details

Details for the file pysmvt-0.2.tar.gz.

File metadata

  • Download URL: pysmvt-0.2.tar.gz
  • Upload date:
  • Size: 53.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for pysmvt-0.2.tar.gz
Algorithm Hash digest
SHA256 6103f3bacda3239378bdbb4900f8c979bd18f05bb6a53aeee5e0631cefe77f64
MD5 9a19bd8fb5ca0aadcac22f860a974691
BLAKE2b-256 08f4a050161a4f2b504c245746096c16b9026f69bfd4142c4e4e4599da3ec07f

See more details on using hashes here.

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