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.1.tar.gz (99.2 kB view details)

Uploaded Source

File details

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

File metadata

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

File hashes

Hashes for pysmvt-0.2.1.tar.gz
Algorithm Hash digest
SHA256 b8080240ba30c68892aae1b20ddd935d5d8df0ffd09b87eb8a1bfb6bc381b112
MD5 2e39d58635929c89caf3c1f116d8259d
BLAKE2b-256 fb2dc45bb5017887ced7d3bef8891770410caab22549cec5bafb5497908ff901

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