https://github.com/activestate/depgraph
Dependency resolution algorithms for Python packages (used in PyPM)
https://github.com/activestate/depgraph
Last synced: about 1 year ago
JSON representation
Dependency resolution algorithms for Python packages (used in PyPM)
- Host: GitHub
- URL: https://github.com/activestate/depgraph
- Owner: ActiveState
- Created: 2010-10-24T00:21:02.000Z (over 15 years ago)
- Default Branch: master
- Last Pushed: 2018-04-13T15:33:04.000Z (about 8 years ago)
- Last Synced: 2025-04-05T04:51:14.413Z (about 1 year ago)
- Language: Python
- Homepage:
- Size: 8.79 KB
- Stars: 16
- Watchers: 52
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
Awesome Lists containing this project
README
depgraph
========
This is the full implementation of dependency algorithm for Python
packages, used in PyPM. It supports setuptools style "requirements"
in that even "extras" are supported.