File tree Expand file tree Collapse file tree 9 files changed +41
-98
lines changed
Expand file tree Collapse file tree 9 files changed +41
-98
lines changed Original file line number Diff line number Diff line change 1- # {{TITLE}}
1+ # Enviro pHAT Plus
22
3- [ ![ Build Status] ( https://travis-ci.com/pimoroni/{{LIBNAME}} -python.svg?branch=master )] ( https://travis-ci.com/pimoroni/{{LIBNAME}} -python )
4- [ ![ Coverage Status] ( https://coveralls.io/repos/github/pimoroni/{{LIBNAME}} -python/badge.svg?branch=master )] ( https://coveralls.io/github/pimoroni/{{LIBNAME}} -python?branch=master )
5- [ ![ PyPi Package] ( https://img.shields.io/pypi/v/{{LIBNAME}} .svg )] ( https://pypi.python.org/pypi/{{LIBNAME}} )
6- [ ![ Python Versions] ( https://img.shields.io/pypi/pyversions/{{LIBNAME}} .svg )] ( https://pypi.python.org/pypi/{{LIBNAME}} )
3+ [ ![ Build Status] ( https://travis-ci.com/pimoroni/envirophatplus -python.svg?branch=master )] ( https://travis-ci.com/pimoroni/envirophatplus -python )
4+ [ ![ Coverage Status] ( https://coveralls.io/repos/github/pimoroni/envirophatplus -python/badge.svg?branch=master )] ( https://coveralls.io/github/pimoroni/envirophatplus -python?branch=master )
5+ [ ![ PyPi Package] ( https://img.shields.io/pypi/v/envirophatplus .svg )] ( https://pypi.python.org/pypi/envirophatplus )
6+ [ ![ Python Versions] ( https://img.shields.io/pypi/pyversions/envirophatplus .svg )] ( https://pypi.python.org/pypi/envirophatplus )
77
88# Installing
99
1010Stable library from PyPi:
1111
12- * Just run ` sudo pip install {{LIBNAME}} `
12+ * Just run ` sudo pip install envirophatplus `
1313
1414Latest/development library from GitHub:
1515
16- * ` git clone https://github.com/pimoroni/{{LIBNAME}} -python `
17- * ` cd {{LIBNAME}} -python `
16+ * ` git clone https://github.com/pimoroni/envirophatplus -python `
17+ * ` cd envirophatplus -python `
1818* ` sudo ./install.sh `
1919
Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 11[run]
2- source = {{LIBNAME}}
2+ source = envirophatplus
33omit =
44 .tox/*
Original file line number Diff line number Diff line change @@ -2,4 +2,4 @@ include CHANGELOG.txt
22include LICENSE.txt
33include README.rst
44include setup.py
5- recursive-include {{LIBNAME}} *.py
5+ recursive-include envirophatplus *.py
Original file line number Diff line number Diff line change 1+ Enviro pHAT Plus
2+ ================
3+
4+ |Build Status | |Coverage Status | |PyPi Package | |Python Versions |
5+
6+ Installing
7+ ==========
8+
9+ Stable library from PyPi:
10+
11+ - Just run ``sudo pip install envirophatplus ``
12+
13+ Latest/development library from GitHub:
14+
15+ - ``git clone https://github.com/pimoroni/envirophatplus-python ``
16+ - ``cd envirophatplus-python ``
17+ - ``sudo ./install.sh ``
18+
19+ .. |Build Status | image :: https://travis-ci.com/pimoroni/envirophatplus-python.svg?branch=master
20+ :target: https://travis-ci.com/pimoroni/envirophatplus-python
21+ .. |Coverage Status | image :: https://coveralls.io/repos/github/pimoroni/envirophatplus-python/badge.svg?branch=master
22+ :target: https://coveralls.io/github/pimoroni/envirophatplus-python?branch=master
23+ .. |PyPi Package | image :: https://img.shields.io/pypi/v/envirophatplus.svg
24+ :target: https://pypi.python.org/pypi/envirophatplus
25+ .. |Python Versions | image :: https://img.shields.io/pypi/pyversions/envirophatplus.svg
26+ :target: https://pypi.python.org/pypi/envirophatplus
File renamed without changes.
Original file line number Diff line number Diff line change 3838 'Topic :: System :: Hardware' ]
3939
4040setup (
41- name = '{{LIBNAME}} ' ,
41+ name = 'envirophatplus ' ,
4242 version = '0.0.1' ,
4343 author = 'Philip Howard' ,
444445- description = """{{DESCRIPTION}} """ ,
45+ description = """Enviro pHAT Plus environmental monitoring add-on for Raspberry Pi """ ,
4646 long_description = open ('README.rst' ).read () + '\n ' + open ('CHANGELOG.txt' ).read (),
4747 license = 'MIT' ,
4848 keywords = 'Raspberry Pi' ,
4949 url = 'http://www.pimoroni.com' ,
50- project_urls = {'GitHub' : 'https://www.github.com/pimoroni/{{LIBNAME}} -python' },
50+ project_urls = {'GitHub' : 'https://www.github.com/pimoroni/envirophatplus -python' },
5151 classifiers = classifiers ,
52- packages = ['{{LIBNAME}} ' ],
53- install_requires = []
52+ packages = ['envirophatplus ' ],
53+ install_requires = ['pms5003' , 'ltr559' , 'st7735' ]
5454)
You can’t perform that action at this time.
0 commit comments