pygazpar 1.3.0a15__tar.gz → 1.3.0a25__tar.gz

Sign up to get free protection for your applications and to get access to all the features.
Files changed (35) hide show
  1. {pygazpar-1.3.0a15/pygazpar.egg-info → pygazpar-1.3.0a25}/PKG-INFO +15 -10
  2. {pygazpar-1.3.0a15 → pygazpar-1.3.0a25}/README.md +1 -3
  3. {pygazpar-1.3.0a15 → pygazpar-1.3.0a25}/pygazpar/datasource.py +528 -522
  4. {pygazpar-1.3.0a15 → pygazpar-1.3.0a25}/pygazpar/excelparser.py +138 -136
  5. pygazpar-1.3.0a25/pygazpar/version.py +1 -0
  6. {pygazpar-1.3.0a15 → pygazpar-1.3.0a25/pygazpar.egg-info}/PKG-INFO +15 -10
  7. {pygazpar-1.3.0a15 → pygazpar-1.3.0a25}/pygazpar.egg-info/entry_points.txt +0 -1
  8. {pygazpar-1.3.0a15 → pygazpar-1.3.0a25}/setup.cfg +3 -4
  9. {pygazpar-1.3.0a15 → pygazpar-1.3.0a25}/tests/test_client.py +159 -159
  10. {pygazpar-1.3.0a15 → pygazpar-1.3.0a25}/tests/test_datasource.py +166 -166
  11. pygazpar-1.3.0a15/pygazpar/version.py +0 -1
  12. {pygazpar-1.3.0a15 → pygazpar-1.3.0a25}/LICENSE.md +0 -0
  13. {pygazpar-1.3.0a15 → pygazpar-1.3.0a25}/MANIFEST.in +0 -0
  14. {pygazpar-1.3.0a15 → pygazpar-1.3.0a25}/pygazpar/__init__.py +0 -0
  15. {pygazpar-1.3.0a15 → pygazpar-1.3.0a25}/pygazpar/__main__.py +0 -0
  16. {pygazpar-1.3.0a15 → pygazpar-1.3.0a25}/pygazpar/client.py +0 -0
  17. {pygazpar-1.3.0a15 → pygazpar-1.3.0a25}/pygazpar/enum.py +0 -0
  18. {pygazpar-1.3.0a15 → pygazpar-1.3.0a25}/pygazpar/jsonparser.py +0 -0
  19. {pygazpar-1.3.0a15 → pygazpar-1.3.0a25}/pygazpar/resources/daily_data_sample.json +0 -0
  20. {pygazpar-1.3.0a15 → pygazpar-1.3.0a25}/pygazpar/resources/hourly_data_sample.json +0 -0
  21. {pygazpar-1.3.0a15 → pygazpar-1.3.0a25}/pygazpar/resources/monthly_data_sample.json +0 -0
  22. {pygazpar-1.3.0a15 → pygazpar-1.3.0a25}/pygazpar/resources/weekly_data_sample.json +0 -0
  23. {pygazpar-1.3.0a15 → pygazpar-1.3.0a25}/pygazpar/resources/yearly_data_sample.json +0 -0
  24. {pygazpar-1.3.0a15 → pygazpar-1.3.0a25}/pygazpar.egg-info/SOURCES.txt +0 -0
  25. {pygazpar-1.3.0a15 → pygazpar-1.3.0a25}/pygazpar.egg-info/dependency_links.txt +0 -0
  26. {pygazpar-1.3.0a15 → pygazpar-1.3.0a25}/pygazpar.egg-info/not-zip-safe +0 -0
  27. {pygazpar-1.3.0a15 → pygazpar-1.3.0a25}/pygazpar.egg-info/requires.txt +0 -0
  28. {pygazpar-1.3.0a15 → pygazpar-1.3.0a25}/pygazpar.egg-info/top_level.txt +0 -0
  29. {pygazpar-1.3.0a15 → pygazpar-1.3.0a25}/samples/__init__.py +0 -0
  30. {pygazpar-1.3.0a15 → pygazpar-1.3.0a25}/samples/excelSample.py +0 -0
  31. {pygazpar-1.3.0a15 → pygazpar-1.3.0a25}/samples/jsonSample.py +0 -0
  32. {pygazpar-1.3.0a15 → pygazpar-1.3.0a25}/samples/testSample.py +0 -0
  33. {pygazpar-1.3.0a15 → pygazpar-1.3.0a25}/setup.py +0 -0
  34. {pygazpar-1.3.0a15 → pygazpar-1.3.0a25}/tests/__init__.py +0 -0
  35. {pygazpar-1.3.0a15 → pygazpar-1.3.0a25}/tests/test_datafileparser.py +0 -0
@@ -1,12 +1,12 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: pygazpar
3
- Version: 1.3.0a15
3
+ Version: 1.3.0a25
4
4
  Summary: Retrieve gas consumption from GrDF web site (French Gas Company)
5
5
  Home-page: https://github.com/ssenart/pygazpar
6
+ Download-URL: https://github.com/ssenart/pygazpar/releases
6
7
  Author: Stephane Senart
7
8
  Author-email: stephane.senart@gmail.com
8
9
  License: MIT
9
- Download-URL: https://github.com/ssenart/pygazpar/releases
10
10
  Project-URL: Home, https://github.com/ssenart/pygazpar
11
11
  Project-URL: Source, https://github.com/ssenart/pygazpar
12
12
  Project-URL: Issues, https://github.com/ssenart/PyGazpar/issues
@@ -17,21 +17,18 @@ Platform: any
17
17
  Classifier: Development Status :: 5 - Production/Stable
18
18
  Classifier: Topic :: Software Development :: Libraries
19
19
  Classifier: Operating System :: OS Independent
20
- Classifier: Programming Language :: Python :: 3.7
21
- Classifier: Programming Language :: Python :: 3.8
22
20
  Classifier: Programming Language :: Python :: 3.9
23
21
  Classifier: Programming Language :: Python :: 3.10
24
22
  Classifier: Programming Language :: Python :: 3.11
25
23
  Classifier: Programming Language :: Python :: 3.12
26
- Requires-Python: >=3.7
24
+ Classifier: Programming Language :: Python :: 3.13
25
+ Requires-Python: >=3.9
27
26
  Description-Content-Type: text/markdown
28
27
  License-File: LICENSE.md
29
28
 
30
29
  # PyGazpar
31
30
 
32
- ## <span style="color:green">!!! This library is working again. CAPTCHA has been removed !!!</span>
33
-
34
- ## <span style="color:red">~~!!! This library is broken since CAPTCHA is mandatory on GrDF site !!!~~</span>
31
+ ## $\text{\color{green}{!!! This library is working again. CAPTCHA has been removed !!!}}$
35
32
 
36
33
  PyGazpar is a Python library for getting natural gas consumption from GrDF French provider.
37
34
 
@@ -217,6 +214,16 @@ All notable changes to this project will be documented in this file.
217
214
  The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
218
215
  and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
219
216
 
217
+ ## [1.2.8](https://github.com/ssenart/PyGazpar/compare/1.2.8...1.2.7) - 2025-01-11
218
+
219
+ ### Added
220
+ - [#81](https://github.com/ssenart/PyGazpar/issues/81): Add meter/temperature debug log messages to help investigation in case of errors.
221
+
222
+ ## [1.2.7](https://github.com/ssenart/PyGazpar/compare/1.2.7...1.2.6) - 2025-01-06
223
+
224
+ ### Fixed
225
+ - [#79](https://github.com/ssenart/PyGazpar/issues/79): Fix some unittests that wrongly failed because of the new year.
226
+
220
227
  ## [1.2.6](https://github.com/ssenart/PyGazpar/compare/1.2.6...1.2.5) - 2025-01-03
221
228
 
222
229
  ### Fixed
@@ -468,5 +475,3 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
468
475
  LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
469
476
  OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
470
477
  SOFTWARE.
471
-
472
-
@@ -1,8 +1,6 @@
1
1
  # PyGazpar
2
2
 
3
- ## <span style="color:green">!!! This library is working again. CAPTCHA has been removed !!!</span>
4
-
5
- ## <span style="color:red">~~!!! This library is broken since CAPTCHA is mandatory on GrDF site !!!~~</span>
3
+ ## $\text{\color{green}{!!! This library is working again. CAPTCHA has been removed !!!}}$
6
4
 
7
5
  PyGazpar is a Python library for getting natural gas consumption from GrDF French provider.
8
6