Metadata-Version: 2.1
Name: pioreactor
Version: 23.9.17rc0
Summary: The core Python app of the Pioreactor. Control your bioreactor through Python.
Home-page: https://github.com/pioreactor/pioreactor
Author: Pioreactor
Author-email: hello@pioreactor.com
License: MIT
Keywords: microbiology,bioreactor,turbidostat,raspberry pi,education,research
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: System :: Hardware
Classifier: Intended Audience :: Science/Research
Classifier: Intended Audience :: Education
Classifier: Development Status :: 5 - Production/Stable
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: click ==8.1.6
Requires-Dist: paho-mqtt ==1.6.1
Requires-Dist: psutil ==5.9.5
Requires-Dist: sh ==1.14.3
Requires-Dist: JSON-log-formatter ==0.5.1
Requires-Dist: colorlog ==6.7.0
Requires-Dist: msgspec ==0.18.1
Requires-Dist: diskcache ==5.6.1
Requires-Dist: wheel ==0.38.4
Requires-Dist: crudini ==0.9.4
Provides-Extra: leader
Requires-Dist: zeroconf ==0.64.1 ; extra == 'leader'
Requires-Dist: flask ==2.2.2 ; extra == 'leader'
Requires-Dist: flup6 ==1.1.1 ; extra == 'leader'
Requires-Dist: python-dotenv ==0.21.0 ; extra == 'leader'
Requires-Dist: huey ==2.4.5 ; extra == 'leader'
Provides-Extra: leader_worker
Requires-Dist: zeroconf ==0.64.1 ; extra == 'leader_worker'
Requires-Dist: flask ==2.2.2 ; extra == 'leader_worker'
Requires-Dist: flup6 ==1.1.1 ; extra == 'leader_worker'
Requires-Dist: python-dotenv ==0.21.0 ; extra == 'leader_worker'
Requires-Dist: huey ==2.4.5 ; extra == 'leader_worker'
Requires-Dist: RPi.GPIO ==0.7.1 ; extra == 'leader_worker'
Requires-Dist: adafruit-circuitpython-ads1x15 ==2.2.12 ; extra == 'leader_worker'
Requires-Dist: DAC43608 ==0.2.7 ; extra == 'leader_worker'
Requires-Dist: TMP1075 ==0.2.1 ; extra == 'leader_worker'
Requires-Dist: rpi-hardware-pwm ==0.1.4 ; extra == 'leader_worker'
Requires-Dist: plotext ==5.2.8 ; extra == 'leader_worker'
Provides-Extra: worker
Requires-Dist: RPi.GPIO ==0.7.1 ; extra == 'worker'
Requires-Dist: adafruit-circuitpython-ads1x15 ==2.2.12 ; extra == 'worker'
Requires-Dist: DAC43608 ==0.2.7 ; extra == 'worker'
Requires-Dist: TMP1075 ==0.2.1 ; extra == 'worker'
Requires-Dist: rpi-hardware-pwm ==0.1.4 ; extra == 'worker'
Requires-Dist: plotext ==5.2.8 ; extra == 'worker'

<img src="https://user-images.githubusercontent.com/884032/101398418-08e1c700-389c-11eb-8cf2-592c20383a19.png" width="250">
<br />


[![CI](https://github.com/Pioreactor/pioreactor/actions/workflows/ci.yaml/badge.svg)](https://github.com/Pioreactor/pioreactor/actions/workflows/ci.yaml)

The Pioreactor is an open-source, affordable, and extensible bioreactor platform. The goal is to enable biologists, educators, DIYers, biohackers, and enthusiasts to be able to reliably control and study microorganisms.

We hope to empower the next generation of builders, similar to the Raspberry Pi's influence on our imagination (in fact, at the core of our hardware _is_ a Raspberry Pi). However, the builders in mind are those who are looking to use biology, or computer science, or both, to achieve their goals. For research, the affordable price point enables fleets of Pioreactors to study large experiment spaces. For educators and students, the Pioreactor is a learning tool to study a wide variety of microbiology, electrical engineering, and computer science principles. For enthusiasts, the control and extensibility of the Pioreactor gives them a platform to build their next project on-top of.



### Where can I get one?

Purchase [on our website](https://pioreactor.com/).

### Documentation

All the documentation is [available on our docs site](https://docs.pioreactor.com/).
