Skip to content

Commit b161093

Browse files
Merge pull request #11 from peterdudfield/typing
Typing
2 parents c08475c + 5d2fe45 commit b161093

28 files changed

Lines changed: 13819 additions & 281 deletions

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ RUN apt-get -qq update && apt-get -qq install -y \
1010
wget \
1111
> /dev/null
1212

13-
RUN pip install --no-cache-dir git+https://github.com/SheffieldSolar/PV_Live-API.git@0.9 > /dev/null
13+
RUN pip install --no-cache-dir git+https://github.com/SheffieldSolar/PV_Live-API.git@0.10 > /dev/null
1414

1515
#RUN pip install --no-cache-dir -r /pv_live/requirements.txt > /dev/null
1616
#COPY . /pv_live/

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# PV_Live
33
A Python implementation of the PV_Live web API. See https://www.solar.sheffield.ac.uk/pvlive/
44

5-
**Latest Version: 0.9**
5+
**Latest Version: 0.10**
66

77
**New! Updated 2021-09-09 to include support for accessing 5 minutely PV_Live outturns.**
88

2.22 KB
Binary file not shown.

docs/build/doctrees/index.doctree

-494 Bytes
Binary file not shown.
103 KB
Binary file not shown.

docs/build/html/.buildinfo

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# Sphinx build info version 1
22
# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done.
3-
config: 85a1aef78bcd9c906fe0bb4274845edd
3+
config: 63562d0c06e8115eb2c773d0b286b9a2
44
tags: 645f666f9bcd5a90fca523b33c5a78b7

0 commit comments

Comments
 (0)