API client for Chicago Economic Disclosure Statements (EDS)
Project description
Electronic Disclosure Statement (EDS) API Client
This driver allows other projects to interact with the City of Chicago's EDS system.
Setup
Dependencies
Installation
eds-api-client
is installable via pip.
Usage
This driver provides three endpoints. In order to succesfully instantiate the EDSAPIClient
class, provide values for client_id
, client_secret
, and domain
. If no domain
is provided, the default value is https://apiqa.chicago.gov
This driver provides three main functions:
- Register a user
new_user_response = api_client.register_user(registration_data,
app_username=client_username,
app_password=client_password)
- Log in a user
response = api_client._get_access_token(client_username, client_password)
- Submit an EDS
response = api_client.submit_eds(submission_data, client_username, client_password)
Development
Clone this repository, create a virtual environment, then install the package and test requirements.
git clone https://github.com/datamade/eds-api-client.git
python3 -m venv ~/.virtualenvs/python-eds-client
source ~/.virtualends/python-eds-client
pip install -e .
pip install -r test_requirements.txt
To run the tests:
pytest -sv
Copyright and attribution
Copyright (c) 2023 DataMade. Released under the MIT License.
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 Distributions
Built Distribution
File details
Details for the file eds_api_client-0.0.1-py3-none-any.whl
.
File metadata
- Download URL: eds_api_client-0.0.1-py3-none-any.whl
- Upload date:
- Size: 13.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6117eaaf3c5a0809f8171bb299306044d98f6ca2641dad76c9aad89ef23dd523 |
|
MD5 | 30f26610fbc6b6e3c74d64f288eb2f25 |
|
BLAKE2b-256 | 6430fa9ef451800eacba89cfacdf3668537391c566eb73dfb1c5739e9e66e165 |