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
beaker-py-0.2.8.tar.gz
(10.9 kB
view details)
Built Distribution
beaker_py-0.2.8-py3-none-any.whl
(11.8 kB
view details)
File details
Details for the file beaker-py-0.2.8.tar.gz
.
File metadata
- Download URL: beaker-py-0.2.8.tar.gz
- Upload date:
- Size: 10.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.0 CPython/3.7.12
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
b97254f206dbbef4dd021ea32b6010daabd3c470a572b94f8429e2edd99fb99d
|
|
MD5 |
467acf617059e51fb70b74a3567bb850
|
|
BLAKE2b-256 |
dcb0a16acc4a9f32c8017da96abefc883c7807a74a0b00f6d06a3c055133fbb4
|
File details
Details for the file beaker_py-0.2.8-py3-none-any.whl
.
File metadata
- Download URL: beaker_py-0.2.8-py3-none-any.whl
- Upload date:
- Size: 11.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.0 CPython/3.7.12
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
b062ee7f5a282a4df6ad8827f9cb66bcb88bc1df5095c9f8f98965dac666ba48
|
|
MD5 |
2938edaacb97915aba1feba201b8b244
|
|
BLAKE2b-256 |
608a979ded4b46e35aa0ad64f33310aa5670910ef6b97483b9eb1746a7ad6a4e
|