Skip to main content

No project description provided

Project description

beaker-py

A Beaker client for Python.

Quick links

Installing

Installing with pip

beaker-py is available on PyPI. Just run

pip install beaker-py

Installing from source

To install beaker-py from source, first clone the repository:

git clone https://github.com/allenai/beaker-py.git
cd beaker-py

Then run

pip install -e .

Quick start

Create a Beaker client with your Beaker user token:

from beaker import Beaker, Config

beaker = Beaker(Config(user_token="my beaker token", default_workspace="my_org/my_workspace"))

You can also create your client from a beaker config file or environment variables with:

beaker = Beaker.from_env()

Project details


Release history Release notifications | RSS feed

This version

0.2.4

Download files

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

Source Distribution

beaker-py-0.2.4.tar.gz (10.2 kB view hashes)

Uploaded Source

Built Distribution

beaker_py-0.2.4-py3-none-any.whl (11.2 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