.gitattributes
.gitignore
CODE_OF_CONDUCT.md
CONTRIBUTING.md
LICENSE
MANIFEST.in
README.md
THANKS.md
TODO.md
requirements.txt
setup.cfg
setup.py
.github/dependabot.yml
.github/ISSUE_TEMPLATE/bug_report.md
.github/ISSUE_TEMPLATE/feature_request.md
docs/index.md
docs/install.md
docs/notes.md
docs/smart_features.md
docs/testimonials.md
docs/usage.md
docs/assets/favicon.png
docs/assets/logo.png
docs/css/custom.css
docs/js/gif_script.js
images/autocomplete example with ambiguity.gif
images/autocomplete example.gif
images/error handling.gif
images/pypi --install-completion.gif
images/pypi --show-completion.gif
images/pypi browse alligned.gif
images/pypi browse but cancel.gif
images/pypi browse.gif
images/pypi desc github.gif
images/pypi desc.gif
images/pypi info with classifiers.gif
images/pypi info.gif
images/pypi largest-files.gif
images/pypi rsearch.gif
images/pypi search with page.gif
images/pypi search.gif
images/pypi version with installed version limit 5.png
images/pypi version with no pre releases and installed version limit 1.png
images/pypi version with no pre releases and installed version limit 5.png
images/pypi version with package.png
images/pypi version without package.png
images/pypi wheels.gif
images/smart_alias.png
images/wheel.png
pypi_cli/__init__.py
pypi_cli/__main__.py
pypi_command_line.egg-info/PKG-INFO
pypi_command_line.egg-info/SOURCES.txt
pypi_command_line.egg-info/dependency_links.txt
pypi_command_line.egg-info/entry_points.txt
pypi_command_line.egg-info/not-zip-safe
pypi_command_line.egg-info/requires.txt
pypi_command_line.egg-info/top_level.txt
tests/__init__.py
tests/conftest.py
tests/requirements.txt
tests/test_browse.py
tests/test_description.py
tests/test_information.py
tests/test_largest_files.py
tests/test_new_packages.py
tests/test_new_releases.py
tests/test_read_the_docs.py
tests/test_regex_search.py
tests/test_releases.py
tests/test_search.py
tests/test_version.py
tests/test_wheels.py