pygazpar 1.3.0a9__py310-none-any.whl → 1.3.0a11__py310-none-any.whl
Sign up to get free protection for your applications and to get access to all the features.
- pygazpar/version.py +1 -1
- {pygazpar-1.3.0a9.dist-info → pygazpar-1.3.0a11.dist-info}/METADATA +9 -3
- {pygazpar-1.3.0a9.dist-info → pygazpar-1.3.0a11.dist-info}/RECORD +7 -7
- {pygazpar-1.3.0a9.dist-info → pygazpar-1.3.0a11.dist-info}/WHEEL +1 -1
- {pygazpar-1.3.0a9.dist-info → pygazpar-1.3.0a11.dist-info}/LICENSE.md +0 -0
- {pygazpar-1.3.0a9.dist-info → pygazpar-1.3.0a11.dist-info}/entry_points.txt +0 -0
- {pygazpar-1.3.0a9.dist-info → pygazpar-1.3.0a11.dist-info}/top_level.txt +0 -0
pygazpar/version.py
CHANGED
@@ -1 +1 @@
|
|
1
|
-
__version__ = "1.3.
|
1
|
+
__version__ = "1.3.0a11"
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: pygazpar
|
3
|
-
Version: 1.3.
|
3
|
+
Version: 1.3.0a11
|
4
4
|
Summary: Retrieve gas consumption from GrDF web site (French Gas Company)
|
5
5
|
Home-page: https://github.com/ssenart/pygazpar
|
6
6
|
Download-URL: https://github.com/ssenart/pygazpar/releases
|
@@ -22,11 +22,12 @@ Classifier: Programming Language :: Python :: 3.8
|
|
22
22
|
Classifier: Programming Language :: Python :: 3.9
|
23
23
|
Classifier: Programming Language :: Python :: 3.10
|
24
24
|
Classifier: Programming Language :: Python :: 3.11
|
25
|
+
Classifier: Programming Language :: Python :: 3.12
|
25
26
|
Requires-Python: >=3.7
|
26
27
|
Description-Content-Type: text/markdown
|
27
28
|
License-File: LICENSE.md
|
28
|
-
Requires-Dist: openpyxl
|
29
|
-
Requires-Dist: requests
|
29
|
+
Requires-Dist: openpyxl>=2.6.3
|
30
|
+
Requires-Dist: requests>=2.26.0
|
30
31
|
Requires-Dist: pandas
|
31
32
|
|
32
33
|
# PyGazpar
|
@@ -219,6 +220,11 @@ All notable changes to this project will be documented in this file.
|
|
219
220
|
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
220
221
|
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
221
222
|
|
223
|
+
## [1.2.3](https://github.com/ssenart/PyGazpar/compare/1.2.3...1.2.1) - 2024-10-05
|
224
|
+
|
225
|
+
### Added
|
226
|
+
- [#70](https://github.com/ssenart/PyGazpar/issues/70): Add Python 3.12 support.
|
227
|
+
|
222
228
|
## [1.2.2](https://github.com/ssenart/PyGazpar/compare/1.2.1...1.2.2) - 2024-05-08
|
223
229
|
|
224
230
|
### Fixed
|
@@ -5,7 +5,7 @@ pygazpar/datasource.py,sha256=nlIWxZ6SNSHf09BVBFIChSHf4dN05lC3LCxUUDRTylg,21470
|
|
5
5
|
pygazpar/enum.py,sha256=3ZCk4SziXF6pxgP3MuQ1qxYfqB3X5DOV8Rtd0GHsK9w,898
|
6
6
|
pygazpar/excelparser.py,sha256=glWlbj22pxYjHGKurOFmhzcVAoWCvfOHn7_Y6GgHUPo,5915
|
7
7
|
pygazpar/jsonparser.py,sha256=AWdU3h7UohsOov8HpeP8GNuqcnDmM4r3I7-CI_crDvA,1804
|
8
|
-
pygazpar/version.py,sha256=
|
8
|
+
pygazpar/version.py,sha256=_dBppxmPi6eC2EiB3BcrYBcY9pm4iNlyhbySqBY4Y0Y,25
|
9
9
|
pygazpar/resources/daily_data_sample.json,sha256=YJovtrNUMs257magTfyxiewLmecySFypcelbGFUUeT8,199583
|
10
10
|
pygazpar/resources/hourly_data_sample.json,sha256=N1F-Xz3GaBn2H1p7uKzhkhKCQV8QVR0t76XD6wmFtXA,3
|
11
11
|
pygazpar/resources/monthly_data_sample.json,sha256=yrr4SqrB2MubeVU2HX_FRDZKHIhC0LXCqkO1iqnFWcg,3351
|
@@ -19,9 +19,9 @@ tests/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
19
19
|
tests/test_client.py,sha256=DVGGubMPMM56LvQW-4_pCouvG9qTCbVZVPoRTBGuCU4,5111
|
20
20
|
tests/test_datafileparser.py,sha256=nAeUpOHtelblMpmbrrnf-2GuMjK5ai65veDoymceprE,818
|
21
21
|
tests/test_datasource.py,sha256=Fkn9BOGVKITAgrx9XipR1_ykT7rdvPyt_PAg3ftjfSU,5983
|
22
|
-
pygazpar-1.3.
|
23
|
-
pygazpar-1.3.
|
24
|
-
pygazpar-1.3.
|
25
|
-
pygazpar-1.3.
|
26
|
-
pygazpar-1.3.
|
27
|
-
pygazpar-1.3.
|
22
|
+
pygazpar-1.3.0a11.dist-info/LICENSE.md,sha256=XsCJx_7_BC9tvmE0ZxS1cTNR7ekurog_ea9ybdZ-8tc,1073
|
23
|
+
pygazpar-1.3.0a11.dist-info/METADATA,sha256=FhQCrz6r71ney7e9JmwTvJ-jnzVwIKSCbWk-3YqdL-Y,18417
|
24
|
+
pygazpar-1.3.0a11.dist-info/WHEEL,sha256=zXk6K_A7S1zXTTGQPK42FLTtMF4m_BNsmq7d4JZSrOg,94
|
25
|
+
pygazpar-1.3.0a11.dist-info/entry_points.txt,sha256=dNJjC6RYY3FeJIe0hZL9Kcr6vKEx1qkZ71e6Slocb7I,52
|
26
|
+
pygazpar-1.3.0a11.dist-info/top_level.txt,sha256=P7qn-XtanDPBLQsTvjvLV71wH8RK0DYbx8tzN_rDS70,23
|
27
|
+
pygazpar-1.3.0a11.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|