electionguard-api-python icon indicating copy to clipboard operation
electionguard-api-python copied to clipboard

ElectionGuard Web API in python to demonstrate usage of electionguard-python in performing ballot encryption, casting, spoiling, and tallying.

Results 15 electionguard-api-python issues
Sort by recently updated
recently updated
newest added

### Is there an existing issue for this? - [X] I have searched the existing issues ### Current Behavior Hi, i'm trying to test the framework, but when i use...

bug
triage

## Feature Request Until we have full Pydantic-compliant models (#98), we rely on custom deserialization in the routes, e.g.: ```python ballots = [PlaintextBallot.from_json_object(ballot) for ballot in request.ballots] ``` If this...

enhancement
good first issue
help wanted
hacktoberfest

Bumps [cryptography](https://github.com/pyca/cryptography) from 36.0.0 to 41.0.3. Changelog Sourced from cryptography's changelog. 41.0.3 - 2023-08-01 * Fixed performance regression loading DH public keys. * Fixed a memory leak when using :class:`~cryptography.hazmat.primitives.ciphers.aead.ChaCha20Poly1305`....

dependencies

Bumps [certifi](https://github.com/certifi/python-certifi) from 2021.10.8 to 2023.7.22. Commits 8fb96ed 2023.07.22 afe7722 Bump actions/setup-python from 4.6.1 to 4.7.0 (#230) 2038739 Bump dessant/lock-threads from 3.0.0 to 4.0.1 (#229) 44df761 Hash pin Actions and...

dependencies

Bumps [requests](https://github.com/psf/requests) from 2.26.0 to 2.31.0. Release notes Sourced from requests's releases. v2.31.0 2.31.0 (2023-05-22) Security Versions of Requests between v2.3.0 and v2.30.0 are vulnerable to potential forwarding of Proxy-Authorization...

dependencies

[//]: # (🚨 Please review the CONTRIBUTING.md in this repository. πŸ’”Thank you!) ### Issue Fixes https://github.com/microsoft/electionguard-api-python/issues/99 ### Description Add raise exception clause with 400 status for the deserialisation failure ###...

### Is there an existing issue for this? - [X] I have searched the existing issues ### Suggestion Graph QL could assist in making a couple queries simpler for users....

enhancement
help wanted

### Is there an existing issue for this? - [X] I have searched the existing issues ### Suggestion When an election administrator creates an election entry in the setup tool,...

enhancement

### Is there an existing issue for this? - [X] I have searched the existing issues ### Suggestion There is a new release of `electionguard-python`. Upgrade electionguard-python dependency to 1.3.0...

enhancement
blocked
code owner only

### Is there an existing issue for this? - [X] I have searched the existing issues ### Suggestion Create an api to download an Encryption Package. This should be: -...

enhancement