A collection of classes and commands for automated command line scripting using Python.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
Shawn Davis d72584af67 Updated docs. 3 years ago
docs Updated documentation. 3 years ago
help Updated docs. 3 years ago
sandbox Added support for passing through excluded kwargs so that custom parsers (like django) can be informed of implementation-specific attributes. 3 years ago
scripttease Updated docs. 3 years ago
tests Added support for Context and Variable(s). 4 years ago
.coveragerc Ignored `variables.py` and ``version.py` in test coverage for now. 4 years ago
.gitignore Updated docs. 3 years ago
.status Updated docs. 4 years ago
DESCRIPTION.txt Initial Import 4 years ago
DISTRIBUTING.txt Updated documentation. 3 years ago
LICENSE.txt Initial Import 4 years ago
MANIFEST.in Updated setup. 4 years ago
Makefile Updated makefile to include backup option. 3 years ago
README.markdown Finished initial development and testing. 4 years ago
VERSION.txt Added support for passing through excluded kwargs so that custom parsers (like django) can be informed of implementation-specific attributes. 3 years ago
meta.ini Initial Import 4 years ago
packages.ini Migrated to python-commonkit. 4 years ago
pytest.ini Initial Import 4 years ago
requirements.pip Migrated to python-commonkit. 4 years ago
setup.py Updated dependencies. 3 years ago

README.markdown

Python Script Tease

A collection of classes and commands for automated command line scripting using Python.