piprun
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 --
# ...
Release files for piprun 0.0.6
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| piprun-0.0.6.tar.gz | 5.4 kB | Details |
Release files / piprun-0.0.6.tar.gz
| Download URL | piprun-0.0.6.tar.gz |
|---|---|
| Size | 5.4 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
55f0ec205db5ec8f3a902d6ba6717c229b52ea939b2eba73ca9ee76db07c7248
|
|
BLAKE2b-256 checksum How to use checksums |
39f80528dd812bcbf5e7229bcdcedb9c31ed79a41bce857b2d1dc148464dca90
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |