Metadata-Version: 2.1
Name: cbpi4
Version: 4.4.7
Summary: CraftBeerPi4 Brewing Software
Home-page: http://web.craftbeerpi.com
Author: Manuel Fritsch / Alexander Vollkopf
Author-email: manuel@craftbeerpi.com
License: GPLv3
Project-URL: Documentation, https://openbrewing.gitbook.io/craftbeerpi4_support/
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: typing-extensions>=4
Requires-Dist: aiohttp==3.11.11
Requires-Dist: aiohttp-auth==0.1.1
Requires-Dist: aiohttp-route-decorator==0.1.4
Requires-Dist: aiohttp-security==0.5.0
Requires-Dist: aiohttp-session==2.12.0
Requires-Dist: aiohttp-swagger==1.0.16
Requires-Dist: async-timeout==4.0.3
Requires-Dist: aiojobs==1.2.1
Requires-Dist: aiosqlite==0.17.0
Requires-Dist: cryptography==44.0.0
Requires-Dist: pyopenssl==24.3.0
Requires-Dist: requests==2.32.2
Requires-Dist: voluptuous==0.14.2
Requires-Dist: pyfiglet==1.0.2
Requires-Dist: click==8.1.7
Requires-Dist: shortuuid==1.0.13
Requires-Dist: tabulate==0.9.0
Requires-Dist: aiomqtt==2.2.0
Requires-Dist: inquirer==3.2.4
Requires-Dist: colorama==0.4.6
Requires-Dist: psutil==6.0.0
Requires-Dist: cbpi4gui
Requires-Dist: importlib_metadata
Requires-Dist: numpy==2.0.0
Requires-Dist: pandas==2.2.2

# CraftBeerPi 4

[![Build](https://github.com/PiBrewing/craftbeerpi4/actions/workflows/build.yml/badge.svg)](https://github.com/PiBrewing/craftbeerpi4/actions/workflows/build.yml)
[![GitHub license](https://img.shields.io/github/license/PiBrewing/craftbeerpi4)](https://github.com/PiBrewing/craftbeerpi4/blob/master/LICENSE)
![GitHub issues](https://img.shields.io/github/issues-raw/PiBrewing/craftbeerpi4)
[![GitHub Activity](https://img.shields.io/github/commit-activity/y/PiBrewing/craftbeerpi4.svg?label=commits)](https://github.com/PiBrewing/craftbeerpi4/commits)
![PyPI](https://img.shields.io/pypi/v/cbpi4)
![Happy Brewing](https://img.shields.io/badge/CraftBeerPi%204-Happy%20Brewing-%23FBB117)

<p align="center">
  <img src="https://github.com/PiBrewing/craftbeerpi4-ui/blob/main/cbpi4gui/public/logo192.png?raw=true" alt="CraftBeerPi Logo"/>
</p>

CraftBeerPi 4 is an open source software solution to control the brewing and
fermentation of beer :beer:.

## 📚 Documentation
Instructions on how to install CraftBeerPi and use its plugins is described
in the documentation, that can be found here: [gitbook.io](https://openbrewing.gitbook.io/craftbeerpi4_support/).

### Plugins
Plugins extend the base functionality of CraftBeerPi 4.
You can find a list of available plugins [here](https://openbrewing.gitbook.io/craftbeerpi4_support/master/plugin-installation#plugin-list).

## 🧑‍🤝‍🧑 Contribute
You want to help develop CraftBeerPi4? To get you quickly stated, this repository comes with a preconfigured
development environment. To be able to use this environment you need 2 things installed on your computer:

- docker
- visual studio code (vscode)

To start developing clone this repository, open the folder in vscode and use the _development container_ feature. The command is called _Reopen in container_. Please note that this quick start setup does not work if you want to develop directly on a 32bit raspberry pi os because docker is only available for 64bit arm plattform. Please use the regular development setup for that.

For a more detailed description of a development setup without the _development container_ feature see the documentation page:
[gitbook.io](https://openbrewing.gitbook.io/craftbeerpi4_support/)

### Contributors
Thanks to all the people who have contributed

[![contributors](https://contributors-img.web.app/image?repo=PiBrewing/craftbeerpi4)](https://github.com/PiBrewing/craftbeerpi4/graphs/contributors)
