Le mer. 8 janv. 2020 à 07:02, Kyle Stanley <[email protected]> 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 _______________________________________________ Python-Dev mailing list -- [email protected] To unsubscribe send an email to [email protected] https://mail.python.org/mailman3/lists/python-dev.python.org/ Message archived at https://mail.python.org/archives/list/[email protected]/message/5EYOBOSU6XJYUZRIQ2XX2ICODNA77FBJ/ Code of Conduct: http://python.org/psf/codeofconduct/
