I know there are many JS/CSS minification tools out there, but I'm looking for tools that integrate to my python projects as distutils commands, i.e. something I could configure in the setup.cfg or setup.py file and use with python setup.py <command>.
I already found distwebres which seems interesting but is not officially published. Are there other tools available?
PS: I am only interested by tools that integrate as regular distutils commands, not buildout recipes.