geonature.utils.module¶
Functions¶
|
|
|
|
|
|
|
Iterate revisions without following depends_on directive. |
|
Return true if at least one revision of the given branch is applied. |
|
|
|
Get the module version from the module_code. We check what python package is installed. |
Module Contents¶
- geonature.utils.module.iterate_revisions(script, base_revision)[source]¶
Iterate revisions without following depends_on directive. Useful to find all revisions of a given branch.
- geonature.utils.module.alembic_branch_in_use(branch_name, directory, x_arg)[source]¶
Return true if at least one revision of the given branch is applied.