Skip to main content

A tiny cli tool to manage PANDORA's dependencies.

Project description

pandoradep is a python tool for easy deployment of PANDORA packages

Install

Via PyPI:

sudo pip install pandoradep

Or clone the code and install it, running:

python setup.py install

Usage

Start working on a repo with

pandoradep get pandora_vision

This will download the pandora_vision repo with all its dependencies.

Fetching dependencies in a workspace

pandoradep fetch

This will scan and fetch all the dependencies from the current directory.

You can also use pandoradep to create rosinstall files.

Init wstool in your workspace:

wstool init .

Scan and write the dependencies to a rosinstall file:

pandoradep scan repo_root_directory > some_file.rosinstall

Install the dependencies, by running:

wstool merge some_file.rosinstall
wstool update

You can find more info about wstool and rosinstall files here.

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

pandoradep-0.3.0.tar.gz (4.9 kB view hashes)

Uploaded Source

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