get script shebang
Project description
Installation
$ [sudo] pip install shebang
Examples
>>> import shebang
>>> shebang.get("path/to/file.py")
'/usr/bin/env python'
>>> shebang.get("path/to/file.txt")
None
>>> shebang.get("/bin/ls")
None
$ python -m shebang file.py
/usr/bin/env python
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
shebang-2020.12.3.tar.gz
(1.1 kB
view details)
File details
Details for the file shebang-2020.12.3.tar.gz
.
File metadata
- Download URL: shebang-2020.12.3.tar.gz
- Upload date:
- Size: 1.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.6.0 requests/2.24.0 setuptools/50.3.0 requests-toolbelt/0.9.1 tqdm/4.50.2 CPython/3.8.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9c9059cd78db5e9fbd181ce3fc5467b931a5581e41020b1b2d7d5341311eefaf |
|
MD5 | 7d7c5899e7d6ee29c24de959e99303c8 |
|
BLAKE2b-256 | f7574adcc7e75f5e948bc5afdc64038ed2d6200bb644122c7052a68bbc570bc5 |