Skip to main content

Specify scripts' PyPI dependencies inline

Project description

piprun lets you specify PyPI packages your script needs inline:

#!/usr/bin/env piprun Flask==0.10.1 --

from flask import Flask
app = Flask(__name__)

# ...

Optionally, specify the Python interpreter path (e.g. for Python 2) as the first argument:

#!/usr/bin/env piprun /usr/bin/python2 Flask==0.10.1 --
# ...

Project details


Download files

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

Source Distribution

piprun-0.0.6.tar.gz (5.4 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