vector-of-bool / versol

A Python library for generic dependency resolution

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

versol

versol is a Python library that implements a generic dependency solver based on the PubGrub algorithm.

This is alpha-quality software. Don't depend on it for anything important!

Basic Usage

The versol package is small and easily discoverable. The main modules of interest being:

  • versol.solve exposes the generic solve() function.
  • versol.report exposes a generate_report function that can be used to generate diagnostic reports when dependency resolution fails.

About

A Python library for generic dependency resolution

License:MIT License


Languages

Language:Python 99.4%Language:Makefile 0.6%