Bento is a packaging tool for Python software that aims to improve upon the existing distutils and setuptools tools. It uses a declarative configuration file called bento.info to describe package metadata and installation scheme. The bento tool provides commands like configure, build, and install via a command line interface. Bento's design principles emphasize flexibility, extensibility, and usability as both a library and standalone tool.