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
Install Python
install setuptools (includes easy_install)
install virtualenv easy_install virtualenv
Create a new virtual environement virtualenv myproj-staging –no-site-packages
install pysmvt & dependencies easy_install pysmvt
Steps for creating a working application
cd myproj-staging
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 for 0.1 is pretty stable. API, however, will be changing in 0.2.
The unstable development version.
Release files for pysmvt 0.1.1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| pysmvt-0.1.1.zip | 84.9 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| pysmvt-0.1.1-py2.5.egg | Legacy Egg format | - | - | Details |
Total release size: 217.2 kB
Release files / pysmvt-0.1.1.zip
| Download URL | pysmvt-0.1.1.zip |
|---|---|
| Size | 84.9 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
577f13dbc94e5c3b87242950ea1f89c247e391c6bbd9b1143a0fa42218dac452
|
|
BLAKE2b-256 checksum How to use checksums |
685136932625bd0fce773220cdab7d3be30a48cc21ce69f11ae7044054ba3bbd
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
Release files / pysmvt-0.1.1-py2.5.egg
| Download URL | pysmvt-0.1.1-py2.5.egg |
|---|---|
| Size | 132.3 kB |
| Tags | Egg |
|
SHA-256 checksum How to use checksums |
3fde54f150b42f10d1bf984bd4caac1219781b36b4717b12f1448afd05275bb9
|
|
BLAKE2b-256 checksum How to use checksums |
d1494375452a5921728a2f39b341525c0c89c97868c9a01d0bdd2c157fa0eae3
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |