Skip to main content

Python package for interacting with Keboola

Project description

pykeboola

Python package for interacting with Keboola. I have just started this and will build it as needed for future development. For now it includes only queueing jobs and checking on their statuses and listing all tables available to the token.

How to use

You can use the Client class to gateway into individual functionalities:

from pykeboola import Client
client = Client('url', 'token')

For queueing jobs and checking their statuses you can use E.g.:

client.jobs.check_job_status(id_of_the_job)

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

pykeboola-0.0.12.tar.gz (5.7 kB view hashes)

Uploaded Source

Built Distribution

pykeboola-0.0.12-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