File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22
33[ ![ Build Status] ( https://travis-ci.com/pimoroni/sgp30-python.svg?branch=master )] ( https://travis-ci.com/pimoroni/sgp30-python )
44[ ![ Coverage Status] ( https://coveralls.io/repos/github/pimoroni/sgp30-python/badge.svg?branch=master )] ( https://coveralls.io/github/pimoroni/sgp30-python?branch=master )
5- [ ![ PyPi Package] ( https://img.shields.io/pypi/v/sgp30.svg )] ( https://pypi.python.org/pypi/sgp30 )
6- [ ![ Python Versions] ( https://img.shields.io/pypi/pyversions/sgp30.svg )] ( https://pypi.python.org/pypi/sgp30 )
5+ [ ![ PyPi Package] ( https://img.shields.io/pypi/v/pimoroni- sgp30.svg )] ( https://pypi.python.org/pypi/pimoroni- sgp30 )
6+ [ ![ Python Versions] ( https://img.shields.io/pypi/pyversions/pimoroni- sgp30.svg )] ( https://pypi.python.org/pypi/pimoroni- sgp30 )
77
88# Installing
99
1010Stable library from PyPi:
1111
12- * Just run ` sudo pip install sgp30 `
12+ * Just run ` sudo pip install pimoroni- sgp30 `
1313
1414Latest/development library from GitHub:
1515
Original file line number Diff line number Diff line change 1+ # SGP30 Gas Sensor
2+
3+ [ ![ Build Status] ( https://travis-ci.com/pimoroni/sgp30-python.svg?branch=master )] ( https://travis-ci.com/pimoroni/sgp30-python )
4+ [ ![ Coverage Status] ( https://coveralls.io/repos/github/pimoroni/sgp30-python/badge.svg?branch=master )] ( https://coveralls.io/github/pimoroni/sgp30-python?branch=master )
5+ [ ![ PyPi Package] ( https://img.shields.io/pypi/v/pimoroni-sgp30.svg )] ( https://pypi.python.org/pypi/pimoroni-sgp30 )
6+ [ ![ Python Versions] ( https://img.shields.io/pypi/pyversions/pimoroni-sgp30.svg )] ( https://pypi.python.org/pypi/pimoroni-sgp30 )
7+
8+ # Installing
9+
10+ Stable library from PyPi:
11+
12+ * Just run ` sudo pip install pimoroni-sgp30 `
13+
14+ Latest/development library from GitHub:
15+
16+ * ` git clone https://github.com/pimoroni/sgp30-python `
17+ * ` cd sgp30-python `
18+ * ` sudo ./install.sh `
19+
20+
21+ # Changelog
22+ 0.0.1
23+ -----
24+
25+ * Initial Release
Original file line number Diff line number Diff line change 11# -*- coding: utf-8 -*-
22[metadata]
3- name = sgp30
3+ name = pimoroni- sgp30
44version = 0.0.1
55author = Philip Howard
66author_email = phil@pimoroni.com
7- description = Driver for the GSP30 Gas Sensor
7+ description = Driver for the SGP30 Gas Sensor
88long_description = file: README.md
99long_description_content_type = text/markdown
1010keywords = Raspberry Pi
You can’t perform that action at this time.
0 commit comments