python-launcher 0.13.0

The Python launcher for Unix
Documentation
[package]
name = "python-launcher"
description = "The Python launcher for Unix"
version = "0.13.0"
authors = ["Brett Cannon <brett@python.org>"]
repository = "https://github.com/brettcannon/python-launcher"
readme = "README.md"
license = "MIT"
keywords = ["Python"]
categories = ["command-line-utilities"]
edition = "2018"

[badges]
maintenance = { status = "experimental" }

[dependencies]
exitcode = "1.1.2"
human-panic = "1.0.3"
log = "0.4.14"
nix = "0.19.1"
stderrlog = "0.5.1"

[dev-dependencies]
serial_test = "0.5.1"
serial_test_derive = "0.5.0"
tempfile = "3.2.0"
test-case = "1.1.0"

[[bin]]
name = "py"
path = "src/main.rs"