Skip to main content

Tool for managing code dependencies in a loosely-coupled way.

Project description

ldm: Loose Dependency Manager

PyPI version Testsuite Python version Project Status Supported Interpreters License

Loose Dependency Manager (or ldm in short) is a tool for managing code dependencies in a loosely-coupled way.

Quick Start

First, install loose-dependency-manager:

pip install loose-dependency-manager

Then, create a ldm.yml file in the root of your project:

schemes:
  lodash:
    uses: github
    with:
      url: https://github.com/lodash/lodash
      ref: main

dependencies:
  clamp: lodash:///src/clamp.ts -> src/utils/clamp.ts
  reset.css: |
    https://cdn.jsdelivr.net/npm/reset-css@5.0.2/reset.min.css
    -> src/styles/reset.css

config:
  parallel:
    workers: 8

Finally, run ldm install to install the dependencies

ldm install

[!NOTE] You can also run ldm install [...dependencies] to install specific dependencies.

ldm install clamp

API Documentation

TODO: description

Contributing

Any contribution is welcome! Check out CONTRIBUTING.md and CODE_OF_CONDUCT.md for more information on how to get started.

License

ldm is licensed under a MIT License.

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

loose_dependency_manager-0.2.1.tar.gz (9.2 kB view hashes)

Uploaded Source

Built Distribution

loose_dependency_manager-0.2.1-py3-none-any.whl (17.8 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