DV360 data Generator
To be able to retrieve different data reports from DV360 we use different API's. These API's are the DBM API and DV360 REST API. To make the code more maintanable we have turned the applied "builder" pattern into a package. This package can be used to retreive different types of reports or be extended to support reports, for different purposes.
Example
To use the package and get our data from the platform, we must have a valid user oauth file. This can be created using the dqna authflow script.
We need to init the director:
director = DvDataDirector(credentials="../some-cerdentials-file.json")
After this we can get different reports, see the methods of director
Release files for dv-data-generator 0.4.2
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| dv-data-generator-0.4.2.tar.gz | 8.9 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| dv_data_generator-0.4.2-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 21.6 kB
Release files / dv-data-generator-0.4.2.tar.gz
| Download URL | dv-data-generator-0.4.2.tar.gz |
|---|---|
| Size | 8.9 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
aad2f380c73e5e40bb3896cd5a038930c349f0e5a478b2c765618ef82fee273a
|
|
BLAKE2b-256 checksum How to use checksums |
f1c5a2201edf123146d28c032f0a8e4086287d5f0371e4b7f9f369a65b5322bf
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.7.1 importlib_metadata/4.8.2 pkginfo/1.8.2 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.8.12
|
Release files / dv_data_generator-0.4.2-py3-none-any.whl
| Download URL | dv_data_generator-0.4.2-py3-none-any.whl |
|---|---|
| Size | 12.7 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
05a90b91a5386d4c7c323082b3dd0e1298c7e06a855bc5ca09204e1f22499921
|
|
BLAKE2b-256 checksum How to use checksums |
a625862bec070674802e27e2f1781cc8673e66727624eb553e4a24d466831634
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.7.1 importlib_metadata/4.8.2 pkginfo/1.8.2 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.8.12
|