sdispater / mixology

A generic dependency-resolution library written in pure Python
MIT License
79 stars 11 forks source link

Introduce PackageSource abstract base class #11

Closed stefanoborini closed 2 years ago

stefanoborini commented 4 years ago

Extracts the abstract base class to make it more evident what are the implementation requirements are. Preserved the old PackageSource class for backward compatibility.

Python 2.7 breakage is not likely to matter at this point.