a3d15b2c60
py.cleanup # remove "*.pyc" and "*$py.class" (jython) files py.cleanup -e .swp -e .cache # also remove files with these extensions py.cleanup -s # remove "build" and "dist" directory next to setup.py files py.cleanup -d # also remove empty directories py.cleanup -a # synonym for "-s -d -e 'pip-log.txt'" py.cleanup -n # dry run, only show what would be removed --HG-- branch : trunk |
||
---|---|---|
bin | ||
bin-for-dist | ||
contrib | ||
doc | ||
hacking | ||
py | ||
testing | ||
.hgignore | ||
.hgtags | ||
AUTHORS | ||
CHANGELOG | ||
ISSUES.txt | ||
LICENSE | ||
MANIFEST.in | ||
README.txt | ||
conftest.py | ||
distribute_setup.py | ||
setup.py |
README.txt
The py lib is a Python development support library featuring the following tools and modules: * py.test: tool for distributed automated testing * py.code: dynamic code generation and introspection * py.path: uniform local and svn path objects For questions and more information please visit http://pylib.org