Skip to main content

A tool for managing python poetry projects

Project description

Realm

Realm is tool for managing multiple poetry projects in the same git repository.

This project is inspired by the lerna project available for JavaScript

Build Status

Requirements

In order to start using realm, you first need to have poetry installed

Commands

  • realm init - Initializes a new realm repo
  • realm install - Executes poetry install on all projects
  • realm ls - Prints all projects managed
  • realm run - Executes a command on all projects
  • realm task - Runs a poe task on all projects containing this task (requires poethepoet)

Filtering

You can set up filters to affect only certain projects

For example, you can install only changed projects

$ realm install --since origin/master

Available filters:

  • --since - Includes only projects changed since the specified ref
  • --scope - Includes only projects that match the given pattern
  • --ignore - Filters out projects that match the given pattern
  • --match - Filters by a field specified in pyproject.toml

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

realm-0.1.0rc0.tar.gz (10.6 kB view hashes)

Uploaded Source

Built Distribution

realm-0.1.0rc0-py3-none-any.whl (16.6 kB view hashes)

Uploaded Python 3

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