Skip to main content

Configures development machines to cloud resources

Project description

Drop is an inter-project dependencies tool that binds functionality of source control systems, autoconf scripts, make and package managers.

There are a lot of tools orchestration and deployment to production but very few tools to help someone configure a machine for development. dws is just a tool.

At its core, dws helps to run multiple sequences of dev commands in topological order. ex:

git clone _repo-1_
./configure
make
make install
git clone _repo-2_
./configure
make
make install

is replaced by a single command:

dws build _myproject-and-prerequisites_.xml

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

tero-1.0.0.tar.gz (179.4 kB view hashes)

Uploaded Source

Built Distribution

tero-1.0.0-py3-none-any.whl (220.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