Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/uranusjr/petpeeve
- Owner: uranusjr
- License: isc
- Created: 2018-06-28T17:16:22.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-07-23T11:56:24.000Z (over 6 years ago)
- Last Synced: 2024-10-14T19:42:03.449Z (3 months ago)
- Language: Python
- Homepage:
- Size: 70.3 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- Changelog: news/.gitignore
- License: LICENSE
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 installationBeing 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.