Development Environment Wrangler
Project description
===
**D**\ evelopment **E**\ nvironment **W**\ rangler
What is this?
-------------
Dew is a package manager for C/C++ dependencies. It aims to make dependency management and configuration easier, like
what Cargo does for Rust. 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 that can be used by your project.
What is supported?
------------------
Right now it supports dependencies built with CMake. Later it will support dependencies built with Make.
Is it stable? Is it a good idea to use this for projects in production?
-----------------------------------------------------------------------
lol no
Installing and Usage
--------------------
.. code-block:: bash
pip3 install dew-pacman
python3 -m dew
Run dew in a directory which contains a ``dewfile.json`` file.
Note: dew requires python 3.6 and above.
What does a dewfile look like?
------------------------------
Right now dewfiles look like this. Here is an example of a dewfile requiring the dependency glfw:
.. code-block:: json
{
"dependencies":
[
{
"name": "glfw",
"type": "git",
"url": "git@github.com:glfw/glfw.git",
"ref": "master"
}
]
}
After running dew, glfw will be installed in the ``.dew/install`` prefix directory located in the root of your project
containing the dewfile. You can pass this prefix path into your buildsystem to use all of the installed dependencies.
Better documentation for dewfiles will surface in the future.
Keywords: development build-tools dependencies package-manager c c++ cmake
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Build Tools
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.6
**D**\ evelopment **E**\ nvironment **W**\ rangler
What is this?
-------------
Dew is a package manager for C/C++ dependencies. It aims to make dependency management and configuration easier, like
what Cargo does for Rust. 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 that can be used by your project.
What is supported?
------------------
Right now it supports dependencies built with CMake. Later it will support dependencies built with Make.
Is it stable? Is it a good idea to use this for projects in production?
-----------------------------------------------------------------------
lol no
Installing and Usage
--------------------
.. code-block:: bash
pip3 install dew-pacman
python3 -m dew
Run dew in a directory which contains a ``dewfile.json`` file.
Note: dew requires python 3.6 and above.
What does a dewfile look like?
------------------------------
Right now dewfiles look like this. Here is an example of a dewfile requiring the dependency glfw:
.. code-block:: json
{
"dependencies":
[
{
"name": "glfw",
"type": "git",
"url": "git@github.com:glfw/glfw.git",
"ref": "master"
}
]
}
After running dew, glfw will be installed in the ``.dew/install`` prefix directory located in the root of your project
containing the dewfile. You can pass this prefix path into your buildsystem to use all of the installed dependencies.
Better documentation for dewfiles will surface in the future.
Keywords: development build-tools dependencies package-manager c c++ cmake
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Build Tools
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.6
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
dew-pacman-0.4.0.tar.gz
(12.0 kB
view details)
File details
Details for the file dew-pacman-0.4.0.tar.gz
.
File metadata
- Download URL: dew-pacman-0.4.0.tar.gz
- Upload date:
- Size: 12.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.20.1 setuptools/28.8.0 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/3.6.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 854af4162885d08d4ef1d969ec2d014a2e55fb430fbc9cd3d7773be719570976 |
|
MD5 | 337f007fcb311d55d007fe1de19551d9 |
|
BLAKE2b-256 | 2d30270378ca49f69b077c406713007a8411d93043a528596812721d25fbf0e1 |