pygazpar 1.3.0a9__tar.gz → 1.3.0a11__tar.gz

Sign up to get free protection for your applications and to get access to all the features.
Files changed (37) hide show
  1. pygazpar-1.3.0a11/PKG-INFO +455 -0
  2. pygazpar-1.3.0a11/pygazpar/version.py +1 -0
  3. pygazpar-1.3.0a11/pygazpar.egg-info/PKG-INFO +455 -0
  4. {pygazpar-1.3.0a9 → pygazpar-1.3.0a11}/pygazpar.egg-info/entry_points.txt +0 -1
  5. {pygazpar-1.3.0a9 → pygazpar-1.3.0a11}/setup.cfg +1 -0
  6. pygazpar-1.3.0a9/PKG-INFO +0 -448
  7. pygazpar-1.3.0a9/pygazpar/version.py +0 -1
  8. pygazpar-1.3.0a9/pygazpar.egg-info/PKG-INFO +0 -448
  9. {pygazpar-1.3.0a9 → pygazpar-1.3.0a11}/LICENSE.md +0 -0
  10. {pygazpar-1.3.0a9 → pygazpar-1.3.0a11}/MANIFEST.in +0 -0
  11. {pygazpar-1.3.0a9 → pygazpar-1.3.0a11}/README.md +0 -0
  12. {pygazpar-1.3.0a9 → pygazpar-1.3.0a11}/pygazpar/__init__.py +0 -0
  13. {pygazpar-1.3.0a9 → pygazpar-1.3.0a11}/pygazpar/__main__.py +0 -0
  14. {pygazpar-1.3.0a9 → pygazpar-1.3.0a11}/pygazpar/client.py +0 -0
  15. {pygazpar-1.3.0a9 → pygazpar-1.3.0a11}/pygazpar/datasource.py +0 -0
  16. {pygazpar-1.3.0a9 → pygazpar-1.3.0a11}/pygazpar/enum.py +0 -0
  17. {pygazpar-1.3.0a9 → pygazpar-1.3.0a11}/pygazpar/excelparser.py +0 -0
  18. {pygazpar-1.3.0a9 → pygazpar-1.3.0a11}/pygazpar/jsonparser.py +0 -0
  19. {pygazpar-1.3.0a9 → pygazpar-1.3.0a11}/pygazpar/resources/daily_data_sample.json +0 -0
  20. {pygazpar-1.3.0a9 → pygazpar-1.3.0a11}/pygazpar/resources/hourly_data_sample.json +0 -0
  21. {pygazpar-1.3.0a9 → pygazpar-1.3.0a11}/pygazpar/resources/monthly_data_sample.json +0 -0
  22. {pygazpar-1.3.0a9 → pygazpar-1.3.0a11}/pygazpar/resources/weekly_data_sample.json +0 -0
  23. {pygazpar-1.3.0a9 → pygazpar-1.3.0a11}/pygazpar/resources/yearly_data_sample.json +0 -0
  24. {pygazpar-1.3.0a9 → pygazpar-1.3.0a11}/pygazpar.egg-info/SOURCES.txt +0 -0
  25. {pygazpar-1.3.0a9 → pygazpar-1.3.0a11}/pygazpar.egg-info/dependency_links.txt +0 -0
  26. {pygazpar-1.3.0a9 → pygazpar-1.3.0a11}/pygazpar.egg-info/not-zip-safe +0 -0
  27. {pygazpar-1.3.0a9 → pygazpar-1.3.0a11}/pygazpar.egg-info/requires.txt +0 -0
  28. {pygazpar-1.3.0a9 → pygazpar-1.3.0a11}/pygazpar.egg-info/top_level.txt +0 -0
  29. {pygazpar-1.3.0a9 → pygazpar-1.3.0a11}/samples/__init__.py +0 -0
  30. {pygazpar-1.3.0a9 → pygazpar-1.3.0a11}/samples/excelSample.py +0 -0
  31. {pygazpar-1.3.0a9 → pygazpar-1.3.0a11}/samples/jsonSample.py +0 -0
  32. {pygazpar-1.3.0a9 → pygazpar-1.3.0a11}/samples/testSample.py +0 -0
  33. {pygazpar-1.3.0a9 → pygazpar-1.3.0a11}/setup.py +0 -0
  34. {pygazpar-1.3.0a9 → pygazpar-1.3.0a11}/tests/__init__.py +0 -0
  35. {pygazpar-1.3.0a9 → pygazpar-1.3.0a11}/tests/test_client.py +0 -0
  36. {pygazpar-1.3.0a9 → pygazpar-1.3.0a11}/tests/test_datafileparser.py +0 -0
  37. {pygazpar-1.3.0a9 → pygazpar-1.3.0a11}/tests/test_datasource.py +0 -0
@@ -0,0 +1,455 @@
1
+ Metadata-Version: 2.1
2
+ Name: pygazpar
3
+ Version: 1.3.0a11
4
+ Summary: Retrieve gas consumption from GrDF web site (French Gas Company)
5
+ Home-page: https://github.com/ssenart/pygazpar
6
+ Download-URL: https://github.com/ssenart/pygazpar/releases
7
+ Author: Stephane Senart
8
+ Author-email: stephane.senart@gmail.com
9
+ License: MIT
10
+ Project-URL: Home, https://github.com/ssenart/pygazpar
11
+ Project-URL: Source, https://github.com/ssenart/pygazpar
12
+ Project-URL: Issues, https://github.com/ssenart/PyGazpar/issues
13
+ Project-URL: Changelog, https://github.com/ssenart/PyGazpar/blob/master/CHANGELOG.md
14
+ Project-URL: Download, https://pypi.org/project/pygazpar
15
+ Keywords: Energy,Natural Gas,Meter,GrDF,Gazpar
16
+ Platform: any
17
+ Classifier: Development Status :: 5 - Production/Stable
18
+ Classifier: Topic :: Software Development :: Libraries
19
+ Classifier: Operating System :: OS Independent
20
+ Classifier: Programming Language :: Python :: 3.7
21
+ Classifier: Programming Language :: Python :: 3.8
22
+ Classifier: Programming Language :: Python :: 3.9
23
+ Classifier: Programming Language :: Python :: 3.10
24
+ Classifier: Programming Language :: Python :: 3.11
25
+ Classifier: Programming Language :: Python :: 3.12
26
+ Requires-Python: >=3.7
27
+ Description-Content-Type: text/markdown
28
+ License-File: LICENSE.md
29
+
30
+ # PyGazpar
31
+
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>
35
+
36
+ PyGazpar is a Python library for getting natural gas consumption from GrDF French provider.
37
+
38
+ Their natural gas meter is called Gazpar. It is wireless and transmit the gas consumption once per day.
39
+
40
+ All consumption data is available on the client account at GrDF Web Site (https://monespace.grdf.fr).
41
+
42
+ PyGazpar automatically goes through the Web Site and download the consumption data, and make it available in a Python structure.
43
+
44
+ ## Installation
45
+
46
+ ### Requirements
47
+ PyGazpar does not require Selenium and corresponding geckodriver to work.
48
+
49
+ With the new GrDF web site, it is possible to load the consumption data far easily than before.
50
+
51
+ ### Create your virtual environment
52
+ ```bash
53
+ $ cd /path/to/my_project_folder/
54
+
55
+ $ python -m venv .venv
56
+ ```
57
+
58
+ ### PyGazpar installation
59
+ Activate your virtual environment.
60
+ ```bash
61
+ source .venv/bin/activate
62
+ ```
63
+
64
+ Use the package manager [pip](https://pip.pypa.io/en/stable/) to install PyGazpar.
65
+ ```bash
66
+ pip install pygazpar
67
+ ```
68
+
69
+ You can also download the source code and install it manually.
70
+ ```bash
71
+ cd /path/to/pygazpar/
72
+ python setup.py install
73
+ ```
74
+
75
+ ## Usage
76
+
77
+ #### Command line:
78
+
79
+ 1. Standard usage (using Json GrDF API).
80
+
81
+ ```bash
82
+ $ pygazpar -u 'your login' -p 'your password' -c 'your PCE identifier' --datasource 'json'
83
+ ```
84
+
85
+ 2. Alternate usage (using Excel GrDF document).
86
+
87
+ ```bash
88
+ $ pygazpar -u 'your login' -p 'your password' -c 'your PCE identifier' -t 'temporary directory where to store Excel file (ex: /tmp)' --datasource 'excel'
89
+ ```
90
+
91
+ 3. Test usage (using local static data files, do not connect to GrDF site).
92
+
93
+ ```bash
94
+ $ pygazpar -u 'your login' -p 'your password' -c 'your PCE identifier' --datasource 'test'
95
+ ```
96
+
97
+ #### Library:
98
+
99
+ 1. Standard usage (using Json GrDF API).
100
+
101
+ ```python
102
+ import pygazpar
103
+
104
+ client = pygazpar.Client(pygazpar.JsonWebDataSource(
105
+ username='your login',
106
+ password='your password')
107
+ )
108
+
109
+ data = client.loadSince(pceIdentifier='your PCE identifier',
110
+ lastNDays=60,
111
+ frequencies=[pygazpar.Frequency.DAILY, pygazpar.Frequency.MONTHLY])
112
+ ```
113
+ See [samples/jsonSample.py](samples/jsonSample.py) file for the full example.
114
+
115
+ 2. Alternate usage (using Excel GrDF document).
116
+
117
+ ```python
118
+ import pygazpar
119
+
120
+ client = pygazpar.Client(pygazpar.ExcelWebDataSource(
121
+ username='your login',
122
+ password='your password')
123
+ )
124
+
125
+ data = client.loadSince(pceIdentifier='your PCE identifier',
126
+ lastNDays=60,
127
+ frequencies=[pygazpar.Frequency.DAILY, pygazpar.Frequency.MONTHLY])
128
+ ```
129
+ See [samples/excelSample.py](samples/jsonSample.py) file for the full example.
130
+
131
+ 3. Test usage (using local static data files, do not connect to GrDF site).
132
+
133
+ ```python
134
+ import pygazpar
135
+
136
+ client = pygazpar.Client(pygazpar.TestDataSource())
137
+
138
+ data = client.loadSince(pceIdentifier='your PCE identifier',
139
+ lastNDays=10,
140
+ frequencies=[pygazpar.Frequency.DAILY, Frequency.MONTHLY])
141
+ ```
142
+ See [samples/testSample.py](samples/jsonSample.py) file for the full example.
143
+
144
+ #### Output:
145
+
146
+ ```json
147
+ data =>
148
+ {
149
+ "daily": [
150
+ {
151
+ "time_period": "13/10/2022",
152
+ "start_index_m3": 15724,
153
+ "end_index_m3": 15725,
154
+ "volume_m3": 2,
155
+ "energy_kwh": 17,
156
+ "converter_factor_kwh/m3": 11.16,
157
+ "temperature_degC": null,
158
+ "type": "Mesur\u00e9",
159
+ "timestamp": "2022-12-13T23:58:35.606763"
160
+ },
161
+ ...
162
+ {
163
+ "time_period": "11/12/2022",
164
+ "start_index_m3": 16081,
165
+ "end_index_m3": 16098,
166
+ "volume_m3": 18,
167
+ "energy_kwh": 201,
168
+ "converter_factor_kwh/m3": 11.27,
169
+ "temperature_degC": -1.47,
170
+ "type": "Mesur\u00e9",
171
+ "timestamp": "2022-12-13T23:58:35.606763"
172
+ }
173
+ ],
174
+ "monthly": [
175
+ {
176
+ "time_period": "Novembre 2022",
177
+ "start_index_m3": 15750,
178
+ "end_index_m3": 15950,
179
+ "volume_m3": 204,
180
+ "energy_kwh": 2227,
181
+ "timestamp": "2022-12-13T23:58:35.606763"
182
+ },
183
+ {
184
+ "time_period": "D\u00e9cembre 2022",
185
+ "start_index_m3": 15950,
186
+ "end_index_m3": 16098,
187
+ "volume_m3": 148,
188
+ "energy_kwh": 1664,
189
+ "timestamp": "2022-12-13T23:58:35.606763"
190
+ }
191
+ ]
192
+ }
193
+ ```
194
+
195
+ ## Limitation
196
+ PyGazpar relies on how GrDF Web Site is built.
197
+
198
+ Any change in the Web site may break this library.
199
+
200
+ We expect in close Future that GrDF makes available an open API from which we can get safely their data.
201
+
202
+ ## Contributing
203
+ Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
204
+
205
+ Please make sure to update tests as appropriate.
206
+
207
+ ## License
208
+ [MIT](https://choosealicense.com/licenses/mit/)
209
+
210
+ ## Project status
211
+ PyGazpar has been initiated for integration with [Home Assistant](https://www.home-assistant.io/).
212
+
213
+ Corresponding Home Assistant integration custom component is available [here](https://github.com/ssenart/home-assistant-gazpar).
214
+ # Changelog
215
+ All notable changes to this project will be documented in this file.
216
+
217
+ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
218
+ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
219
+
220
+ ## [1.2.3](https://github.com/ssenart/PyGazpar/compare/1.2.3...1.2.1) - 2024-10-05
221
+
222
+ ### Added
223
+ - [#70](https://github.com/ssenart/PyGazpar/issues/70): Add Python 3.12 support.
224
+
225
+ ## [1.2.2](https://github.com/ssenart/PyGazpar/compare/1.2.1...1.2.2) - 2024-05-08
226
+
227
+ ### Fixed
228
+ - [#65](https://github.com/ssenart/PyGazpar/issues/65): [Bug] PermissionError happens when loading data from Excel file.
229
+
230
+ ## [1.2.1](https://github.com/ssenart/PyGazpar/compare/1.2.0...1.2.1) - 2024-05-04
231
+
232
+ ### Fixed
233
+ - [#64](https://github.com/ssenart/PyGazpar/issues/64): [Issue] Captcha failed issue.
234
+
235
+ - [#63](https://github.com/ssenart/PyGazpar/issues/63): [Bug] If the latest received consumption is Sunday, then the last weekly period is duplicated.
236
+
237
+ ## [1.2.0](https://github.com/ssenart/PyGazpar/compare/1.1.6...1.2.0) - 2022-12-16
238
+
239
+ ### Changed
240
+ - [#59](https://github.com/ssenart/PyGazpar/issues/59): [Feature] Support both Excel and Json data source format from GrDF site.
241
+
242
+ - [#60](https://github.com/ssenart/PyGazpar/issues/60): [Feature] Permit to load data at multiple frequencies with one method call.
243
+
244
+ ### Fixed
245
+ - [#47](https://github.com/ssenart/PyGazpar/issues/47): [Bug] No temperature field available.
246
+
247
+ - [#58](https://github.com/ssenart/PyGazpar/issues/58): [Issue] No data update - GrDF web site is half broken - Download button does not work anymore.
248
+
249
+ ## [1.1.6](https://github.com/ssenart/PyGazpar/compare/1.1.5...1.1.6) - 2022-11-16
250
+ ### Fixed
251
+ - [#55](https://github.com/ssenart/PyGazpar/issues/55): Problème de connexion.
252
+
253
+ ## [1.1.5](https://github.com/ssenart/PyGazpar/compare/1.1.4...1.1.5) - 2022-07-11
254
+ ### Fixed
255
+ - [#49](https://github.com/ssenart/PyGazpar/issues/49): Authentication failure.
256
+
257
+ ## [1.1.4](https://github.com/ssenart/PyGazpar/compare/1.1.2...1.1.4) - 2022-01-18
258
+ ### Changed
259
+ - [#43](https://github.com/ssenart/PyGazpar/issues/43): Downloaded Excel file name has changed from Donnees_informatives_PCE_$dateDebut_$dateFin.xlsx to Donnees_informatives_$numeroPCE_$dateDebut_$dateFin.xlsx.
260
+
261
+ ## [1.1.2](https://github.com/ssenart/PyGazpar/compare/1.1.1...1.1.2) - 2022-01-08
262
+ ### Fixed
263
+ - [#39](https://github.com/ssenart/PyGazpar/issues/39): NameError: name 'Frequency' is not defined (thanks [nicolas-r](https://github.com/nicolas-r)).
264
+ - Numéro PCE pas forcément un nombre: Le numéro PCE de mon compteur commence par un 0 et lorsque j'essaie de récupérer mes relevés avec PyGazpar, une erreur de l'API est renvoyée. Le numéro PCE ne doit donc pas être converti en int lorsque il est passé en paramètre mais doit être une string (thanks [maelgangloff](https://github.com/maelgangloff)).
265
+
266
+ ## [1.1.1](https://github.com/ssenart/PyGazpar/compare/1.1.0...1.1.1) - 2021-12-02
267
+ ### Changed
268
+ - Exact same version as 1.1.0 except that 1.1.0 has not been published on Pypi repository.
269
+
270
+ ## [1.1.0](https://github.com/ssenart/PyGazpar/compare/1.0.2...1.1.0) - 2021-12-02
271
+ ### Changed
272
+ - Remove Selenium usage and use simple Web request for login and data retrieval.
273
+
274
+ ## [1.0.2](https://github.com/ssenart/PyGazpar/compare/1.0.1...1.0.2) - 2021-11-25
275
+ ### Fixed
276
+ - Fix broken command line pygazpar caused by adding the new lastNDays parameter.
277
+ - Fix the error : ValueError: could not convert string to float: 'Index de début de période (m3)'. It occurs because the records in the Excel file now starts at line 10 instead of line 8 before (thanks to [DEFAYArnaud](https://github.com/DEFAYArnaud) for having spotted the issue and bringing the fix).
278
+
279
+ ### Changed
280
+ - In the Excel file, if a cell is empty, then no corresponding key will be inserted in the result dictionary (before we inserted a key with an empty string).
281
+
282
+ ## [1.0.1](https://github.com/ssenart/PyGazpar/compare/1.0.0...1.0.1) - 2021-11-24
283
+ ### Fixed
284
+ - Fix typo warning from Pylance preventing 1.0.0 to be published.
285
+
286
+ ## [1.0.0](https://github.com/ssenart/PyGazpar/compare/0.2.0...1.0.0) - 2021-11-24
287
+ ### Added
288
+ - New lastNDays parameter to query data only over the last N days period.
289
+
290
+ ### Fixed
291
+ - [#18](https://github.com/ssenart/PyGazpar/issues/18): PyGazpar broken since GRDF Monespace has been upgraded to a new version.
292
+
293
+ ## [0.2.0](https://github.com/ssenart/PyGazpar/compare/0.1.27...0.2.0) - 2021-04-21
294
+ ### Added
295
+ - [#12](https://github.com/ssenart/PyGazpar/issues/10): Be able to retrieve consumption not only on a daily basis, but weekly and monthly:
296
+ - API : Add a new parameter 'meterReadingFrequency' to Client that accepts enumeration: Frequency.DAILY, Frequency.WEEKLY or Frequency.MONTHLY.
297
+ - Command line : Add a new argument '--frequency' that accepts values : DAILY, WEEKLY or MONTHLY.
298
+ - Be able to test using offline data :
299
+ - API : Add a new parameter 'testMode' to Clients used to specify whether we want to get some live data (testMode=False) and static testing data (testMode=True).
300
+ - Command line : Add a new argument '--testMode' (True if specified and False by default).
301
+
302
+ ### Changed
303
+ - Some ouput energy property names have changed:
304
+ - 'date' => 'time_period'.
305
+ - 'converter_factor' => 'converter_factor_kwh/m3'.
306
+ - 'local_temperature' => 'temperature_degC'.
307
+
308
+ ## [0.1.27](https://github.com/ssenart/PyGazpar/compare/0.1.26...0.1.27) - 2021-04-20
309
+ ### Fixed
310
+ - [#10](https://github.com/ssenart/PyGazpar/issues/10) : Does not download data file in tmpdir as expected (instead it is downloaded in the default user Download directory). The previous attempt in version 0.1.26 is a failure. The origin of the bug is that we send a relative tmp directory path to Webdriver. Additionally, this path has to be normalized to the runtime OS (using slash or backslash).
311
+
312
+ ## [0.1.26](https://github.com/ssenart/PyGazpar/compare/0.1.25...0.1.26) - 2021-04-18
313
+ ### Fixed
314
+ - [#10](https://github.com/ssenart/PyGazpar/issues/10) : Does not download data file in tmpdir as expected (instead it is downloaded in the default user Download directory).
315
+
316
+ ### Added
317
+ - A new parameter to drive whether we want Selenium in headless mode or not (mainly for troubleshooting purpose).
318
+
319
+ ## [0.1.25] - 2021-04-15
320
+ ### Fixed
321
+ - Remove useless warning log messages (log message level has been decreased to debug).
322
+
323
+ ## [0.1.24] - 2021-04-14
324
+ ### Added
325
+ - README.md amendment (thanks to pbranly).
326
+
327
+ ## [0.1.23] - 2021-04-09
328
+ ### Changed
329
+ - Final release with CI/CD workflow improvement.
330
+
331
+ ## [0.1.22] - 2021-04-09
332
+ ### Changed
333
+ - Improve CI/CD workflow.
334
+
335
+ ## [0.1.21] - 2021-04-07
336
+ ### Changed
337
+ - Cleanup some codes managing Privacy Conditions popup.
338
+
339
+ ## [0.1.20] - 2021-04-07
340
+ ### Changed
341
+ - Close an eventual Privacy Conditions popup just before clicking the daily button (instead of Cookie banner).
342
+
343
+ ## [0.1.19] - 2021-04-06
344
+ ### Added
345
+ - Close an eventual Cookie popup just before clicking the daily button.
346
+ - Add log messages and screenshot capture around click() and send_keys() methods.
347
+
348
+ ## [0.1.18] - 2021-04-05
349
+ ### Fixed
350
+ - Typo in logger usage.
351
+
352
+ ## [0.1.17] - 2021-04-05
353
+ ### Fixed
354
+ - Logger name must be different in each instance. Using __name__ is a good practice, we can get the module hierarchy.
355
+
356
+ ## [0.1.16] - 2021-04-05
357
+ ### Fixed
358
+ - Logger 'pygazpar' initialization must be done inside the main program and not inside the library.
359
+
360
+ ## [0.1.15] - 2021-04-05
361
+ ### Added
362
+ - Many log message to help debugging if GrDF site changes something : pygazpar.log
363
+ - Take a screenshot of the corresponding page where a selenium command fails : error_screenshot.png.
364
+
365
+ ## [0.1.14] - 2020-09-23
366
+ ### Fixed
367
+ - GrDF survey popup has to be closed at the home page.
368
+ - GrDF Assistant popup may hide the Download button. We have to close it.
369
+ - GrDF bottom banner that invite to accept cookies may also hide the Download button. We have to accept it.
370
+
371
+ ### Added
372
+ - A new parameter 'lastNRows' to get only the last N most recent records.
373
+
374
+ ## [0.1.13] - 2020-06-30
375
+ ### Fixed
376
+ - GrDF data retrieval from Excel file is not limited to the 1000 first rows any more.
377
+
378
+ ## [0.1.12] - 2020-06-30
379
+ ### Fixed
380
+ - The previous 0.1.11 is not sufficient. Hence, 2 new changes : First, make configurable the waiting time so the user can adapt to its context usage.
381
+ Second, the condition on clicking on Download button is now based on the corresponding event and not anymore on its identifier.
382
+
383
+ ## [0.1.11] - 2020-06-29
384
+ ### Fixed
385
+ - When GrDF Web site is slower than usual, the client may not wait enough time for pages to load and miss to reach the data file.
386
+ It occurs with the page containing 'Jour' button which is very long to load (I increase the wait to load time from 5s to 30s).
387
+
388
+ ## [0.1.10] - 2020-06-03
389
+ ### Fixed
390
+ - Extract rows from Excel until line 1000 (instead of 365 as before).
391
+
392
+ ## [0.1.9] - 2019-08-31
393
+ ### Fixed
394
+ - WebDriver window size must be large enough to display all clickable components.
395
+
396
+ ## [0.1.8] - 2019-08-31
397
+ ### Changed
398
+ - Use PropertyNameEnum type to store all property names.
399
+
400
+ ## [0.1.7] - 2019-08-29
401
+ ### Added
402
+ - Add wait_time option to control how much time the library has to wait for Web page element to load (see https://selenium-python.readthedocs.io/waits.html for details).
403
+ - Add LoginError exception raised when PyGazpar is unable to sign in the GrDF Web site with the given username/password.
404
+ - Refactor all data property names.
405
+
406
+ ## [0.1.6] - 2019-08-26
407
+ ### Added
408
+ - Add README.md and CHANGELOG.md.
409
+ - Add Client.data() method to get the updated data.
410
+
411
+ ### Removed
412
+ - Remove Client.data property to get the updated data. Replaced with Client.__data private property.
413
+
414
+ [0.1.25]: https://github.com/ssenart/PyGazpar/compare/0.1.24...0.1.25
415
+ [0.1.24]: https://github.com/ssenart/PyGazpar/compare/0.1.23...0.1.24
416
+ [0.1.23]: https://github.com/ssenart/PyGazpar/compare/0.1.22...0.1.23
417
+ [0.1.22]: https://github.com/ssenart/PyGazpar/compare/0.1.21...0.1.22
418
+ [0.1.21]: https://github.com/ssenart/PyGazpar/compare/0.1.20...0.1.21
419
+ [0.1.20]: https://github.com/ssenart/PyGazpar/compare/0.1.19...0.1.20
420
+ [0.1.19]: https://github.com/ssenart/PyGazpar/compare/0.1.17...0.1.19
421
+ [0.1.18]: https://github.com/ssenart/PyGazpar/compare/0.1.17...0.1.18
422
+ [0.1.17]: https://github.com/ssenart/PyGazpar/compare/0.1.16...0.1.17
423
+ [0.1.16]: https://github.com/ssenart/PyGazpar/compare/0.1.15...0.1.16
424
+ [0.1.15]: https://github.com/ssenart/PyGazpar/compare/0.1.14...0.1.15
425
+ [0.1.14]: https://github.com/ssenart/PyGazpar/compare/0.1.13...0.1.14
426
+ [0.1.13]: https://github.com/ssenart/PyGazpar/compare/0.1.12...0.1.13
427
+ [0.1.12]: https://github.com/ssenart/PyGazpar/compare/0.1.11...0.1.12
428
+ [0.1.11]: https://github.com/ssenart/PyGazpar/compare/0.1.10...0.1.11
429
+ [0.1.10]: https://github.com/ssenart/PyGazpar/compare/0.1.9...0.1.10
430
+ [0.1.9]: https://github.com/ssenart/PyGazpar/compare/0.1.7...0.1.9
431
+ [0.1.8]: https://github.com/ssenart/PyGazpar/compare/0.1.7...0.1.8
432
+ [0.1.7]: https://github.com/ssenart/PyGazpar/compare/0.1.6...0.1.7
433
+ [0.1.6]: https://github.com/ssenart/PyGazpar/compare/0.1.5...0.1.6
434
+
435
+ MIT License
436
+
437
+ Copyright (c) 2019 Stéphane Senart
438
+
439
+ Permission is hereby granted, free of charge, to any person obtaining a copy
440
+ of this software and associated documentation files (the "Software"), to deal
441
+ in the Software without restriction, including without limitation the rights
442
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
443
+ copies of the Software, and to permit persons to whom the Software is
444
+ furnished to do so, subject to the following conditions:
445
+
446
+ The above copyright notice and this permission notice shall be included in all
447
+ copies or substantial portions of the Software.
448
+
449
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
450
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
451
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
452
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
453
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
454
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
455
+ SOFTWARE.
@@ -0,0 +1 @@
1
+ __version__ = "1.3.0a11"