Skip to content

Commit

Permalink
Merge pull request #11 from peterdudfield/typing
Browse files Browse the repository at this point in the history
Typing
  • Loading branch information
JamieTaylor-TUOS committed Mar 29, 2022
2 parents c08475c + 5d2fe45 commit b161093
Show file tree
Hide file tree
Showing 28 changed files with 13,819 additions and 281 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ RUN apt-get -qq update && apt-get -qq install -y \
wget \
> /dev/null

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

#RUN pip install --no-cache-dir -r /pv_live/requirements.txt > /dev/null
#COPY . /pv_live/
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# PV_Live
A Python implementation of the PV_Live web API. See https://www.solar.sheffield.ac.uk/pvlive/

**Latest Version: 0.9**
**Latest Version: 0.10**

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

Expand Down
Binary file modified docs/build/doctrees/environment.pickle
Binary file not shown.
Binary file modified docs/build/doctrees/index.doctree
Binary file not shown.
Binary file modified docs/build/doctrees/modules.doctree
Binary file not shown.
2 changes: 1 addition & 1 deletion docs/build/html/.buildinfo
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Sphinx build info version 1
# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done.
config: 85a1aef78bcd9c906fe0bb4274845edd
config: 63562d0c06e8115eb2c773d0b286b9a2
tags: 645f666f9bcd5a90fca523b33c5a78b7
Loading

0 comments on commit b161093

Please sign in to comment.