An open API service indexing awesome lists of open source software.

https://github.com/zshipko/boa


https://github.com/zshipko/boa

Last synced: 10 months ago
JSON representation

Awesome Lists containing this project

README

          

# boa

Meta-package manager for Python built using pip.

# Installation

pip3 install git+https://github.com/zshipko/boa --user

# Usage

Print usage:

boa

Install a package:

boa install $PACKAGE_NAME

List packages and version numbers:

boa list --versions

Update all packages:

boa update