chellow 1716973778.0.0__py3-none-any.whl → 1716978442.0.0__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of chellow might be problematic. Click here for more details.
|
@@ -9,8 +9,19 @@ from werkzeug.exceptions import BadRequest
|
|
|
9
9
|
from chellow.edi_lib import parse_edi, to_date, to_decimal
|
|
10
10
|
from chellow.utils import HH, to_ct, to_utc
|
|
11
11
|
|
|
12
|
-
|
|
13
|
-
|
|
12
|
+
# From Total 2024-05-29
|
|
13
|
+
# ReadType == "C" = "00"
|
|
14
|
+
# ReadType == "N" = "00"
|
|
15
|
+
# ReadType == "A" = "00"
|
|
16
|
+
# ReadType == "PA" = "00"
|
|
17
|
+
# ReadType == "S" = "00"
|
|
18
|
+
# ReadType == "I" = "00"
|
|
19
|
+
# ReadType == "E" = "02"
|
|
20
|
+
# ReadType == "AE" = "02"
|
|
21
|
+
# ReadType == "M" = "02"
|
|
22
|
+
# ReadType == "PE" = "02"
|
|
23
|
+
|
|
24
|
+
READ_TYPE_MAP = {"00": "A", "02": "E"}
|
|
14
25
|
|
|
15
26
|
|
|
16
27
|
SUPPLIER_CODE_MAP = {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.3
|
|
2
2
|
Name: chellow
|
|
3
|
-
Version:
|
|
3
|
+
Version: 1716978442.0.0
|
|
4
4
|
Summary: Web Application for checking UK energy bills.
|
|
5
5
|
Project-URL: Homepage, https://github.com/WessexWater/chellow
|
|
6
6
|
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
|
|
@@ -59,7 +59,7 @@ chellow/e/bill_parsers/sww_xls.py,sha256=QEjiuvwvr5FuWCfqqVw8LaA_vZyAKsvRAS5fw3x
|
|
|
59
59
|
chellow/gas/bill_import.py,sha256=w0lPgK_Drzh8rtnEBQe3qFuxrgzZ6qQSgpaGrrGznMU,6549
|
|
60
60
|
chellow/gas/bill_parser_csv.py,sha256=Ecdy-apFT-mWAxddAsM4k1s-9-FpIaOfjP0oFc0rdQg,5557
|
|
61
61
|
chellow/gas/bill_parser_engie_edi.py,sha256=Ko0vZP-QdVQ1uuhS_5cdrii60_cM4b_LFJMoY0pZqnk,8950
|
|
62
|
-
chellow/gas/bill_parser_total_edi.py,sha256=
|
|
62
|
+
chellow/gas/bill_parser_total_edi.py,sha256=pnh8qCd9NfXCZSbVxto9QIXoV7ri7exhLrUoP17brG0,7444
|
|
63
63
|
chellow/gas/ccl.py,sha256=DMlcPUELZi00CaDekVJINYk3GgH5apFrImVdmkbyba0,2913
|
|
64
64
|
chellow/gas/cv.py,sha256=4cdYYQ8Qak6NeYdBCB4YaQ0jX8-UkaydIIdibCQuXxM,7344
|
|
65
65
|
chellow/gas/dn_rate_parser.py,sha256=Mq8rAcUEUxIQOks59bsCKl8GrefvoHbrTCHqon9N0z0,11340
|
|
@@ -364,6 +364,6 @@ chellow/templates/g/supply_note_edit.html,sha256=6UQf_qbhFDys3cVsTp-c7ABWZpggW9R
|
|
|
364
364
|
chellow/templates/g/supply_notes.html,sha256=WR3YwGh_qqTklSJ7JqWX6BKBc9rk_jMff4RiWZiF2CM,936
|
|
365
365
|
chellow/templates/g/unit.html,sha256=KouNVU0-i84afANkLQ_heJ0uDfJ9H5A05PuLqb8iCN8,438
|
|
366
366
|
chellow/templates/g/units.html,sha256=p5Nd-lAIboKPEOO6N451hx1bcKxMg4BDODnZ-43MmJc,441
|
|
367
|
-
chellow-
|
|
368
|
-
chellow-
|
|
369
|
-
chellow-
|
|
367
|
+
chellow-1716978442.0.0.dist-info/METADATA,sha256=UeYVA1nfFGn3AMlHF_8OvShako15szmOhzVhzBlW47g,12205
|
|
368
|
+
chellow-1716978442.0.0.dist-info/WHEEL,sha256=zEMcRr9Kr03x1ozGwg5v9NQBKn3kndp6LSoSlVg-jhU,87
|
|
369
|
+
chellow-1716978442.0.0.dist-info/RECORD,,
|
|
File without changes
|