uk_bin_collection 0.134.1__py3-none-any.whl → 0.134.3__py3-none-any.whl

Sign up to get free protection for your applications and to get access to all the features.
@@ -65,6 +65,7 @@
65
65
  "AshfordBoroughCouncil": {
66
66
  "postcode": "TN23 7SP",
67
67
  "uprn": "100060777899",
68
+ "web_driver": "http://selenium:4444",
68
69
  "url": "https://ashford.gov.uk",
69
70
  "wiki_command_url_override": "https://ashford.gov.uk",
70
71
  "wiki_name": "Ashford Borough Council",
@@ -609,6 +610,7 @@
609
610
  "house_number": "1",
610
611
  "postcode": "CM20 2FZ",
611
612
  "skip_get_url": true,
613
+ "web_driver": "http://selenium:4444",
612
614
  "url": "https://www.eastherts.gov.uk",
613
615
  "wiki_name": "East Herts Council",
614
616
  "wiki_note": "Pass the house number and postcode in their respective parameters."
@@ -702,6 +704,7 @@
702
704
  },
703
705
  "EppingForestDistrictCouncil": {
704
706
  "postcode": "IG9 6EP",
707
+ "web_driver": "http://selenium:4444",
705
708
  "url": "https://eppingforestdc.maps.arcgis.com/apps/instant/lookup/index.html?appid=bfca32b46e2a47cd9c0a84f2d8cdde17&find=IG9%206EP",
706
709
  "wiki_name": "Epping Forest District Council",
707
710
  "wiki_note": "Replace the postcode in the URL with your own."
@@ -956,6 +959,7 @@
956
959
  },
957
960
  "KingstonUponThamesCouncil": {
958
961
  "url": "https://waste-services.kingston.gov.uk/waste/2701097",
962
+ "web_driver": "http://selenium:4444",
959
963
  "wiki_command_url_override": "https://waste-services.kingston.gov.uk/waste/XXXXXXX",
960
964
  "wiki_name": "Kingston Upon Thames Council",
961
965
  "wiki_note": "Follow the instructions [here](https://waste-services.kingston.gov.uk/waste) until the \"Your bin days\" page, then copy the URL and replace the URL in the command."
@@ -1075,6 +1079,7 @@
1075
1079
  "LondonBoroughOfRichmondUponThames": {
1076
1080
  "house_number": "March Road",
1077
1081
  "skip_get_url": true,
1082
+ "web_driver": "http://selenium:4444",
1078
1083
  "url": "https://www.richmond.gov.uk/services/waste_and_recycling/collection_days/",
1079
1084
  "wiki_name": "London Borough Of Richmond Upon Thames",
1080
1085
  "wiki_note": "Pass the name of the street ONLY in the house number parameter, unfortunately post code's are not allowed. "
@@ -2173,4 +2178,4 @@
2173
2178
  "wiki_name": "York Council",
2174
2179
  "wiki_note": "Provide your UPRN."
2175
2180
  }
2176
- }
2181
+ }
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: uk_bin_collection
3
- Version: 0.134.1
3
+ Version: 0.134.3
4
4
  Summary: Python Lib to collect UK Bin Data
5
5
  Author: Robert Bradley
6
6
  Author-email: robbrad182@gmail.com
@@ -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=7LWKgJPhsPTdZmsGYuwCCAacIqJvxeG8LeZzqMiyTyk,114074
5
+ uk_bin_collection/tests/input.json,sha256=JkTGVLhCixCwq3Bio-wbnJunC8J1Wr2i8UcMOjtIcwc,114305
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=VZ0a81sioJULD7syAYHjvK_-nT_Rd36tUyzPetSA0gk,3475
@@ -307,8 +307,8 @@ uk_bin_collection/uk_bin_collection/councils/YorkCouncil.py,sha256=I2kBYMlsD4bId
307
307
  uk_bin_collection/uk_bin_collection/councils/council_class_template/councilclasstemplate.py,sha256=EQWRhZ2pEejlvm0fPyOTsOHKvUZmPnxEYO_OWRGKTjs,1158
308
308
  uk_bin_collection/uk_bin_collection/create_new_council.py,sha256=m-IhmWmeWQlFsTZC4OxuFvtw5ZtB8EAJHxJTH4O59lQ,1536
309
309
  uk_bin_collection/uk_bin_collection/get_bin_data.py,sha256=YvmHfZqanwrJ8ToGch34x-L-7yPe31nB_x77_Mgl_vo,4545
310
- uk_bin_collection-0.134.1.dist-info/LICENSE,sha256=vABBUOzcrgfaTKpzeo-si9YVEun6juDkndqA8RKdKGs,1071
311
- uk_bin_collection-0.134.1.dist-info/METADATA,sha256=IgmMDM585uMNPTg4sKSnpBGwbEF_fUxEf-E7_tYlkM0,19741
312
- uk_bin_collection-0.134.1.dist-info/WHEEL,sha256=Nq82e9rUAnEjt98J6MlVmMCZb-t9cYE2Ir1kpBmnWfs,88
313
- uk_bin_collection-0.134.1.dist-info/entry_points.txt,sha256=36WCSGMWSc916S3Hi1ZkazzDKHaJ6CD-4fCEFm5MIao,90
314
- uk_bin_collection-0.134.1.dist-info/RECORD,,
310
+ uk_bin_collection-0.134.3.dist-info/LICENSE,sha256=vABBUOzcrgfaTKpzeo-si9YVEun6juDkndqA8RKdKGs,1071
311
+ uk_bin_collection-0.134.3.dist-info/METADATA,sha256=D8Dndt7zkF_V79XDjd48mRuRbWFOzRHQxFWjBxGhp2k,19741
312
+ uk_bin_collection-0.134.3.dist-info/WHEEL,sha256=Nq82e9rUAnEjt98J6MlVmMCZb-t9cYE2Ir1kpBmnWfs,88
313
+ uk_bin_collection-0.134.3.dist-info/entry_points.txt,sha256=36WCSGMWSc916S3Hi1ZkazzDKHaJ6CD-4fCEFm5MIao,90
314
+ uk_bin_collection-0.134.3.dist-info/RECORD,,