* feat: added town of vic park council
* docs: added exported vars to docs
* fix: updated icons
* fix: switched to raw string for regex
* reformatting
---------
Co-authored-by: 5ila5 <5ila5@users.noreply.github.com>
This allows you to be editing a source script in VS Code, then just
press F5 to run it through the test script with the debugger attached.
Supports Python and ICS-based sources.
* Update app_abfallplus_de.md
Updated doc for Abfall+ and added an example for Kreis Waldshut (Issue ##1537), thank to the help of @5ila5
* rename one Waldshut to Kreis Waldshut
---------
Co-authored-by: 5ila5 <5ila5@users.noreply.github.com>
Co-authored-by: 5ila5 <38183212+5ila5@users.noreply.github.com>
* creating copy of oxford for broxbourne collection days form
* Partially working Broxbourne implementation, broken where not all services available
* Working Broxbourne implementation
* Adding comments that explain Broxbourne's table structure
* Adding markdown for Broxbourne
* Added README and info.md updates, fixed handling of the current year for Broxbourne API
* Adding an integer UPRN test case per recent comments on Birmingham PR
* remove leap year error + reformatting
---------
Co-authored-by: Simon Leigh <simon.leigh@ditto.live>
Co-authored-by: 5ila5 <5ila5@users.noreply.github.com>
Co-authored-by: 5ila5 <38183212+5ila5@users.noreply.github.com>
* Adding Bury Council, UK
* Changing ID to UPRN
* Adding docs and info.md
* Adding docs and info.md
* Changing regex and uprn to ID
* reformatting + one id test case integer + change UPRN to id in md file
---------
Co-authored-by: Joe Ashworth <joe@joeashworth.io>
Co-authored-by: 5ila5 <5ila5@users.noreply.github.com>
* Glasgow City Council has updated their web URL and this has casued issues with the bin infomation, I have updated my install at home and found updating this has worked, could you please review to and update for future users
* updated docs MD (missed the URL at the top)
* Update citiesapps_com.md
Updated doc for citiesapps_com and added city Leibnitz to the description, since our city is now using the Cities App. I tried the addon for city Leibnitz and the waste calendar of the subcommunity Seggauberg is working.
* Update CitiesAppsCom.py
added city Leibnitz
* added city Leibnitz
* added East Ayrshire, UK as a source
* reformatting + convert one test case to string
---------
Co-authored-by: 5ila5 <5ila5@users.noreply.github.com>
* Remove debugging `print` statements from sources
* Remove duplicated dict item
* Remove semicolon from Python code
* Don't use f-strings when not needed
* General cleanup of `maidstone_gov_uk` source
* General cleanup of `lewisham_gov_uk` source
* General cleanup of `reigatebanstead_gov_uk` source
* `urpn` should be `uprn`, fix typo
* Remove unused code / variables
* General cleanup of `west_norfolk_gov_uk` source
* Add missing new line
* General cleanup of `thehills_nsw_gov_au` source, and fix 2nd test case
* Be consistent with use of `urllib3.disable_warnings` across sources
* `requests.packages.urllib3.disable_warnings()` doesn't seem to be needed in `northnorthants_gov_uk`
* Remove unused imports