Metadata-Version: 2.3
Name: ddecoapiparser
Version: 0.1.3.8
Summary: Package to request and parse AquaDesk data via the DD-ECO-API
Project-URL: Homepage, https://github.com/AbelsWouter/ddecoapiparser
Project-URL: Bug Tracker, https://github.com/AbelsWouter/ddecoapiparser/issues
Author-email: Wouter Abels <wouter.abels@rws.nl>
License-File: LICENSE
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.7
Requires-Dist: numpy>=1.25.1
Requires-Dist: pandas>=2.0.3
Requires-Dist: pyarrow>=15.0.0
Requires-Dist: requests>=2.31.0
Description-Content-Type: text/markdown

# ddecoapiparser

This Package contains the code to request data via the DD-ECO-API and parse the returned JSON to pd.DataFrame

Extra Information:

    Limited Documentation of the API is found here: https://github.com/DigitaleDeltaOrg/dd-eco-api-specs
    Implementation of the API is found here: https://ddecoapi.aquadesk.nl/index.html
    Syntax for Filtering the API request is found here: https://github.com/DigitaleDeltaOrg/dd-eco-api/blob/main/filtering.md

Arguments of an API request query:

    query_url (str): Select the desired url of the API to get the correct data.
    query_filter (str, optional): Filtering within API. Defaults to None.
    skip_properties (str, optional): Properties to skip in response. Defaults to None.
    api_key (str, optional): API key for identification as company, required for some url's . Defaults to None.

