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.11.tar.gz
(15.1 kB
view details)
Built Distribution
kscale-0.0.11-py3-none-any.whl
(17.0 kB
view details)
File details
Details for the file kscale-0.0.11.tar.gz
.
File metadata
- Download URL: kscale-0.0.11.tar.gz
- Upload date:
- Size: 15.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.1.1 CPython/3.12.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 06cf93a226bdbe43a069fdb2ebf615dde107edf9d657a12eb1a09e09211a36bb |
|
MD5 | 3e2c13983bd52226c8d42866f12d74a3 |
|
BLAKE2b-256 | f4ad6e5ac6034299ad035ff711f16f06f185e55d611b9488c8c88d381c141d93 |
File details
Details for the file kscale-0.0.11-py3-none-any.whl
.
File metadata
- Download URL: kscale-0.0.11-py3-none-any.whl
- Upload date:
- Size: 17.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.1.1 CPython/3.12.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b2e57b77f1377293c89e4436a6a0a5b3b5793365037e936b8df4a9431014e453 |
|
MD5 | e79e9c92ffd19c3de62a29de7424cec6 |
|
BLAKE2b-256 | 29a6fb90db5d2880c9056046322befa2a98bb1115df3506b65f459fe2637dfb3 |