Skip to content

nanvenomous/SysPy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

79 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

About

Syspy is a convient library for spinning up command line tools in python

on test pypi

on github

Testing

python3 -m pytest

Installation

new install from test-pypi

python3 -m pip install -i https://test.pypi.org/simple/ syspy

upgrade the python package

python3 -m pip install --upgrade -i https://test.pypi.org/simple/ syspy

Usage

simply run the following in any python3 script:

from syspy import Shell
from syspy.tools import getInputs, parseOptions

About

general system helpers from python

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages