A "Best of the Best Practices" (BOBP) guide to developing in Python.
- "Build tools for others that you want to be built for you." - Kenneth Reitz
- "Simplicity is alway better than functionality." - Pieter Hintjens
| Dir { | |
| ArchiveDir "./debian"; | |
| CacheDir "./cache"; | |
| }; | |
| Default { | |
| Packages::Compress ". gzip bzip2"; | |
| Sources::Compress ". gzip bzip2"; | |
| Contents::Compress ". gzip bzip2"; | |
| }; | |
| TreeDefault { |