Skip to content

kaukas/PasteCall

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Paste Call

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.

Mercurial repository can be found at GitHub.com

About

A paste plugin that adds a `call` command. You can call the specified entry points optionally with a wsgi config file.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages