A pysmvt supporting application
Project description
Introduction
pysapp is a library designed as a “supporting application” for pysmvt applications.
Example applications will be avilable soon, for now, please follow the steps below to get your own default application up and running.
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 pysapp & dependencies easy_install pysapp
Steps for creating a working application
Note: the pysmvt command is installed when you install pysapp, which has pysmvt as a requirement.
cd myproj-staging
mkdir src
cd src
pysmvt project -t pysapp <myapp> replace <myapp> with your project name
answer the questions that come up
write down “Login Details”, referred to hereafter as <user> & <pass>
cd <myapp>-dist
python setup.py -q develop
cd <myapp>
pysmvt broadcast initdb setup the database tables
pysmvt broadcast initdata <user> put basic data in the database, use the settings profile for your user
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 pysapp tip is installable via easy_install with easy_install pysapp==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 pysapp-0.2.tar.gz
.
File metadata
- Download URL: pysapp-0.2.tar.gz
- Upload date:
- Size: 98.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2440235387df5e14bbae8d0ac4dfc0f33c2279d3e3fca15c7f1e7295fac03fd9 |
|
MD5 | dbfabaeeffa8ab4edd81160d077563ad |
|
BLAKE2b-256 | 1cf5453d8440c1568a6f1c1bff29833c61ccbe86fe4889018bd03dd2457517d0 |