sdispater / mixology

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

What's the best way to use install mixology - here or through poetry? #13

Open Greedquest opened 2 years ago

Greedquest commented 2 years ago

Hey, I noticed that Poetry has a mixology component https://github.com/python-poetry/poetry/tree/master/src/poetry/mixology that looks more up-to-date than this repo (last commit here was a couple of years ago, last commit to that link was a couple of weeks ago).

IIUC you (the maintainer of this project) are the creator of poetry. I'm wondering if you have any advice for me as I'm developing my own package manager for a different programming language and would like to incorporate the mixology and semver sub-packages from Poetry's codebase. Is there a way I can pip/conda install some parts of Poetry's backend to get the up-to-date versions or should I stick to these standalone repos for mixology and poetry-semver that are perfectly functional but no-longer updated?

Thanks, any thoughts much appreciated :) And thanks for open-sourcing this fantastic approach too.