Metadata-Version: 2.1
Name: brewblox-ctl
Version: 0.23.1
Summary: Brewblox management tool
License: GPL-3.0
Author: BrewPi
Author-email: development@brewpi.com
Requires-Python: >=3.5
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Requires-Dist: click (>=7.1.1,<8.0.0)
Requires-Dist: configobj (>=5.0.6,<6.0.0)
Requires-Dist: docker (>=4.3.1,<5.0.0)
Requires-Dist: docker-compose (>=1.26.2,<2.0.0)
Requires-Dist: python-dotenv[cli] (>=0.13.0,<0.14.0)
Requires-Dist: pyyaml (>=5.3.1,<6.0.0)
Requires-Dist: requests (>=2.23.0,<3.0.0)
Requires-Dist: zeroconf (>=0.28.1,<0.29.0)
Description-Content-Type: text/markdown

# BrewBlox CLI management tool

The primary tool for installing and managing BrewBlox. Uses Click.

Install-specific commands are defined in [brewblox-ctl-lib](https://github.com/BrewBlox/brewblox-ctl-lib).

Wraps multiple docker-compose commands to provide a one-stop tool.

Provides the `http` CLI utility tool as a more specific and less cryptic alternative to `curl`.

