Skip to main content

Python Dawa API

Project description

dawa-sdk

===================

Python - Dawa API

dawa-sdk is a simple client for dawa api. It uses [Dawa Web API](https://dawadocs.dataforsyningen.dk/dok/api. It is mainly designed for data replication, but will at later stages include search.

Installation

pip install dawa-sdk

Using

from dawa import API
api = API()

Replication

def replicate():
    # Due to the amount of data on some endpoint, this returns a generator
def txid():
    # Returns an integer

Usage

# Get current txid and store somewhere
txid = api.txid()

# Get initial replication
vejstykke = api.replicate('vejstykke')

# Get latest txid and check if it is greater than previous
txid = api.txid()

# if yes get all the changes between last and current txid
vejstykke = api.replicate('vejstykke', txidfra='3340338', txidtil='3340338')


# It is also possible to get data from a single txid
vejstykke = api.replicate('vejstykke', txid='3340338')

Search

Not implemented yet

Contributing

https://github.com/Fredehagelund92/dawa-python

Dawa Web API

Dawa Web API Doc

Project details


Download files

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

Source Distribution

dawa-sdk-0.2.4.tar.gz (9.7 kB view hashes)

Uploaded Source

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