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
Install Python
install setuptools (includes easy_install)
install virtualenv easy_install virtualenv
Create a new virtual environement virtualenv pysmvttest-venv –no-site-packages
install pysmvt & dependencies easy_install pysmvt or pip install pysmvt
Steps for creating a working application
cd pysmvttest-venv
mkdir src
cd src
pysmvt project myapp
- 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.
cd myapp-dist
python setup.py -q develop
nosetests you should get three succesful tests
cd myapp
pysmvt serve <user> run a development http server with the user’s settings profile
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
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
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
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6103f3bacda3239378bdbb4900f8c979bd18f05bb6a53aeee5e0631cefe77f64 |
|
MD5 | 9a19bd8fb5ca0aadcac22f860a974691 |
|
BLAKE2b-256 | 08f4a050161a4f2b504c245746096c16b9026f69bfd4142c4e4e4599da3ec07f |