The kscale project
Project description
K-Scale Command Line Interface
This is a command line tool for interacting with various services provided by K-Scale Labs, such as:
Installation
pip install kscale
Usage
CLI
Download a URDF from the K-Scale Store:
kscale urdf download <artifact_id>
Upload a URDF to the K-Scale Store:
kscale urdf upload <artifact_id> <root_dir>
Python API
Reference a URDF by ID from the K-Scale Store:
from kscale import KScale
async def main():
kscale = KScale()
urdf_dir_path = await kscale.store.urdf("123456")
print(urdf_dir_path)
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
kscale-0.0.5.tar.gz
(13.3 kB
view details)
Built Distribution
kscale-0.0.5-py3-none-any.whl
(14.1 kB
view details)
File details
Details for the file kscale-0.0.5.tar.gz
.
File metadata
- Download URL: kscale-0.0.5.tar.gz
- Upload date:
- Size: 13.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.1.1 CPython/3.12.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 625a311e276d042a5a5207838d32c086e9698ec2fb6b994b207f8971e5380971 |
|
MD5 | f0600de1e50d6d88dee64ea0a7812bef |
|
BLAKE2b-256 | 77b10bb25b3b4d16d8ceedbe7b23424cb7ef8c50d965c35779cded4493e6a33d |
File details
Details for the file kscale-0.0.5-py3-none-any.whl
.
File metadata
- Download URL: kscale-0.0.5-py3-none-any.whl
- Upload date:
- Size: 14.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.1.1 CPython/3.12.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3b291e8bdf8f615e6ebe27fcc94440a1748d1f3b35d4dc4e1bbb5e6eca0f7e9e |
|
MD5 | 2578e2c7ded99355697cdc7410b5e49a |
|
BLAKE2b-256 | 9377f50b7fcfc3608f3ce80c08e98837c5d22e88b76431ee8cb71457c2bdd91e |