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”). If you want to try it out it would be best to start with our example application.

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 myproj-staging –no-site-packages

  5. Activate the virtual environment (os dependent)

  6. install pysmvt & dependencies easy_install pysmvt

Steps for creating a working application

  1. cd myproj-staging

  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 for 0.1 is pretty stable. API, however, will be changing in 0.2.

The unstable development version.

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.1.1.zip (84.9 kB view details)

Uploaded Source

Built Distribution

pysmvt-0.1.1-py2.5.egg (132.3 kB view details)

Uploaded Source

File details

Details for the file pysmvt-0.1.1.zip.

File metadata

  • Download URL: pysmvt-0.1.1.zip
  • Upload date:
  • Size: 84.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for pysmvt-0.1.1.zip
Algorithm Hash digest
SHA256 577f13dbc94e5c3b87242950ea1f89c247e391c6bbd9b1143a0fa42218dac452
MD5 0924b83118a7878d18a62d5fe4c8b83c
BLAKE2b-256 685136932625bd0fce773220cdab7d3be30a48cc21ce69f11ae7044054ba3bbd

See more details on using hashes here.

File details

Details for the file pysmvt-0.1.1-py2.5.egg.

File metadata

  • Download URL: pysmvt-0.1.1-py2.5.egg
  • Upload date:
  • Size: 132.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for pysmvt-0.1.1-py2.5.egg
Algorithm Hash digest
SHA256 3fde54f150b42f10d1bf984bd4caac1219781b36b4717b12f1448afd05275bb9
MD5 5f3b3aff32a69e7cef988000e6eaf31f
BLAKE2b-256 d1494375452a5921728a2f39b341525c0c89c97868c9a01d0bdd2c157fa0eae3

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