Skip to main content

Manage Evergreen modules locally.

Project description

Evergreen Module Manager

Manage Evergreen modules in your local environment.

PyPI - Python Version PyPI

Table of contents

  1. Description
  2. Dependencies
  3. Installation
  4. Usage
  5. Contributor's Guide
  6. Resources

Description

The evg-module-manager is a tool to help improve the local workflows of working with modules in your evergreen projects. It will help you keep any modules defined in your local project in sync. It supports the following functionality:

  • List what modules are defined in the local project.
  • List what modules are currently active in your local repo.
  • Clone a module repository.
  • Enable/disable modules in your local repo.
  • Create an evergreen patch build that includes changes from the local patch build and all enabled modules.
  • Submit a changes to the commit-queue that includes changes from the local patch build and all enabled modules.

Dependencies

Installation

We strongly recommend using a tool like pipx to install this tool. This will isolate the dependencies and ensure they don't conflict with other tools.

$ pipx install evg-module-manager

Usage

See the usage documentation for details about using this tool.

evg-module-manager --help
Usage: evg-module-manager [OPTIONS] COMMAND [ARGS]...

  Evergreen Module Manager is a tool help simplify the local workflows of evergreen modules.

Options:
  --modules-dir PATH      Directory to store module repositories [default='..']
  --evg-config-file PATH  Path to file with evergreen auth configuration
                          [default='/Users/user/.evergreen.yml']
  --evg-project TEXT      Name of Evergreen project [default='mongodb-mongo-master']
  --help                  Show this message and exit.

Commands:
  commit-queue  Submit changes from the base repository and any enabled modules to the...
  create-branch Perform git checkout operation to create the branch.
  disable       Disable the specified module in the current repo.
  enable        Enable the specified module in the current repo.
  git-commit    Perform git commit of changes in each module.
  list-modules  List the modules available for the current repo.
  patch         Create an Evergreen patch with changes from the base repo and any enabled...
  update-branch Perform git merge|rebase operation to update the branch.

Contributor's Guide

Setting up a local development environment

This project uses poetry for setting up a local environment.

git clone ...
cd evg-module-manager
poetry install

linting/formatting

This project uses black and isort for formatting.

poetry run black src tests
poetry run isort src tests

Running tests

This project uses pytest for testing.

poetry run pytest

Automatically running checks on commit

This project has pre-commit configured. Pre-commit will run configured checks at git commit time. To enable pre-commit on your local repository run:

poetry run pre-commit install

Versioning

This project uses semver for versioning.

Please include a description what is added for each new version in CHANGELOG.md.

Code Review

Please open a Github Pull Request for code review.

Deployment

Deployment to pypi is automatically triggered on merges to main.

Resources

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

evg-module-manager-0.1.7.tar.gz (17.1 kB view details)

Uploaded Source

Built Distribution

evg_module_manager-0.1.7-py3-none-any.whl (18.4 kB view details)

Uploaded Python 3

File details

Details for the file evg-module-manager-0.1.7.tar.gz.

File metadata

  • Download URL: evg-module-manager-0.1.7.tar.gz
  • Upload date:
  • Size: 17.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.1.12 CPython/3.9.9 Linux/5.11.0-1021-azure

File hashes

Hashes for evg-module-manager-0.1.7.tar.gz
Algorithm Hash digest
SHA256 b70eb087ef964cf322bc906fc10a64e6e7dd365c4c02634e40c6ebee76a06676
MD5 a878f357df70eb88629bf7da3ccc1484
BLAKE2b-256 6674b3a227579bad03260b3b020c0adac43c47cf0822121afa56c4950d0717e6

See more details on using hashes here.

Provenance

File details

Details for the file evg_module_manager-0.1.7-py3-none-any.whl.

File metadata

  • Download URL: evg_module_manager-0.1.7-py3-none-any.whl
  • Upload date:
  • Size: 18.4 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.1.12 CPython/3.9.9 Linux/5.11.0-1021-azure

File hashes

Hashes for evg_module_manager-0.1.7-py3-none-any.whl
Algorithm Hash digest
SHA256 59aa5e3e4aa6202ed0e99636a598bc8979d6282abfbf97111852b3941d522182
MD5 ba075e028c5ebc7ed7d88355bdfdc031
BLAKE2b-256 537946eccb74f0c69438d695bf5ece07a1af8364b6e967821edf4cf5be5ec9d0

See more details on using hashes here.

Provenance

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page