Metadata-Version: 2.4
Name: bmp180
Version: 1.0.0
Summary: Python driver for BMP180 temperature and pressure sensor
Author: Milen Todorov
License: MIT
Project-URL: Homepage, https://gitlab.com/m-todorov
Project-URL: Repository, https://gitlab.com/m-todorov/bmp180
Requires-Python: >=3.7
Description-Content-Type: text/markdown
Requires-Dist: smbus2

# BMP180 Python Driver

Python library for the BMP180 temperature and pressure sensor using I2C.

## Installation

pip install bmp180
