Skip to main content

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:

  1. Register a user
new_user_response = api_client.register_user(registration_data,
                                             app_username=client_username,
                                             app_password=client_password)
  1. Log in a user
response = api_client._get_access_token(client_username, client_password)
  1. 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


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

eds_api_client-0.0.1-py3-none-any.whl (13.0 kB view details)

Uploaded Python 3

File details

Details for the file eds_api_client-0.0.1-py3-none-any.whl.

File metadata

File hashes

Hashes for eds_api_client-0.0.1-py3-none-any.whl
Algorithm Hash digest
SHA256 6117eaaf3c5a0809f8171bb299306044d98f6ca2641dad76c9aad89ef23dd523
MD5 30f26610fbc6b6e3c74d64f288eb2f25
BLAKE2b-256 6430fa9ef451800eacba89cfacdf3668537391c566eb73dfb1c5739e9e66e165

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page