dark-enstein / pype

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

simple python script to check if a package exists on pypi or not in an ubuntu ci environment

pype requires the python version on the ci environment to be python3

usage: sh setup.sh; pype <package-name>''

the exit code returned identifies the status of the package

Exit code Meaning
0 Package exists in Pypi
1 Package doesn't exist

About


Languages

Language:Shell 60.3%Language:Python 39.7%