izgzhen / runpy

A boring tool that checks your python script before running it

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

runpy

A boring tool that checks your python script before running it

How to use

runpy hello.py

or

#!/usr/bin/env runpy
...

NOTE: only python3 is supported

Download

https://github.com/izgzhen/runpy/releases

# for linux
wget https://github.com/izgzhen/runpy/releases/download/v0.1/runpy-linux
sudo mv runpy-linux /usr/local/bin/runpy
sudo chmod a+x /usr/local/bin/runpy

Build

make init
make
# find runpy in dist

About

A boring tool that checks your python script before running it


Languages

Language:Python 78.7%Language:Makefile 14.1%Language:Shell 7.2%