Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/uranusjr/petpeeve

Resolution and installation toolset.
https://github.com/uranusjr/petpeeve

Last synced: about 1 month ago
JSON representation

Resolution and installation toolset.

Awesome Lists containing this project

README

        

===============================================
Pet Peeve: Resolution and installation toolset.
===============================================

Pet Peeve (PP onwards) is a tool to perform two operations:

* Dependency resolution
* Dependency installation

Being standlone, PP is designed to be injected into an isolated environment,
like this::

PYTHONPATH=$PYTHONPATH:/path/to/src python -m petpeeve

It is therefore designed to require as little dependencies as possible. It
only depends on `pip` and `wheel`, both essential in modern Python executable
contexts, especially virtual environments. pip>=8.1.0 is supported.