Skip to main content

Paste entry point caller

Project description

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

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

PasteCall-0.2.zip (5.5 kB view hashes)

Uploaded Source

PasteCall-0.2.tar.gz (2.3 kB view hashes)

Uploaded Source

Built Distribution

PasteCall-0.2-py2.5.egg (4.7 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page