| * `boodler.package` : The package name (mandatory) | | * `boodler.package` : The package name (mandatory) |
| | | |
| * `boodler.version` : The version string (default | | * `boodler.version` : The version string (default |
| `1.0`) | | `1.0`) |
| * `boodler.main` : Name of the Python module in th | | * `boodler.main` : Name of the Python module in th |
| e package file (or `.`). See [package format]. | | e package file (or `.`). See [package format]. |
| * `boodler.api_required` : The boodler API [versio | | * `boodler.api_required` : The boodler API [versio |
| n spec]. (If not present, the package is saying th | | n spec]. (If not present, the package is saying th |
| at it works with all Boodler versions.) | | at it works with all Boodler versions.) |
| * `boodler.requires` : A package name (optionally | | * `boodler.requires` : A package name (optionally |
| followed by a [version spec]). This indicates a de | | followed by a [version spec]). This indicates a de |
| pendency on the given package; it must be installe | | pendency on the given package; it must be installe |
| d for this package to work. If there is no version | | d for this package to work. If there is no version |
| spec, the dependency wants any version (preferabl | | spec, the dependency wants any version (preferabl |
| y the most recent). | | y the most recent). |
| t | * `boodler.requires_exact` : A package name follow | t | * `boodler.requires_exact` : A package name follow |
| ed by a [version number]. This indicates a depende | | ed by a [version number]. This indicates a depende |
| ncy on the given package at a particular version n | | ncy on the given package at a particular version n |
| umber. (This is discouraged, because version specs | | umber. (This is discouraged, because `boodler.requ |
| allow more flexibility.) | | ires` and a [version spec] allows more flexibility |
| | | .) |
| | | |
| ## Dublin Core metadata terms | | ## Dublin Core metadata terms |
| | | |
| Dublin Core is an open standard for labelling meta | | Dublin Core is an open standard for labelling meta |
| data. Metadata entries beginning with `dc.` are Du | | data. Metadata entries beginning with `dc.` are Du |
| blin Core terms. | | blin Core terms. |
| | | |