A small client for the WDC-Rest-API.
Project description
Package obsolete
The implementation of this package is obsolete and will not be
maintained any longer. Please use its successor dsslab-wdc-client
available at https://pypi.org/project/dsslab-wdc-client/
Description
This project includes a very small client to access data form the WebDataCollector-API. It is meant to provide a simple means of accessing the data in Json or as Panda-DataFrames.
Usage
from dss_wdc_client.client import WDCClient
# Somehow initialize environment variables for
# "WDC_HOST" and "WDC_TOKEN".
load_dotenv()
client = WDCClient.fromEnv()
df = client.loadAsDataFrame(
'api/endpoint...', {'param1', 'value will be encoded'})
For more information about the client and usable endpoints, see the project homepage of WDC or directly consult the Documentation.
Changelog
- 0.9.1 Make package obsolete.
- 0.9.0 Add method WDCClient#put to create PUT-Requests
- 0.8.2 Fix for duplicate parameters when paging.
- 0.8.1 Simplify new methods for loading a DomainGraph.
- 0.8.0 Added new methods for loading DomainGraphs.
- 0.7.3 Fix README
- 0.7.2 Include link for generated documentation
- 0.7.1 Added generated documentation
- 0.7.0 Added new method WDCClient.loadDomainGraph for loading a DomainGraph as NetworkX-Object
- 0.6.0 WDCClient throws an WDCException if a request to the server fails
- 0.5.0 New signatures and methods taking care of encodings and working on large results
- 0.4.3 Add dependencies pandas["excel, plot"] as they are likely to be used.
- 0.4.2 Enhance README with Changelog and code-example.
- 0.4.1 Include a preferred variant for creating WDCClients from the Environment
Internal Notes for the Development Environment
Initialize
wdc-rest-api-python> poetry install --extras docs
Use cases
-
Update dependencies:
poetry update -
Execute Python file:
poetry run python3 src/main.py -
Running tests (https://pytest-with-eric.com/getting-started/poetry-run-pytest/)
poetry run pytest poetry run pytest tests/test_module.py::testFunction poetry run pytest -s (with output from stdout and stderr)
Create Documentation (Sphinx)
`poetry run make html`
Publish to PyPI
(https://python-poetry.org/docs/repositories/#publishable-repositories)
-
Config token (once)
poetry config pypi-token.pypi <my-token> -
Publish
poetry publish --build
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
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file dss_wdc_client-0.9.1.tar.gz.
File metadata
- Download URL: dss_wdc_client-0.9.1.tar.gz
- Upload date:
- Size: 4.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/2.1.4 CPython/3.10.12 Linux/5.15.0-144-generic
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
19e36fbeda77977d72ef496ab70b9243de21eb80d3a36ee93713b6faeddfdccf
|
|
| MD5 |
34d7bfc7283c58be38984e9ec473bc5f
|
|
| BLAKE2b-256 |
30c2cd51f81eaae64ab122cb40afa010744613e4f7428c800be5c48eee624268
|
File details
Details for the file dss_wdc_client-0.9.1-py3-none-any.whl.
File metadata
- Download URL: dss_wdc_client-0.9.1-py3-none-any.whl
- Upload date:
- Size: 5.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/2.1.4 CPython/3.10.12 Linux/5.15.0-144-generic
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6032ac38aa6b5080963e4f2e7451b740d45d4bfacc5732e4886191d2fc1fdba8
|
|
| MD5 |
214311e4e88e6a2187e6e7d919051cfb
|
|
| BLAKE2b-256 |
b8419722f9e2e758611eb23d7e7b604a00bcc129c5b00e8a10dce51d6ceb44af
|