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
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file beaker-py-0.2.1.tar.gz.
File metadata
- Download URL: beaker-py-0.2.1.tar.gz
- Upload date:
- Size: 9.9 kB
- Tags: Source
- Uploaded using 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.7.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8eb77dae6661e86608ae00c67b31c2b7c695b51bbb89f54fc100ba23cf8a66c6
|
|
| MD5 |
d855075a8a9547aa14d914ff28df8d60
|
|
| BLAKE2b-256 |
a994a7e2597aa4cc6d289915be744a40d8723f4c39b7f0671e9f8361b53f7579
|
File details
Details for the file beaker_py-0.2.1-py3-none-any.whl.
File metadata
- Download URL: beaker_py-0.2.1-py3-none-any.whl
- Upload date:
- Size: 10.8 kB
- Tags: Python 3
- Uploaded using 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.7.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ba9cfb2681a634a33e01ecb782edbf1e4509214a197ce769faffe6c9f257178c
|
|
| MD5 |
a9328bf4e97683653f93dae7322ae574
|
|
| BLAKE2b-256 |
d61fb7e77a938405b305a03724e81303f2aa75cf4566aa141367553c00dbb5d0
|