PasteCall 0.2
Paste entry point caller
It is a paste script plugin that makes it possible to run custom commands with parameters from console. Example:
$ paster call my.package:callable "first parameter" second_parameter
Optionally it can take a WSGI application config file and load that application
$ paster call my.package:callable --with-config=../production.cfg param1
Note that entry points will only be found if:
the config file is provided and/or
the project has been registered in the environment with
$ python setup.py develop/install/etc
If the callable returns any output it will be printed to stdout.
Git repository can be found at GitHub.com
| File | Type | Py Version | Uploaded on | Size | # downloads |
|---|---|---|---|---|---|
| PasteCall-0.2-py2.5.egg (md5) | Python Egg | 2.5 | 2009-12-08 | 4KB | 594 |
| PasteCall-0.2.tar.gz (md5) | Source | 2009-12-08 | 2KB | 483 | |
| PasteCall-0.2.zip (md5) | Source | 2009-12-08 | 5KB | 503 | |
- Author: Linas JuÅ¡keviÄius
- Keywords: paste call entry point entrypoint entry_point deploy console
- License: MIT
- Package Index Owner: linas
- DOAP record: PasteCall-0.2.xml
