python-launcher 0.10.0

The Python launcher for UNIX
Documentation
[package]
name = "python-launcher"
description = "The Python launcher for UNIX"
version = "0.10.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]
codecov = { repository = "brettcannon/python-launcher" }
maintenance = { status = "experimental" }

[dependencies]
exitcode = "1.1.2"
human-panic = "1.0.3"
nix = "0.14.1"

[dev-dependencies]
serial_test = "0.4.0"
serial_test_derive = "0.4.0"
tempfile = "3.1.0"
test-case = "1.0.0"

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