.gitignore
.readthedocs.yml
.vars.ini
CHANGELOG.md
CODE_OF_CONDUCT.md
CONTRIBUTING.md
LICENSE
MAINTAINERS.md
MANIFEST.in
Makefile
README.md
check_copyright.sh
pyproject.toml
requirements-dev.txt
requirements.txt
setup.cfg
setup.py
.github/dependabot.yml
.github/workflows/build.yml
docs/api.rst
docs/changelog.rst
docs/code-of-conduct.rst
docs/conf.py
docs/contributing.rst
docs/guide.rst
docs/index.rst
docs/why.rst
docs/_static/custom.css
docs/_static/fbopensource.png
docs/_static/opensource.png
docs/_templates/badges.html
docs/_templates/meta.html
usort/__init__.py
usort/__main__.py
usort/api.py
usort/cli.py
usort/config.py
usort/sorting.py
usort/stdlibs.py
usort/translate.py
usort/types.py
usort/util.py
usort/version.py
usort.egg-info/PKG-INFO
usort.egg-info/SOURCES.txt
usort.egg-info/dependency_links.txt
usort.egg-info/entry_points.txt
usort.egg-info/requires.txt
usort.egg-info/top_level.txt
usort/tests/__init__.py
usort/tests/__main__.py
usort/tests/cli.py
usort/tests/config.py
usort/tests/functional.py
usort/tests/stdlibs.py
usort/tests/translate.py
usort/tests/types.py
usort/tests/util.py