Derives significant dates for UK elections
Project description
uk-election-timetables
This library encapsulates timetable legislation for elections run in the United Kingdom and its devolved administrations.
The election timetable varies based on:
- Type of Post - Parliamentary, Local, devolved Government, etc.
- Country - The United Kingdom has up to four different rules for the same type of election, one for each country.
- Calendar - each country has their own unique set of Bank Holidays.
Usage (publishing of candidate lists)
from datetime import date
from uk_election_timetables.elections.uk_parliament import UKParliamentElection
election = UKParliamentElection(date(2019, 2, 21))
print(election.sopn_publish_date) # date(2019, 1, 25)
Documentation
Hosted by readthedocs at https://uk-election-timetables.readthedocs.io/
Installation
pip install uk_election_timetables
Test
pytest
Supported Election Types
- Local
- United Kingdom Parliament
- Scottish Parliament
- Senedd Cymru
- Northern Ireland Assembly
- Mayoral
- Mayoral (London)
- Greater London Assembly
- Police and Crime commissioner
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Close
Hashes for uk-election-timetables-2.0.2.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7a764c5962f50cde6cbc9b9ba0f10e4872ba3ca5487dafe0146e652f6061536c |
|
MD5 | a97feb348b212e396cb56086a7b428de |
|
BLAKE2b-256 | c6ed19f7093b6e40a9efeb0c7490ef46ba35f7f70d89779af5bdeb620f48c49f |