Development Environment Wrangler
What is this?
Dew is a dependency manager for C/C++ dependencies. It aims to make dependency management and configuration easier, while keeping out of the way. For each dependency listed in a ‘dewfile’, Dew downloads the source of the dependency, builds it, and installs it’s files in a prefix directory which can be used by your project.
Dew is inspired by Cargo, the defacto package manager and build system for Rust.
Is it stable? Is it a good idea to use this for projects in production?
It’s getting there. Most of the architecture and scope of Dew is hardening, so be sure to check back for a 1.0 release.
Installation
Dew is hosted on PyPI and can be installed with pip.
pip3 install dew-pacman
Note: dew requires python 3.6 and above.
It is recommended to include a requirements.txt file in your dew-using projects specifying the version of dew you are using.
Usage
Check out the following pages for information on how to use dew:
Release files for dew-pacman 0.11.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| dew-pacman-0.11.0.tar.gz | 20.6 kB | Details |
Release files / dew-pacman-0.11.0.tar.gz
| Download URL | dew-pacman-0.11.0.tar.gz |
|---|---|
| Size | 20.6 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
af95db948050f84f48955dcec5acc42a7a301e0225a210decc7288c14194ebb4
|
|
BLAKE2b-256 checksum How to use checksums |
0430e31c2ff27e3aeb8f02e5bd6862559ac21bc57db175a9e8a1eac09126fd67
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.44.1 CPython/3.7.6
|