CLI interface for otlet, the PyPI Web API wrapper


License
MIT
Install
pip install otlet-cli==1.0.0rc5

Documentation

otlet_cli readme image
CLI tool for querying the Python Packaging Index using Otlet.

license-mit github-issues github-pull-requests pypi-python-versions pypi-package-version

Installing

Otlet-cli can be installed from pip using the following command:

pip install -U otlet-cli

To install from source, please see the INSTALLING file.

Usage

Get info about a particular package:

otlet sampleproject

Or a specific version:

otlet django 4.0.6

Check out all available releases for a package:

otlet releases tensorflow

List all available wheels:

otlet download torch -l

Then download a wheel for Python 3.9 on x86_64 macOS:

otlet download torch -w "python_tag:3.9,platform_tag:macosx*x86_64"

And more... just run:

otlet --help

Contributing

If you notice any issues, or think a new feature would be nice, feel free to open an issue.