https://github.com/uralbash/pylons_yapsy_plugin
Show how to use plugin system in Pylons with yapsy
https://github.com/uralbash/pylons_yapsy_plugin
Last synced: about 1 month ago
JSON representation
Show how to use plugin system in Pylons with yapsy
- Host: GitHub
- URL: https://github.com/uralbash/pylons_yapsy_plugin
- Owner: uralbash
- Created: 2012-02-27T06:57:45.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2012-02-27T07:02:29.000Z (over 14 years ago)
- Last Synced: 2024-04-18T12:55:21.497Z (about 2 years ago)
- Language: Python
- Homepage: http://www.uralbash.ru/2012/02/pylons-yapsy.html
- Size: 379 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.txt
Awesome Lists containing this project
README
This file is for you to describe the pylons_yapsy_plugin application. Typically
you would include information such as the information below:
Installation and Setup
======================
Install ``pylons_yapsy_plugin`` using easy_install::
easy_install pylons_yapsy_plugin
Make a config file as follows::
paster make-config pylons_yapsy_plugin config.ini
Tweak the config file as appropriate and then setup the application::
paster setup-app config.ini
Then you are ready to go.