https://github.com/zshipko/boa
https://github.com/zshipko/boa
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/zshipko/boa
- Owner: zshipko
- License: isc
- Created: 2017-09-22T05:08:11.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2019-03-07T17:03:17.000Z (about 7 years ago)
- Last Synced: 2025-03-16T01:12:45.463Z (about 1 year ago)
- Language: Python
- Size: 8.79 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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