Metadata-Version: 2.1
Name: pybambu
Version: 0.0.2
Summary: A python library to connect to the Bambu Lab X1C over MQTT
Home-page: https://github.com/greghesp/pybambu
Author: Greg Hesp
Author-email: greg.hesp+pybambulab@gmail.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown

# Bambu Labs API Client

## About

This package subscribes to the MQTT Server on the Bambu Labs X1C 3D Printer

## Installation

`pip install pybambu`


## Available Methods

### Connect to the printer
```py
connect()
```

### Listen for events from the printer
```py
subscribe(callback=method)
```

### Disconnect from the printer
```py
disconnect()
```
