Welcome

Bento is a packaging tool solution for python softwares, targeted as an alternative to distutils, setuptools, distribute, etc.... Bento philosophy is reproducibility, extensibility and simplicity (in that order).

Bento is under constant development. The main implemented features are

  • Declarative description of your package. Metadata and package content are described in a simple format.
  • Flexible installation scheme: you can install any file anywhere.
  • Layered internal architecture: core functionalities, command line interface are clearly separated: bento is designed as a library from the ground-up.
  • Hackable and extensible: bento is designed to be extensible: commands are not hardly coupled, and new ones can be inserted between existing ones without the need for monkey-patching.
  • Scale down: a core principle of bento is to make software easier to package, and avoid too many choices for packages with simple needs.
  • Scale up: on the other hand, bento is designed for complex packages. Bento is already capable to build numpy and scipy with less code than distutils.
  • Distutils Compatibility Layer: bento can convert an existing distutils package into the bento format. Bento packages can be installed with tools which normally expect a setup.py (pip, easy_install, etc...).

User Sections

Bento development

Indices and Tables

Project Versions

Download

Current version: 0.1-git6d958a72eb

Download bento from the github project page (but first take a look at the install page).

For details on what's new, see the detailed version history.

Support

Requests for help should be directed to the Bento mailing list.

You can file bugs, patches and feature requests on the bento bug tracker, but it is a good idea to also drop us a note on the Bento mailing list.

License

The bento module is released under the BSD license. See the license page for details.