chellow 1749019674.0.0__py3-none-any.whl → 1750591796.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.
|
@@ -32,6 +32,7 @@ SUPPLIER_CODE_MAP = {
|
|
|
32
32
|
"MET": ("commodity", Decimal("100000"), Decimal("1000")),
|
|
33
33
|
"CCL": ("ccl", Decimal("100000"), Decimal("1000")),
|
|
34
34
|
"SUN": ("sundry", Decimal("1000"), Decimal("100")),
|
|
35
|
+
"ADJ": ("sundry", Decimal("1000"), Decimal("100")),
|
|
35
36
|
}
|
|
36
37
|
|
|
37
38
|
UNIT_MAP = {"M3": "M3", "HH": "HCUF", "HCUF": "HCUF"}
|
|
@@ -54,7 +55,7 @@ def _process_ADJ(elements, headers):
|
|
|
54
55
|
def _process_BCD(elements, headers):
|
|
55
56
|
ivdt = elements["IVDT"]
|
|
56
57
|
headers["issue_date"] = to_date(ivdt[0])
|
|
57
|
-
|
|
58
|
+
headers["start_date"] = to_date(ivdt[0])
|
|
58
59
|
invn = elements["INVN"]
|
|
59
60
|
headers["reference"] = invn[0]
|
|
60
61
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: chellow
|
|
3
|
-
Version:
|
|
3
|
+
Version: 1750591796.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)
|
|
@@ -21,7 +21,7 @@ Requires-Dist: pympler==1.0.1
|
|
|
21
21
|
Requires-Dist: pypdf==4.3.1
|
|
22
22
|
Requires-Dist: python-dateutil==2.8.2
|
|
23
23
|
Requires-Dist: pytz==2022.6
|
|
24
|
-
Requires-Dist: requests==2.32.
|
|
24
|
+
Requires-Dist: requests==2.32.4
|
|
25
25
|
Requires-Dist: sqlalchemy==2.0.30
|
|
26
26
|
Requires-Dist: waitress==3.0.1
|
|
27
27
|
Requires-Dist: xlrd==2.0.1
|
|
@@ -69,7 +69,7 @@ chellow/gas/bill_import.py,sha256=w0lPgK_Drzh8rtnEBQe3qFuxrgzZ6qQSgpaGrrGznMU,65
|
|
|
69
69
|
chellow/gas/bill_parser_bgs_xlsx.py,sha256=PxjFMEB91QcGvyarCc9qHfO3-Rs_Twdo9iJU9uBYfa4,7834
|
|
70
70
|
chellow/gas/bill_parser_csv.py,sha256=Ecdy-apFT-mWAxddAsM4k1s-9-FpIaOfjP0oFc0rdQg,5557
|
|
71
71
|
chellow/gas/bill_parser_engie_edi.py,sha256=Ko0vZP-QdVQ1uuhS_5cdrii60_cM4b_LFJMoY0pZqnk,8950
|
|
72
|
-
chellow/gas/bill_parser_total_edi.py,sha256=
|
|
72
|
+
chellow/gas/bill_parser_total_edi.py,sha256=8HZH5Le24bVNFDc7vaKbauMaYR-n9P6u0ZG7gDdqbIA,11325
|
|
73
73
|
chellow/gas/ccl.py,sha256=DMlcPUELZi00CaDekVJINYk3GgH5apFrImVdmkbyba0,2913
|
|
74
74
|
chellow/gas/cv.py,sha256=4cdYYQ8Qak6NeYdBCB4YaQ0jX8-UkaydIIdibCQuXxM,7344
|
|
75
75
|
chellow/gas/dn_rate_parser.py,sha256=pmdYcqcvx8lt65Qt0dLLPi5igSET336KA0NBlNYYRTA,11378
|
|
@@ -384,6 +384,6 @@ chellow/templates/g/supply_note_edit.html,sha256=b8mB6_ucBwoljp03iy6AgVaZUhGw3-1
|
|
|
384
384
|
chellow/templates/g/supply_notes.html,sha256=6epNmZ3NKdXZz27fvmRUGeffg_oc1kmwuBeyRzQe3Rg,854
|
|
385
385
|
chellow/templates/g/unit.html,sha256=KouNVU0-i84afANkLQ_heJ0uDfJ9H5A05PuLqb8iCN8,438
|
|
386
386
|
chellow/templates/g/units.html,sha256=p5Nd-lAIboKPEOO6N451hx1bcKxMg4BDODnZ-43MmJc,441
|
|
387
|
-
chellow-
|
|
388
|
-
chellow-
|
|
389
|
-
chellow-
|
|
387
|
+
chellow-1750591796.0.0.dist-info/METADATA,sha256=DRXh-odYMTSn96sdP_y_qaRPg7WlsxNGoWrnWVjiiow,12238
|
|
388
|
+
chellow-1750591796.0.0.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
|
389
|
+
chellow-1750591796.0.0.dist-info/RECORD,,
|
|
File without changes
|