GitXplorerGitXplorer
p

zazo

public
80 stars
7 forks
8 issues

Commits

List of commits on branch master.
Verified
d9ea073da8bf31c2a437e16da3b17687c26a73db

Document that this will move into 'pypa' eventually

ppradyunsg committed 5 years ago
Verified
9634f6af5643446318a22997a8a8ccf6fee3c4c2

Use setup.py develop for installation

ppradyunsg committed 6 years ago
Verified
a954d9898f27996bc073df2ce3e070bb6405879d

Fix the little things

ppradyunsg committed 6 years ago
Verified
e8468e58cb8704569bb31c8535f10cd625c18609

Disable uninstall based testing

ppradyunsg committed 6 years ago
Verified
d5f436f222b5b38538ac32f73923af34fffa715c

Install nox on Travis

ppradyunsg committed 6 years ago
Verified
0abc7d6c6ffe7e2f650578f63bffd0950ea848a9

:fire:

ppradyunsg committed 6 years ago

README

The README file for this repository.

zazo

Build Status Checked with mypy

An extensible Dependency Resolver, written in Python. Intended for bringing dependency resolution to pip.

Motivation

The motivation for this project is to make it feasible and easy for user-facing package managers written in Python to do proper dependency resolution.

This project has grown out of a GSoC Project, which aimed to bring proper dependency resolution to pip. Once this package is ready, work will be done to make pip use this instead of its home-grown solution.

Development

This project uses nox extensively.

  • Documentation is built with nox -s docs.
  • Linting and MyPy checking can be done using nox -s lint
  • Tests are run with nox -s test.

Currently, the documentation of this project is non-existent but this shall be rectified once the actual internal details of the package stabilize.

Relationship with PyPA

This project (or the equivalent resolvelib) will move into the PyPA Umberella once it matures.