Metadata-Version: 2.1
Name: physh
Version: 0.0.1
Summary: run shell commands with this thin wrapper around the subprocess module
Home-page: https://github.com/CoinBR/physh/tree/master
Author: Pedro 'Coin' Duarte
Author-email: coinbr@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3.6
Classifier: License :: CC0 1.0 Universal (CC0 1.0) Public Domain Dedication
Classifier: Operating System :: POSIX :: Linux
Description-Content-Type: text/markdown

# physh
Run shell commands with this thin wrapper around the Python subprocess module


some info for mes:
I followed these tutorials to:
	create a package: https://python-packaging.readthedocs.io/en/latest/minimal.html
	publish to pip: https://dzone.com/articles/executable-package-pip-install


