Generic PubGrub dependency-resolver core
Project Links
Meta
Author: Damian Shaw
Requires Python: >=3.10
Classifiers
Development Status
- 4 - Beta
Programming Language
- Python :: 3
- Python :: 3.10
- Python :: 3.11
- Python :: 3.12
- Python :: 3.13
- Python :: 3.14
Typing
- Typed
nab-resolver
Generic PubGrub dependency resolver, parameterised over a
ResolverProvider protocol. No Python-specific knowledge: this
package is a SAT-style solver core. The Python provider lives in
nab-python and the
user-facing CLI in nab.
When to use it
Use nab-resolver when you are building some kind of package
resolver, Python or otherwise.
The public API is the Resolver class plus the
ResolverProvider protocol, the Range and Term types, and the
ResolutionError exception. Everything else is internal.
0.0.12
Jul 31, 2026
0.0.11
Jul 19, 2026
0.0.10
Jul 19, 2026
0.0.9
Jul 17, 2026
0.0.8
Jul 11, 2026
0.0.7
Jul 06, 2026
0.0.6
Jul 03, 2026
0.0.5
Jun 13, 2026
0.0.4
May 31, 2026
0.0.3
May 25, 2026
0.0.2
May 15, 2026
0.0.1
May 15, 2026
Wheel compatibility matrix
Files in release
Extras:
None
Dependencies:
typing-extensions
(>=4.6)