Votes and elections for OneGov.
Project description
Votes and elections for OneGov.
Models
Domain of Influcence
The domain of influence is based on the eCH-0155 standard and used in onegov.ballot elections/votes and in onegov.election_day principals.
eCH-0155 |
DomainOfInfluenceMixin |
Principal |
Identifier |
---|---|---|---|
CH: Bund |
federation |
||
CT: Kanton |
canton |
Canton |
Shortcut (be, …) |
BZ: Bezirk |
region |
||
MU: Gemeinde |
municipality |
Municipality |
BFS number |
SK: Stadtkreis |
District ID |
Run the Tests
Install tox and run it:
pip install tox tox
Limit the tests to a specific python version:
tox -e py27
Conventions
Onegov Ballot follows PEP8 as close as possible. To test for it run:
tox -e pep8
Onegov Ballot uses Semantic Versioning
Build Status
Coverage
Latests PyPI Release
License
onegov.ballot is released under GPLv2
Changelog
3.10.1 (2019-08-05)
Adds migrations for related_link and related_link_label. [dadadamotha]
3.10.0 (2019-07-26)
Adds label (de, fr…) for related link macro. [dadadamotha]
3.9.0 (2019-04-23)
Adds a helper for getting the district of a distinct election. [msom]
3.8.0 (2019-04-11)
Adds ON DELETE CASCADE constraints to various models. [msom]
Improves the performance of deleting election and vote results. [msom]
Presets ballot ids. [msom]
3.7.6 (2019-03-18)
Adds a configuration option to show/hide mandate allocation view of election compounds. [msom]
3.7.5 (2019-03-06)
Fixes incompatibility with SQLAlchemy 1.3.0. [href]
3.7.4 (2019-01-18)
Adds an expats attribute to elections and votes. [msom]
Fixes calcualtion of the candidates percentages by entity and district. [msom]
3.7.3 (2018-11-27)
Adds a configuration option to enable/disable party strengths of election compounds. [msom]
3.7.1 (2018-07-06)
Fixes percentages of votes aggregations. [msom]
3.7.0 (2018-07-05)
Allows to group ballot results by districts. [msom
Adds candidate collections. [msom]
Adds list collections. [msom]
Adds the percentages of votes by entites and districts to candidates. [msom]
Adds the percentages of votes by entites and districts to lists. [msom]
3.6.1 (2018-05-17)
Doesn’t use a default absolute majority (of zero). [msom]
Adds an upgrade step to set the a default majority types to elections. [msom]
3.6.0 (2018-05-07)
Adds a majority type attribute to elections. [msom]
Allows to store related elections. [msom]
Allows to change the ID of elections and votes. [msom]
Refactor election compound model. [msom]
3.5.0 (2018-04-26)
Adds a distinct property to elections. [msom]
3.4.2 (2018-04-13)
Optimizes the ballot model. [msom]
3.4.1 (2018-03-29)
Exports the parties panachage data from the blank lists. [msom]
Improves calculation of last changes. [msom]
3.4.0 (2018-03-26)
Adds (party) panachage results to proporz elections. [msom]
Renames has_panachage_data to has_lists_panachage_data [msom]
3.3.1 (2018-03-20)
Export the election compound panachage data together with the party results. [msom]
3.3.0 (2018-03-19)
Adds panachage results to election compounds. [msom]
Adds party results export. [msom]
3.2.0 (2018-03-19)
Adds party results to election compounds. [msom]
3.1.3 (2018-03-13)
Returns elections of election compounds always as lists. [msom]
3.1.2 (2018-03-13)
Fixes upgrade steps. [msom]
3.1.1 (2018-03-12)
Adds a setter for elections to election compounds. [msom]
3.1.0 (2018-03-12)
Adds election compounds. [msom]
3.0.0 (2018-03-08)
Adds a counted attribute to election results, removes total_entities and counted_entities from election. [msom]
Adds a new domain of influence: region. [msom]
Fixes spelling of “eligible voters”. [msom]
2.0.1 (2018-02-27)
Fixes json output of elected candidates. [href]
2.0.0 (2018-01-23)
Splits the group attribute of results to a district and a name attribute. [msom]
1.10.4 (2018-01-16)
Adds a helper for getting the title translations. [msom]
Uses the default locale of the site to auto-generate the ids of elections and votes. [msom]
1.10.3 (2018-01-15)
Requires Python 3.6. [href]
1.10.2 (2017-12-14)
Adds a helper to check if elections and votes have results. [msom]
1.10.1 (2017-12-01)
Adds tacit elections. [msom]
Improves calculation of last changes. [msom]
1.10.0 (2017-11-28)
Makes votes and elections polymorphic. [msom]
1.9.2 (2017-11-27)
Improves last result change for votes. [msom]
1.9.1 (2017-11-27)
Split models and collections to separate files. [msom]
1.9.0 (2017-11-23)
Adds title with translations to ballots. [msom]
Adds vote type and related links. [msom]
1.8.0 (2017-11-20)
Allows to clear the results. [msom]
1.7.0 (2017-06-21)
Exports all translations of the titles. [msom]
1.6.3 (2017-06-07)
Fixes upgrade step. [msom]
1.6.2 (2017-06-07)
Fixes upgrade step. [msom]
1.6.1 (2017-06-07)
Fixes upgrade step. [msom]
1.6.0 (2017-06-06)
Adds party field to candidate. [msom]
Fixes spelling in candidates and candidates_results tables. [msom]
1.5.0 (2017-06-01)
Adds new columns (year, color, total votes) to party results. [msom]
1.4.0 (2017-05-01)
Adds a status (unknown, interim, final) to elections and votes. [msom]
1.3.2 (2017-04-27)
Evaluates the party results for the last modification date of an election. [msom]
1.3.1 (2017-03-30)
Fixes vote model returning integers in some instances. [msom]
1.3.0 (2017-03-06)
Adds a function to get the names of the elected candidates. [msom]
1.2.2 (2017-02-27)
Return the progress of a vote in relation to its entities, not ballot result groups. [msom]
1.2.1 (2017-01-10)
Report empty votes as being uncounted. [msom]
1.2.0 (2016-12-19)
Adds a model for party results. [msom]
1.1.1 (2016-12-09)
Improves the election export. [msom]
1.1.0 (2016-11-30)
Adds a model for panachage results. [msom]
1.0.3 (2016-11-28)
Fixes handling of changed model relationships. [msom]
1.0.2 (2016-11-28)
Changes vote model relationships. [msom]
1.0.1 (2016-10-06)
Fixes onegov.ballot not working with SQLAlchemy 1.1. [href]
(2016-09-26)
Adds a new domain of influence: municipality.
This release includes some breaking changes!
- The following rows have been renamed:
Election.total_municipalities -> Election.total_entities
Election.counted_municipalities -> Election.counted_entities
ElectionResult.municipality_id -> Election.entity_id
BallotResult.municipality_id -> Election.entity_id
The election and vote exports have changed their columns accordingly.
[msom]
0.8.0 (2016-08-26)
Orders the collections by date, shortcode and title. [msom]
Returns the yay and nay percentages even though votes have not fully been counted. [msom]
0.7.0 (2016-07-06)
Adds pagination to collections. [msom]
0.6.1 (2016-07-04)
Changes the behaviour of the last_result_change function to include the last change of the election/vote, too. [msom]
0.6.0 (2016-06-23)
Adds the number of allocated mandates to the list connection model. [msom]
0.5.0 (2016-06-10)
Adds more information to the election export. [msom]
0.4.2 (2016-03-17)
Adds meta columns for elections and votes. [msom]
Allows duplicate election and vote titles. [msom]
0.4.1 (2016-03-14)
Adds absolute majority for majorz elections. [msom]
0.4.0 (2016-03-07)
Adds models for elections. [msom]
0.3.0 (2015-12-15)
Enables translation of the votes title in the database. [href]
0.2.0 (2015-12-10)
Adds the ability to create an exportable representation of a vote. [href]
0.1.2 (2015-12-08)
If nobody votes on an issue the yeas percentage is now assumed to be 0%. Before it was undefined and lead to a division by zero. [href]
Changes the votes order to date, domain, shortcode, title. [href]
0.1.1 (2015-10-16)
Adds a last_result_change property on the vote, indicating the last time a result was added or changed. [href]
Adds a shortcode to each vote for internal reference. [href]
0.1.0 (2015-10-12)
Adds the ability to query the votes by year. [href]
Removes Python 2.x support. [href]
0.0.5 (2015-10-06)
Fixes the counts/results/percentages for votes without results. [href]
Yeas/Nays on the vote are no longer simple summations if a counter-proposal is present. In this case, the absolute total is taken from the winning proposition (say the yeas of the proposal or the counter-proposal, but not a merge of the two.). [href]
0.0.4 (2015-08-31)
Renames the “yays” to “yeas”, the correct spelling. [href]
0.0.3 (2015-06-26)
Remove support for Python 3.3. [href]
Adds support for onegov.core.upgrade. [href]
0.0.2 (2015-06-19)
Each ballot result now needs a municipality id, a.k.a BFS-Nummer. [href]
0.0.1 (2015-06-18)
Initial Release
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
Built Distribution
File details
Details for the file onegov.ballot-3.10.1.tar.gz
.
File metadata
- Download URL: onegov.ballot-3.10.1.tar.gz
- Upload date:
- Size: 133.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.32.2 CPython/3.6.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8f92ff85712eef66829ec97546105e2b671a1f3bd64e3d8e20254944d74bd019 |
|
MD5 | 531ea6144c6ffe53c28b3336c377ed59 |
|
BLAKE2b-256 | 8ca7b2aa4128b03223b6f63ed7e5faac76e8471259184874e8d97b5e7da4680f |
File details
Details for the file onegov.ballot-3.10.1-py3-none-any.whl
.
File metadata
- Download URL: onegov.ballot-3.10.1-py3-none-any.whl
- Upload date:
- Size: 63.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.32.2 CPython/3.6.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f659ee17ce47720c6f716c048534718c06cb5e18f0b36a3f26a447e026bbaca0 |
|
MD5 | 5c44bcc1fa3f27979ede4e81a6b1f16d |
|
BLAKE2b-256 | 0a96fb6a94b374b77305b55226ac67a67f68559982d58a2f3237b94554078cbe |