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
Release history Release notifications | RSS feed
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 details)
Built Distribution
tero-1.0.0-py3-none-any.whl
(220.8 kB
view details)
File details
Details for the file tero-1.0.0.tar.gz
.
File metadata
- Download URL: tero-1.0.0.tar.gz
- Upload date:
- Size: 179.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.12
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 943752635f788160b891f2f10eff6619e008ae65248c4c609f2f5d0fda23a681 |
|
MD5 | 477e90679d0a77304afd9637cf214b54 |
|
BLAKE2b-256 | c1df011013106ec5f5b03ead5a30aa3271347a1e8f09bbcdea8e7d6e9e52d15f |
File details
Details for the file tero-1.0.0-py3-none-any.whl
.
File metadata
- Download URL: tero-1.0.0-py3-none-any.whl
- Upload date:
- Size: 220.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.12
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | dfc5f0c4d11628ad24130b57228aae51edf9a69c3c5b5c33e8e5c6f7d30e0b0a |
|
MD5 | d69777856b922c5315cf11848b93f4d6 |
|
BLAKE2b-256 | e17cae885df6c4a85dd74545d4046941de72c587d9b60077442552f6c5dc144c |