A collection of classes and commands for automated command line scripting using Python.
 
 
Shawn Davis 55dbe0e5a8 Added support for passing through excluded kwargs so that custom parsers (like django) can be informed of implementation-specific attributes. 3 years ago
docs Updated documentation. 4 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 Added support for passing through excluded kwargs so that custom parsers (like django) can be informed of implementation-specific attributes. 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. 5 years ago
.gitignore Prepared gitignore for distribution. 5 years ago
.status Updated docs. 5 years ago
DESCRIPTION.txt Initial Import 5 years ago
DISTRIBUTING.txt Updated documentation. 4 years ago
LICENSE.txt Initial Import 5 years ago
MANIFEST.in Updated setup. 5 years ago
Makefile Updated makefile to include backup option. 4 years ago
README.markdown Finished initial development and testing. 5 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 5 years ago
packages.ini Migrated to python-commonkit. 5 years ago
pytest.ini Initial Import 5 years ago
requirements.pip Migrated to python-commonkit. 5 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.