Derives significant dates for UK elections
Reason this release was yanked:
Error in build did not upload library code
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.0.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4b1c436da71f589577857b62a7aaa47e7a162b49e53cf3e16996622c1ea39844 |
|
MD5 | 97cd9a68ec5d81f485431d22baaa97d0 |
|
BLAKE2b-256 | e5a06180d22ee3eb5a33e4b1f0776a92728b8544b58048ed11033db88086d164 |