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

Uploaded Source

Built Distribution

pysmvt-0.1-py2.5.egg (129.6 kB view details)

Uploaded Source

File details

Details for the file pysmvt-0.1.zip.

File metadata

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

File hashes

Hashes for pysmvt-0.1.zip
Algorithm Hash digest
SHA256 a196f0676c85056e5a33c7e0c2e6cd18177158f7a6ec5f78847ea08d367decad
MD5 323badc41954e0b2318c641d49a9fc89
BLAKE2b-256 badd992d7c522f01c3c7fd8c785b0030a232cb662f261118a3ed336411e9c99c

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for pysmvt-0.1-py2.5.egg
Algorithm Hash digest
SHA256 64605ae8b37cbbf32126db6e52c5d854679c2bbdb8e20adfd86297d88d4d6b3a
MD5 2280db9ce7178aa989f1fd5f7ba609a4
BLAKE2b-256 36d0547a4dc5bad3d3d29214f83fbdbef279104dafaaf5a24d2427a18ba12f93

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