Jan. 8, 2020
10:35 a.m.
Le mer. 8 janv. 2020 à 07:02, Kyle Stanley <aeros167@gmail.com> a écrit :
A more generalized Python code search across GitHub of "orderedset" returns ~500k results: https://github.com/search?l=Python&q=orderedset&type=Code .
Sadly this search seems to count how my projects put their virtual environment on GitHub. Example of result: venv/Lib/site-packages/setuptools/_vendor/ordered_set.py It's a vendored copy of the https://pypi.org/project/ordered-set/ project used by setuptools. Libraries.io counts 100 repositories and 20 packages which depend on ordered-set: https://libraries.io/pypi/ordered-set/dependents Victor