uk_bin_collection 0.99.0__py3-none-any.whl → 0.100.0__py3-none-any.whl
Sign up to get free protection for your applications and to get access to all the features.
- uk_bin_collection/tests/input.json +29 -0
- uk_bin_collection/uk_bin_collection/councils/DudleyCouncil.py +81 -0
- uk_bin_collection/uk_bin_collection/councils/NorwichCityCouncil.py +75 -0
- uk_bin_collection/uk_bin_collection/councils/PlymouthCouncil.py +81 -0
- uk_bin_collection/uk_bin_collection/councils/SouthRibbleCouncil.py +83 -0
- {uk_bin_collection-0.99.0.dist-info → uk_bin_collection-0.100.0.dist-info}/METADATA +1 -1
- {uk_bin_collection-0.99.0.dist-info → uk_bin_collection-0.100.0.dist-info}/RECORD +10 -6
- {uk_bin_collection-0.99.0.dist-info → uk_bin_collection-0.100.0.dist-info}/LICENSE +0 -0
- {uk_bin_collection-0.99.0.dist-info → uk_bin_collection-0.100.0.dist-info}/WHEEL +0 -0
- {uk_bin_collection-0.99.0.dist-info → uk_bin_collection-0.100.0.dist-info}/entry_points.txt +0 -0
@@ -340,6 +340,13 @@
|
|
340
340
|
"wiki_name": "Dover District Council",
|
341
341
|
"wiki_note": "Replace XXXXXXXXXXXX with your UPRN. To get the UPRN, you can use [FindMyAddress](https://www.findmyaddress.co.uk/search)."
|
342
342
|
},
|
343
|
+
"DudleyCouncil": {
|
344
|
+
"url": "https://my.dudley.gov.uk",
|
345
|
+
"wiki_command_url_override": "https://my.dudley.gov.uk",
|
346
|
+
"uprn": "90014244",
|
347
|
+
"wiki_name": "Dudley Council",
|
348
|
+
"wiki_note": "You will need to use [FindMyAddress](https://www.findmyaddress.co.uk/search) to find the UPRN."
|
349
|
+
},
|
343
350
|
"DurhamCouncil": {
|
344
351
|
"skip_get_url": true,
|
345
352
|
"uprn": "200003218818",
|
@@ -860,6 +867,13 @@
|
|
860
867
|
"url": "https://www.northyorks.gov.uk/bin-calendar/lookup",
|
861
868
|
"wiki_name": "North Yorkshire Council"
|
862
869
|
},
|
870
|
+
"NorwichCityCouncil": {
|
871
|
+
"url": "https://www.norwich.gov.uk",
|
872
|
+
"wiki_command_url_override": "https://www.norwich.gov.uk",
|
873
|
+
"uprn": "100090888980",
|
874
|
+
"wiki_name": "Norwich City Council",
|
875
|
+
"wiki_note": "You will need to use [FindMyAddress](https://www.findmyaddress.co.uk/search) to find the UPRN."
|
876
|
+
},
|
863
877
|
"NorthumberlandCouncil": {
|
864
878
|
"house_number": "22",
|
865
879
|
"postcode": "NE46 1UQ",
|
@@ -886,6 +900,13 @@
|
|
886
900
|
"wiki_name": "Perth and Kinross Council",
|
887
901
|
"wiki_note": "You will need to use [FindMyAddress](https://www.findmyaddress.co.uk/search) to find the UPRN."
|
888
902
|
},
|
903
|
+
"PlymouthCouncil": {
|
904
|
+
"url": "https://www.plymouth.gov.uk",
|
905
|
+
"wiki_command_url_override": "https://www.plymouth.gov.uk",
|
906
|
+
"uprn": "100040420582",
|
907
|
+
"wiki_name": "Plymouth Council",
|
908
|
+
"wiki_note": "You will need to use [FindMyAddress](https://www.findmyaddress.co.uk/search) to find the UPRN."
|
909
|
+
},
|
889
910
|
"PortsmouthCityCouncil": {
|
890
911
|
"postcode": "PO4 0LE",
|
891
912
|
"skip_get_url": true,
|
@@ -1065,6 +1086,13 @@
|
|
1065
1086
|
"url": "https://www.southoxon.gov.uk/south-oxfordshire-district-council/recycling-rubbish-and-waste/when-is-your-collection-day/",
|
1066
1087
|
"wiki_name": "South Oxfordshire Council"
|
1067
1088
|
},
|
1089
|
+
"SouthRibbleCouncil": {
|
1090
|
+
"url": "https://www.southribble.gov.uk",
|
1091
|
+
"wiki_command_url_override": "https://www.southribble.gov.uk",
|
1092
|
+
"uprn": "010013246384",
|
1093
|
+
"wiki_name": "South Ribble Council",
|
1094
|
+
"wiki_note": "You will need to use [FindMyAddress](https://www.findmyaddress.co.uk/search) to find the UPRN."
|
1095
|
+
},
|
1068
1096
|
"SouthTynesideCouncil": {
|
1069
1097
|
"house_number": "1",
|
1070
1098
|
"postcode": "NE33 3JW",
|
@@ -1393,6 +1421,7 @@
|
|
1393
1421
|
"postcode": "RG40 2HR",
|
1394
1422
|
"skip_get_url": true,
|
1395
1423
|
"url": "https://www.wokingham.gov.uk/rubbish-and-recycling/waste-collection/find-your-bin-collection-day",
|
1424
|
+
"web_driver": "http://selenium:4444",
|
1396
1425
|
"wiki_name": "Wokingham Borough Council"
|
1397
1426
|
},
|
1398
1427
|
"WychavonDistrictCouncil": {
|
@@ -0,0 +1,81 @@
|
|
1
|
+
import time
|
2
|
+
|
3
|
+
import requests
|
4
|
+
|
5
|
+
from uk_bin_collection.uk_bin_collection.common import *
|
6
|
+
from uk_bin_collection.uk_bin_collection.get_bin_data import AbstractGetBinDataClass
|
7
|
+
|
8
|
+
|
9
|
+
# import the wonderful Beautiful Soup and the URL grabber
|
10
|
+
class CouncilClass(AbstractGetBinDataClass):
|
11
|
+
"""
|
12
|
+
Concrete classes have to implement all abstract operations of the
|
13
|
+
base class. They can also override some operations with a default
|
14
|
+
implementation.
|
15
|
+
"""
|
16
|
+
|
17
|
+
def parse_data(self, page: str, **kwargs) -> dict:
|
18
|
+
|
19
|
+
user_uprn = kwargs.get("uprn")
|
20
|
+
check_uprn(user_uprn)
|
21
|
+
bindata = {"bins": []}
|
22
|
+
|
23
|
+
SESSION_URL = "https://my.dudley.gov.uk/authapi/isauthenticated?uri=https%253A%252F%252Fmy.dudley.gov.uk%252Fen%252FAchieveForms%252F%253Fform_uri%253Dsandbox-publish%253A%252F%252FAF-Process-373f5628-9aae-4e9e-ae09-ea7cd0588201%252FAF-Stage-52ec040b-10e6-440f-b964-23f924741496%252Fdefinition.json%2526redirectlink%253D%25252Fen%2526cancelRedirectLink%253D%25252Fen%2526consentMessage%253Dyes&hostname=my.dudley.gov.uk&withCredentials=true"
|
24
|
+
|
25
|
+
API_URL = "https://my.dudley.gov.uk/apibroker/runLookup"
|
26
|
+
|
27
|
+
data = {
|
28
|
+
"formValues": {
|
29
|
+
"My bins": {
|
30
|
+
"uprnToCheck": {"value": user_uprn},
|
31
|
+
}
|
32
|
+
},
|
33
|
+
}
|
34
|
+
|
35
|
+
headers = {
|
36
|
+
"Content-Type": "application/json",
|
37
|
+
"Accept": "application/json",
|
38
|
+
"User-Agent": "Mozilla/5.0",
|
39
|
+
"X-Requested-With": "XMLHttpRequest",
|
40
|
+
"Referer": "https://my.dudley.gov.uk/fillform/?iframe_id=fillform-frame-1&db_id=",
|
41
|
+
}
|
42
|
+
s = requests.session()
|
43
|
+
r = s.get(SESSION_URL)
|
44
|
+
r.raise_for_status()
|
45
|
+
session_data = r.json()
|
46
|
+
sid = session_data["auth-session"]
|
47
|
+
params = {
|
48
|
+
"id": "64899d4c2574c",
|
49
|
+
"repeat_against": "",
|
50
|
+
"noRetry": "true",
|
51
|
+
"getOnlyTokens": "undefined",
|
52
|
+
"log_id": "",
|
53
|
+
"app_name": "AF-Renderer::Self",
|
54
|
+
# unix_timestamp
|
55
|
+
"_": str(int(time.time() * 1000)),
|
56
|
+
"sid": sid,
|
57
|
+
}
|
58
|
+
r = s.post(API_URL, json=data, headers=headers, params=params)
|
59
|
+
r.raise_for_status()
|
60
|
+
data = r.json()
|
61
|
+
rows_data = data["integration"]["transformed"]["rows_data"]["0"]
|
62
|
+
if not isinstance(rows_data, dict):
|
63
|
+
raise ValueError("Invalid data returned from API")
|
64
|
+
BIN_TYPES = [
|
65
|
+
("refuseDate", "Refuse"),
|
66
|
+
("recyclingDate", "Recycling"),
|
67
|
+
("gardenDate", "Garden Waste"),
|
68
|
+
]
|
69
|
+
bin_type_dict = dict(BIN_TYPES)
|
70
|
+
|
71
|
+
for row in rows_data.items():
|
72
|
+
if (row[0].endswith("Date")) and not row[0].endswith("EndDate"):
|
73
|
+
if row[1]:
|
74
|
+
bin_type = bin_type_dict.get(row[0], row[0])
|
75
|
+
collection_date = datetime.strptime(row[1], "%Y-%m-%d").strftime(
|
76
|
+
"%d/%m/%Y"
|
77
|
+
)
|
78
|
+
dict_data = {"type": bin_type, "collectionDate": collection_date}
|
79
|
+
bindata["bins"].append(dict_data)
|
80
|
+
|
81
|
+
return bindata
|
@@ -0,0 +1,75 @@
|
|
1
|
+
import time
|
2
|
+
|
3
|
+
import requests
|
4
|
+
from bs4 import BeautifulSoup
|
5
|
+
|
6
|
+
from uk_bin_collection.uk_bin_collection.common import *
|
7
|
+
from uk_bin_collection.uk_bin_collection.get_bin_data import AbstractGetBinDataClass
|
8
|
+
|
9
|
+
|
10
|
+
# import the wonderful Beautiful Soup and the URL grabber
|
11
|
+
class CouncilClass(AbstractGetBinDataClass):
|
12
|
+
"""
|
13
|
+
Concrete classes have to implement all abstract operations of the
|
14
|
+
base class. They can also override some operations with a default
|
15
|
+
implementation.
|
16
|
+
"""
|
17
|
+
|
18
|
+
def parse_data(self, page: str, **kwargs) -> dict:
|
19
|
+
|
20
|
+
user_uprn = kwargs.get("uprn")
|
21
|
+
check_uprn(user_uprn)
|
22
|
+
bindata = {"bins": []}
|
23
|
+
|
24
|
+
API_URL = "https://maps.norwich.gov.uk/arcgis/rest/services/MyNorwich/PropertyDetails/FeatureServer/2/query"
|
25
|
+
|
26
|
+
params = {
|
27
|
+
"f": "json",
|
28
|
+
"where": f"UPRN='{user_uprn}' or UPRN='0{user_uprn}'",
|
29
|
+
"returnGeometry": "true",
|
30
|
+
"spatialRel": "esriSpatialRelIntersects",
|
31
|
+
"geometryType": "esriGeometryPolygon",
|
32
|
+
"inSR": "4326",
|
33
|
+
"outFields": "*",
|
34
|
+
"outSR": "4326",
|
35
|
+
"resultRecordCount": "1000",
|
36
|
+
}
|
37
|
+
|
38
|
+
r = requests.get(API_URL, params=params)
|
39
|
+
|
40
|
+
data = r.json()
|
41
|
+
data = data["features"][0]["attributes"]["WasteCollectionHtml"]
|
42
|
+
soup = BeautifulSoup(data, "html.parser")
|
43
|
+
|
44
|
+
alternateCheck = soup.find("p")
|
45
|
+
if alternateCheck.text.__contains__("alternate"):
|
46
|
+
alternateCheck = True
|
47
|
+
else:
|
48
|
+
alternateCheck = False
|
49
|
+
|
50
|
+
strong = soup.find_all("strong")
|
51
|
+
|
52
|
+
if alternateCheck:
|
53
|
+
bin_types = strong[2].text.strip().replace(".", "").split(" and ")
|
54
|
+
for bin in bin_types:
|
55
|
+
dict_data = {
|
56
|
+
"type": bin,
|
57
|
+
"collectionDate": strong[1].text.strip(),
|
58
|
+
}
|
59
|
+
bindata["bins"].append(dict_data)
|
60
|
+
else:
|
61
|
+
p_tag = soup.find_all("p")
|
62
|
+
i = 1
|
63
|
+
for p in p_tag:
|
64
|
+
bin_types = (
|
65
|
+
p.text.split("Your ")[1].split(" is collected")[0].split(" and ")
|
66
|
+
)
|
67
|
+
for bin in bin_types:
|
68
|
+
dict_data = {
|
69
|
+
"type": bin,
|
70
|
+
"collectionDate": strong[i].text.strip(),
|
71
|
+
}
|
72
|
+
bindata["bins"].append(dict_data)
|
73
|
+
i += 2
|
74
|
+
|
75
|
+
return bindata
|
@@ -0,0 +1,81 @@
|
|
1
|
+
import time
|
2
|
+
|
3
|
+
import requests
|
4
|
+
|
5
|
+
from uk_bin_collection.uk_bin_collection.common import *
|
6
|
+
from uk_bin_collection.uk_bin_collection.get_bin_data import AbstractGetBinDataClass
|
7
|
+
|
8
|
+
|
9
|
+
# import the wonderful Beautiful Soup and the URL grabber
|
10
|
+
class CouncilClass(AbstractGetBinDataClass):
|
11
|
+
"""
|
12
|
+
Concrete classes have to implement all abstract operations of the
|
13
|
+
base class. They can also override some operations with a default
|
14
|
+
implementation.
|
15
|
+
"""
|
16
|
+
|
17
|
+
def parse_data(self, page: str, **kwargs) -> dict:
|
18
|
+
|
19
|
+
user_uprn = kwargs.get("uprn")
|
20
|
+
check_uprn(user_uprn)
|
21
|
+
bindata = {"bins": []}
|
22
|
+
|
23
|
+
SESSION_URL = "https://plymouth-self.achieveservice.com/authapi/isauthenticated?uri=https%253A%252F%252Fplymouth-self.achieveservice.com%252Fen%252FAchieveForms%252F%253Fform_uri%253Dsandbox-publish%253A%252F%252FAF-Process-31283f9a-3ae7-4225-af71-bf3884e0ac1b%252FAF-Stagedba4a7d5-e916-46b6-abdb-643d38bec875%252Fdefinition.json%2526redirectlink%253D%25252Fen%2526cancelRedirectLink%253D%25252Fen%2526consentMessage%253Dyes&hostname=plymouth-self.achieveservice.com&withCredentials=true"
|
24
|
+
|
25
|
+
API_URL = "https://plymouth-self.achieveservice.com/apibroker/runLookup"
|
26
|
+
|
27
|
+
data = {
|
28
|
+
"formValues": {
|
29
|
+
"Section 1": {
|
30
|
+
"number1": {"value": user_uprn},
|
31
|
+
"lastncoll": {"value": "0"},
|
32
|
+
"nextncoll": {"value": "9"},
|
33
|
+
}
|
34
|
+
},
|
35
|
+
}
|
36
|
+
|
37
|
+
headers = {
|
38
|
+
"Content-Type": "application/json",
|
39
|
+
"Accept": "application/json",
|
40
|
+
"User-Agent": "Mozilla/5.0",
|
41
|
+
"X-Requested-With": "XMLHttpRequest",
|
42
|
+
"Referer": "https://plymouth-self.achieveservice.com/fillform/?iframe_id=fillform-frame-1&db_id=",
|
43
|
+
}
|
44
|
+
s = requests.session()
|
45
|
+
r = s.get(SESSION_URL)
|
46
|
+
r.raise_for_status()
|
47
|
+
session_data = r.json()
|
48
|
+
sid = session_data["auth-session"]
|
49
|
+
params = {
|
50
|
+
"id": "5c99439d85f83",
|
51
|
+
"repeat_against": "",
|
52
|
+
"noRetry": "false",
|
53
|
+
"getOnlyTokens": "undefined",
|
54
|
+
"log_id": "",
|
55
|
+
"app_name": "AF-Renderer::Self",
|
56
|
+
# unix_timestamp
|
57
|
+
"_": str(int(time.time() * 1000)),
|
58
|
+
"sid": sid,
|
59
|
+
}
|
60
|
+
r = s.post(API_URL, json=data, headers=headers, params=params)
|
61
|
+
r.raise_for_status()
|
62
|
+
data = r.json()
|
63
|
+
rows_data = data["integration"]["transformed"]["rows_data"]
|
64
|
+
if not isinstance(rows_data, dict):
|
65
|
+
raise ValueError("Invalid data returned from API")
|
66
|
+
BIN_TYPES = [
|
67
|
+
("OR", "Garden Waste Bin"),
|
68
|
+
("DO", "Brown Domestic Bin"),
|
69
|
+
("RE", "Green Recycling Bin"),
|
70
|
+
]
|
71
|
+
bin_type_dict = dict(BIN_TYPES)
|
72
|
+
|
73
|
+
for row in rows_data.items():
|
74
|
+
bin_type = bin_type_dict.get(row[1]["Round_Type"], row[1]["Round_Type"])
|
75
|
+
collection_date = datetime.strptime(
|
76
|
+
row[1]["Date"].split("T")[0], "%Y-%m-%d"
|
77
|
+
).strftime("%d/%m/%Y")
|
78
|
+
dict_data = {"type": bin_type, "collectionDate": collection_date}
|
79
|
+
bindata["bins"].append(dict_data)
|
80
|
+
|
81
|
+
return bindata
|
@@ -0,0 +1,83 @@
|
|
1
|
+
import time
|
2
|
+
|
3
|
+
import requests
|
4
|
+
|
5
|
+
from uk_bin_collection.uk_bin_collection.common import *
|
6
|
+
from uk_bin_collection.uk_bin_collection.get_bin_data import AbstractGetBinDataClass
|
7
|
+
|
8
|
+
|
9
|
+
# import the wonderful Beautiful Soup and the URL grabber
|
10
|
+
class CouncilClass(AbstractGetBinDataClass):
|
11
|
+
"""
|
12
|
+
Concrete classes have to implement all abstract operations of the
|
13
|
+
base class. They can also override some operations with a default
|
14
|
+
implementation.
|
15
|
+
"""
|
16
|
+
|
17
|
+
def parse_data(self, page: str, **kwargs) -> dict:
|
18
|
+
|
19
|
+
user_uprn = kwargs.get("uprn")
|
20
|
+
check_uprn(user_uprn)
|
21
|
+
bindata = {"bins": []}
|
22
|
+
|
23
|
+
SESSION_URL = "https://southribble-ss.achieveservice.com/authapi/isauthenticated?uri=https%253A%252F%252Fsouthribble-ss.achieveservice.com%252FAchieveForms%252F%253Fmode%253Dfill%2526form_uri%253Dsandbox-publish%25253A%252F%252FAF-Process-d3971054-2e93-4a74-8375-494347dd13fd%252FAF-Stage-2693df73-8a5f-4e24-86b8-456ef81dd4a1%252Fdefinition.json%2526process%253D1%2526process_uri%253Dsandbox-processes%25253A%252F%252FAF-Process-d3971054-2e93-4a74-8375-494347dd13fd%2526process_id%253DAF-Process-d3971054-2e93-4a74-8375-494347dd13fd%2526accept%253Dyes%2526consentMessageIds%25255B%25255D%253D3%2526accept%253Dyes%2526consentMessageIds%255B%255D%253D3&hostname=southribble-ss.achieveservice.com&withCredentials=true"
|
24
|
+
|
25
|
+
API_URL = "https://southribble-ss.achieveservice.com/apibroker/runLookup"
|
26
|
+
|
27
|
+
data = {
|
28
|
+
"formValues": {
|
29
|
+
"Your Collections": {
|
30
|
+
"PickupDate": {"value": datetime.now().strftime("%Y-%m-%d")},
|
31
|
+
},
|
32
|
+
"Your details": {
|
33
|
+
"LLPGUPRN": {"value": user_uprn},
|
34
|
+
},
|
35
|
+
},
|
36
|
+
}
|
37
|
+
|
38
|
+
headers = {
|
39
|
+
"Content-Type": "application/json",
|
40
|
+
"Accept": "application/json",
|
41
|
+
"User-Agent": "Mozilla/5.0",
|
42
|
+
"X-Requested-With": "XMLHttpRequest",
|
43
|
+
"Referer": "https://southribble-ss.achieveservice.com/fillform/?iframe_id=fillform-frame-1&db_id=",
|
44
|
+
}
|
45
|
+
s = requests.session()
|
46
|
+
r = s.get(SESSION_URL)
|
47
|
+
r.raise_for_status()
|
48
|
+
session_data = r.json()
|
49
|
+
sid = session_data["auth-session"]
|
50
|
+
params = {
|
51
|
+
"id": "58ab44ef078bd",
|
52
|
+
"repeat_against": "",
|
53
|
+
"noRetry": "false",
|
54
|
+
"getOnlyTokens": "undefined",
|
55
|
+
"log_id": "",
|
56
|
+
"app_name": "AF-Renderer::Self",
|
57
|
+
# unix_timestamp
|
58
|
+
"_": str(int(time.time() * 1000)),
|
59
|
+
"sid": sid,
|
60
|
+
}
|
61
|
+
r = s.post(API_URL, json=data, headers=headers, params=params)
|
62
|
+
r.raise_for_status()
|
63
|
+
data = r.json()
|
64
|
+
rows_data = data["integration"]["transformed"]["rows_data"]["0"]
|
65
|
+
if not isinstance(rows_data, dict):
|
66
|
+
raise ValueError("Invalid data returned from API")
|
67
|
+
BIN_TYPES = [
|
68
|
+
("RCNextCollectionDate", "Household Waste (Non-Recyclable Waste)"),
|
69
|
+
("RENextCollectionDate", "Blue/Green Recyclable Waste"),
|
70
|
+
("GWNextCollectionDate", "Garden Waste Collection"),
|
71
|
+
("FWNextCollectionDate", "Food Waste"),
|
72
|
+
]
|
73
|
+
bin_type_dict = dict(BIN_TYPES)
|
74
|
+
|
75
|
+
for row in rows_data.items():
|
76
|
+
if row[0].endswith("NextCollectionDate"):
|
77
|
+
if row[1]:
|
78
|
+
bin_type = bin_type_dict.get(row[0], row[0])
|
79
|
+
collection_date = row[1]
|
80
|
+
dict_data = {"type": bin_type, "collectionDate": collection_date}
|
81
|
+
bindata["bins"].append(dict_data)
|
82
|
+
|
83
|
+
return bindata
|
@@ -2,7 +2,7 @@ uk_bin_collection/README.rst,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,
|
|
2
2
|
uk_bin_collection/tests/council_feature_input_parity.py,sha256=DO6Mk4ImYgM5ZCZ-cutwz5RoYYWZRLYx2tr6zIs_9Rc,3843
|
3
3
|
uk_bin_collection/tests/features/environment.py,sha256=VQZjJdJI_kZn08M0j5cUgvKT4k3iTw8icJge1DGOkoA,127
|
4
4
|
uk_bin_collection/tests/features/validate_council_outputs.feature,sha256=SJK-Vc737hrf03tssxxbeg_JIvAH-ddB8f6gU1LTbuQ,251
|
5
|
-
uk_bin_collection/tests/input.json,sha256=
|
5
|
+
uk_bin_collection/tests/input.json,sha256=zXnq55cYrh5bE9mLnWEk8e0ksHpZWzZJzewZeipG6x8,70569
|
6
6
|
uk_bin_collection/tests/output.schema,sha256=ZwKQBwYyTDEM4G2hJwfLUVM-5v1vKRvRK9W9SS1sd18,1086
|
7
7
|
uk_bin_collection/tests/step_defs/step_helpers/file_handler.py,sha256=Ygzi4V0S1MIHqbdstUlIqtRIwnynvhu4UtpweJ6-5N8,1474
|
8
8
|
uk_bin_collection/tests/step_defs/test_validate_council.py,sha256=LrOSt_loA1Mw3vTqaO2LpaDMu7rYJy6k5Kr-EOBln7s,3424
|
@@ -58,6 +58,7 @@ uk_bin_collection/uk_bin_collection/councils/DerbyshireDalesDistrictCouncil.py,s
|
|
58
58
|
uk_bin_collection/uk_bin_collection/councils/DoncasterCouncil.py,sha256=b7pxoToXu6dBBYXsXmlwfPXE8BjHxt0hjCOBNlNgvX8,3118
|
59
59
|
uk_bin_collection/uk_bin_collection/councils/DorsetCouncil.py,sha256=XUWH5BzkjPSFBLczo-Vo-Wly2JMoabm9WtI6_Mf-pO4,1523
|
60
60
|
uk_bin_collection/uk_bin_collection/councils/DoverDistrictCouncil.py,sha256=3Zgap6kaVpDXtRfBKEL1Ms6eb0iFIipYKNtOq3Hrdd4,1891
|
61
|
+
uk_bin_collection/uk_bin_collection/councils/DudleyCouncil.py,sha256=tDGfBWD5AVEzHt-XowD4qmmDcdlOLKC0oON8jkARRAI,3134
|
61
62
|
uk_bin_collection/uk_bin_collection/councils/DurhamCouncil.py,sha256=6O8bNsQVYQbrCYQE9Rp0c_rtkcXuxR3s9J6jn4MK4_s,1695
|
62
63
|
uk_bin_collection/uk_bin_collection/councils/EalingCouncil.py,sha256=UhNXGi-_6NYZu50988VEvOzmAVunxOoyJ6mz0OEaUz4,1321
|
63
64
|
uk_bin_collection/uk_bin_collection/councils/EastCambridgeshireCouncil.py,sha256=aYUVE5QqTxdj8FHhCB4EiFVDJahWJD9Pq0d1upBEvXg,1501
|
@@ -132,9 +133,11 @@ uk_bin_collection/uk_bin_collection/councils/NorthTynesideCouncil.py,sha256=N_ZR
|
|
132
133
|
uk_bin_collection/uk_bin_collection/councils/NorthWestLeicestershire.py,sha256=gJj0dyQc5QUefqusKGk2LLXfWbG5tlEXUOh8KAPh3RI,4584
|
133
134
|
uk_bin_collection/uk_bin_collection/councils/NorthYorkshire.py,sha256=2wTrr3VrZDp9-YtDPmWd649gXeWH4hbm2-Hw8Vau5Xs,1933
|
134
135
|
uk_bin_collection/uk_bin_collection/councils/NorthumberlandCouncil.py,sha256=KEFsxEvQ159fkuFo-fza67YCnnCZ5ElwE80zTrqDEWI,4990
|
136
|
+
uk_bin_collection/uk_bin_collection/councils/NorwichCityCouncil.py,sha256=At-9dEcKBUZSrtJ2RncwvMnV0OVU3pE6kxEYbLL-Av8,2437
|
135
137
|
uk_bin_collection/uk_bin_collection/councils/NottinghamCityCouncil.py,sha256=panTCjnsBOQ98-TBO9xVZk_jcT_gjMhx3Gg5oWxBRLo,1254
|
136
138
|
uk_bin_collection/uk_bin_collection/councils/OldhamCouncil.py,sha256=9dlesCxNoVXlmQaqZj7QFh00smnJbm1Gnjkr_Uvzurs,1771
|
137
139
|
uk_bin_collection/uk_bin_collection/councils/PerthAndKinrossCouncil.py,sha256=Kos5GzN2co3Ij3tSHOXB9S71Yt78RROCfVRtnh7M1VU,3657
|
140
|
+
uk_bin_collection/uk_bin_collection/councils/PlymouthCouncil.py,sha256=FJqpJ0GJhpjYeyZ9ioZPkKGl-zrqMD3y5iKa07e_i30,3202
|
138
141
|
uk_bin_collection/uk_bin_collection/councils/PortsmouthCityCouncil.py,sha256=xogNgVvwM5FljCziiNLgZ_wzkOnrQkifi1dkPMDRMtg,5588
|
139
142
|
uk_bin_collection/uk_bin_collection/councils/PrestonCityCouncil.py,sha256=3Nuin2hQsiEsbJR_kHldtzRhzmnPFctH7C7MFG7thj8,3838
|
140
143
|
uk_bin_collection/uk_bin_collection/councils/ReadingBoroughCouncil.py,sha256=ZlQjU0IeKylGE9VlivSMh4XKwoLgntESPiylSOYkuD4,1009
|
@@ -161,6 +164,7 @@ uk_bin_collection/uk_bin_collection/councils/SouthKestevenDistrictCouncil.py,sha
|
|
161
164
|
uk_bin_collection/uk_bin_collection/councils/SouthLanarkshireCouncil.py,sha256=fj-eZI0yrvQVCv8GvhcovZ3b9bV6Xv_ws3IunWjnv4U,3126
|
162
165
|
uk_bin_collection/uk_bin_collection/councils/SouthNorfolkCouncil.py,sha256=ThO-oJ_n7hNRMl_n--rMPWKS6j-hkL_Ab7JBqKaylfg,3971
|
163
166
|
uk_bin_collection/uk_bin_collection/councils/SouthOxfordshireCouncil.py,sha256=zW4bN3hcqNoK_Y0-vPpuZs3K0LTPvApu6_v9K-D7WjE,3879
|
167
|
+
uk_bin_collection/uk_bin_collection/councils/SouthRibbleCouncil.py,sha256=OdexbeiI5WsCfjlsnHjAce8oGF5fW-n7q2XOuxcpHzw,3604
|
164
168
|
uk_bin_collection/uk_bin_collection/councils/SouthTynesideCouncil.py,sha256=dxXGrJfg_fn2IPTBgq6Duwy0WY8GYLafMuisaCjOnbs,3426
|
165
169
|
uk_bin_collection/uk_bin_collection/councils/SouthwarkCouncil.py,sha256=Kc9YrevYO4u1EI1r2LV74cmYCpEo5x2c8-WfFHecPCc,4817
|
166
170
|
uk_bin_collection/uk_bin_collection/councils/StAlbansCityAndDistrictCouncil.py,sha256=mPZz6Za6kTSkrfHnj0OfwtnpRYR1dKvxbuFEKnWsiL8,1451
|
@@ -213,8 +217,8 @@ uk_bin_collection/uk_bin_collection/councils/YorkCouncil.py,sha256=I2kBYMlsD4bId
|
|
213
217
|
uk_bin_collection/uk_bin_collection/councils/council_class_template/councilclasstemplate.py,sha256=4s9ODGPAwPqwXc8SrTX5Wlfmizs3_58iXUtHc4Ir86o,1162
|
214
218
|
uk_bin_collection/uk_bin_collection/create_new_council.py,sha256=m-IhmWmeWQlFsTZC4OxuFvtw5ZtB8EAJHxJTH4O59lQ,1536
|
215
219
|
uk_bin_collection/uk_bin_collection/get_bin_data.py,sha256=YvmHfZqanwrJ8ToGch34x-L-7yPe31nB_x77_Mgl_vo,4545
|
216
|
-
uk_bin_collection-0.
|
217
|
-
uk_bin_collection-0.
|
218
|
-
uk_bin_collection-0.
|
219
|
-
uk_bin_collection-0.
|
220
|
-
uk_bin_collection-0.
|
220
|
+
uk_bin_collection-0.100.0.dist-info/LICENSE,sha256=vABBUOzcrgfaTKpzeo-si9YVEun6juDkndqA8RKdKGs,1071
|
221
|
+
uk_bin_collection-0.100.0.dist-info/METADATA,sha256=3ZZbEhXFX2oIm-b-DbCqLelxuboNyfxOohMDxy4C9Wk,16844
|
222
|
+
uk_bin_collection-0.100.0.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
|
223
|
+
uk_bin_collection-0.100.0.dist-info/entry_points.txt,sha256=36WCSGMWSc916S3Hi1ZkazzDKHaJ6CD-4fCEFm5MIao,90
|
224
|
+
uk_bin_collection-0.100.0.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|