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.