client for the threedi API
Project description
threedi-api-client
A Python library for interfacing with the 3Di API
Free software: BSD license
Documentation: https://threedi-api-client.readthedocs.io
Features
Object-oriented API interaction generated with https://openapi-generator.tech/.
Asynchronous support.
Advanced file download and upload utility functions.
Installation
We recommend pip to install this package:
pip install --user threedi-api-client
If async support is required, install as follows:
pip install --user threedi-api-client[aio]
Credits
The OpenAPI client has been generated with OpenAPI generator (https://openapi-generator.tech/), which is licensed under the Apache License 2.0.
This package was created with Cookiecutter and the audreyr/cookiecutter-pypackage project template.
History
3.0.29 (2021-06-02)
Moved documentation to readthedocs and consistently named the project from threedi-api-client (instead of threedi-openapi-client).
3.0.28 (2021-05-04)
Renamed general settings to physical settings.
3.0.27 (2021-04-26)
Dropped support for Python 3.5.
Added upload and download file functions (sync and async).
3.0.26 (2021-04-07)
Put leakage back. Was missing because local API definition was out of sync.
3.0.25 (2021-04-07)
Added simulation settings.
3.0.24 (2021-03-19)
Added leakage to API
3.0.23 (2021-03-03)
Removed print statement.
3.0.22 (2021-02-12)
Fix: The expiry function for automatic token renewal did not work.
3.0.21 (2021-01-21)
New filters and usage statistics models.
3.0.20 (2021-01-07)
Fix threedi_api_client import.
3.0.19 (2021-01-07)
Run pytest with python -m pyest… to make sure the current path is added to the PYTHONPATH.
3.0.18 (2021-01-07)
Make sure aio module is distributed as well.
3.0.17 (2020-12-01)
Added boundary conditions (file) upload
3.0.16 (2020-11-04)
Pinned aiohttp to 3.6.3, with >= 3.7.0 yarl and mulitdict needs to be build with GCC.
Removed laterals/file/upload endpoint
Added endpoint for retrying Lizard (results) postprocessing
3.0.15 (2020-10-14)
Added user to lizardrasterrain and lizard raster sources&sinks
3.0.14 (2020-10-14)
Retrying release
3.0.13 (2020-10-14)
Added extent/point swagger definitions
Added filelateral to swagger
3.0.12 (2020-10-13)
Retrying release
3.0.11 (2020-10-13)
Added user to Lizard raster rain and Lizard raster sources sinks
Added gh-actions release pipeline.
3.0.10 (2020-09-29)
Added bulk-lateral events.
3.0.9 (2020-09-16)
Added table and memory structure controls.
3.0.8 (2020-09-04)
Renamed timestructurecontrol to timestructurecontrols.
3.0.7 (2020-08-20)
Add example notebooks in the documentation.
3.0.6 (2020-07-31)
Update exit code definitions.
3.0.5 (2020-07-31)
Added exit_code field to status resource.
Added breaches graph endpoint.
3.0.4 (2020-07-15)
Added pumps discharge graph endpoint
Added more filtering options on contracts
3.0.4b3 (2020-07-10)
Added id field everywhere
3.0.4b2 (2020-07-08)
Generated with generator version v4.3.0
Fixed problem with threedimodel on simulation resource (was integer should be string)
3.0.4b1 (2020-07-07)
Damage estimation is not required
3.0.3 (2020-06-16)
Changed Lizard postprocessing overview endpoint
3.0.2 (2020-06-12)
Username filters for simulations endpoint.
3.0.1 (2020-06-09)
Added statistics endpoint
Changed Lizard post-processing endpoint (not backwards compatible, however intended to be used only by Lizard)
3.0 (2020-05-25)
Official production release
3.0.b24 (2020-05-22)
All uid fields on events should be read-only
3.0.b23 (2020-05-20)
Added wind global drag coefficient
3.0.b22 (2020-05-18)
Added max_rate to actions
3.0.b21 (2020-05-15)
Status field crash_report has become detail.
3.0.b20 (2020-05-11)
Added breaches and more fields to potentialbreaches
3.0.b19 (2020-04-24)
File filter exclude/include simulation status.
3.0.b18 (2020-04-24)
Added ‘active’ to inpy-version resource
3.0.b17 (2020-04-20)
Added icontains filters
3.0.b16 (2020-04-10)
Added uuid field to initial saved state serializer.
3.0.b15 (2020-04-01)
Added simulation websocket channels overview endpoints
3.0.b14 (2020-03-23)
Added raster-edits processing endpoints
3.0.b13 (2020-03-20)
Split up waterlevel graph endpoint in waterflow and waterlevel graph endpoint
Added waterprofile graph endpoint
3.0.b12 (2020-03-10)
Added waterlevel graph endpoint
3.0.b11 (2020-03-06)
Added users endpoint
Changed user endpoint to profile endpoint
Added more filters
3.0b10 (2020-02-19)
Simulation model now has a ‘tags’ field.
3.0.b9 (2020-02-12)
Support for interactive simulations.
Result API endpoints.
3.0.b8 (2020-02-10)
Edit Constant and Timeseries Wind events
3.0.b7 (2020-02-03)
Added wind
Added visualization endpoints
3.0.b6 (2020-01-29)
Something went wrong with the 3.0.b5 release, next rty.
3.0.b5 (2020-01-27)
Raster edits, event uuids.
3.0.b4 (2019-12-12)
Local rain events.
3.0.b3 (2019-12-09)
Less strict requirement for dependencies ‘six’ and ‘urllib3’ to avoid pipenv resolve issues at Lizard
3.0.b2 (2019-12-02)
Changed ‘set_pump_discharge’ to ‘set_pump_capacity’.
3.0.b1 (2019-11-28)
Updated API descriptions
Raster resource filtering
3.0.b0 (2019-11-28)
First 3.0 release candidate
All swagger schema’s are automatically saved in schemas/swagger_xxx.yaml
0.0.23 (2019-11-26)
Fixing releases
0.0.22 (2019-11-26)
Added initialwaterlevel rasters and postprocessing
0.0.21 (2019-11-18)
Fixed ThreediApiClient constructor not working with config keywords and .env file.
Added initial waterlevels
0.0.20 (2019-11-11)
Added simulation and simulation_id to statuses serializer.
Automatically get a new JWT token when the current one is valid less than 5 minutes.
Use mkdocs for documentation.
0.0.17.3 (2019-11-04)
Test release.
0.0.17.2 (2019-11-04)
Test release.
0.0.17.1 (2019-11-01)
Add boundary model.
0.0.17c (2019-11-01)
Added boundaries to simulation events and updated docs.
0.0.17b (2019-10-31)
Bulk boundary conditions.
0.0.17a (2019-10-31)
Boundary conditions.
0.0.17 (2019-10-30)
Limit compatible python versions
0.1.9 (2019-10-30)
Added resource statuses.
0.1.8 (2019-10-17)
Added timed control
0.1.7 (2019-09-25)
Laterals now have id field.
Usage integration
0.1.6 (2019-09-04)
Added geojson/gridadmin/rasters upload & download
0.1.5 (2019-07-03)
Updated file uploading
0.1.4 (2019-06-24)
Include modules.
0.1.3 (2019-06-24)
Fix package name
0.1.2 (2019-06-24)
PyPi release.
0.1.1 (2019-06-21)
Included more endpoints
0.1.0 (2019-05-10)
First release on PyPI.
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 Distribution
Built Distribution
Hashes for threedi-api-client-3.0.29.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3bbc15c506f6a41a2ee3c3f7743ce1013c2a3ca87ed0a742af002cc873b64222 |
|
MD5 | a914116e77c54ac0562003b65e90473a |
|
BLAKE2b-256 | abf40178db58fd74da567229adbe498d6e512637f939014aa20c2bf150fa467c |
Hashes for threedi_api_client-3.0.29-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 24f4cbd4a13119eb37989d025e12e882e81df96f7a33b443c297a0fd4f795cda |
|
MD5 | 55176267fa9fde6586b84e5de51f5bef |
|
BLAKE2b-256 | 0219ab86e96fb3329bc8835accbe29f6b2e8bc7c79404075b2e8deed0eaf9f8b |