elex
elex copied to clipboard
A wrapper for the AP v2 Elections API.
Bumps [ujson](https://github.com/ultrajson/ultrajson) from 1.35 to 5.4.0. Release notes Sourced from ujson's releases. 5.4.0 Added Add support for arbitrary size integers (#548) @JustAnotherArchivist Fixed CVE-2022-31116: Replace wchar_t string decoding implementation with...
This is the last change needed to get the code linter passing. Note: Someone with an AP API key should run the full test suite to make there are no...
The latest version of jinja2 is incompatible with the current docs setup, so lock the version to make sure the docs can still be built.
Need virtualenvwrapper to be installed to run `mkvirtualenv` and `workon`.
Hi, _**elex**_ locked the version constraint of _**requests**_ as requests ==2.19., which leads a troubling scenario to its direct downstream project _** politico-civic-election-night **_ which has dependency requests. Could you...
Added the numrunoff from ap race data. Tested this fork in my elex-results app and it appears to be working fine. Didn't add a test, wasn't sure exactly where it...
Some fields appear in JSON or CSV output but not the other. Some data is formatted differently, such as "percents" going from 0 to 1 vs. 0 to 100. I've...
This branch adds a couple configuration options to `elex.api.trends.BaseTrendReport`, and also to the corresponding CLI tasks (`elex.cli.app.ElexBaseController.{governor|house|senate}_trends`). Chief among these additions is support for an `electiondate` option in the `BaseTrendReport`...