Skip to main content

Package for pulling datasets using the Snelstart API

Project description

logo

SnelStart

Package for pulling datasets using the Snelstart API and exporting them to a pandas dataframe.

Open Source Code style: black PyPI Latest release

Installation

pip install snelstart

Usage

for an extensive list of examples, please refer to the Snelstart test suite. for snelstart api documentation, see Snelstart developers portal

request any endpoint from the documentation.

This operation will return a json dataset.

from snelstart import SnelStart

snel = SnelStart(module="artikelen")
data = snel.request_data()

use preformatted sets

These will return a pandas DataFrame

from snelstart import SnelStart

snel = SnelStart(module="artikelen")
df = snel.get_data()

environment variables

The following environment variables need to be set:

  • SNELSTART_CLIENT_KEY: the client key of the administration
  • SNELSTART_SUBSCRIPTION_KEY: the subscription key of the application supplier.

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

snelstart-0.2.1.tar.gz (5.1 kB view hashes)

Uploaded Source

Built Distribution

snelstart-0.2.1-py3-none-any.whl (5.7 kB view hashes)

Uploaded Python 3

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