No project description provided
Project description
Artefacts CLI
CLI to the Artefacts platform.
Status
Requirements
- Currently working partially where Python can run.
- Fully working on ROS-compatible and ready environments. Notably need for packages like
ros-<dist>-rclpyandros-<dist>-rosidl-runtime-py.
Usage
To install:
pip install artefacts-cli
Check configuration: After creating project-name from the web UI and getting an API key, try:
artefacts config add [project-name]
and enter you API_KEY for the project when prompted.
You can then do
artefacts hello [project-name]
alternatively, you can specify you API KEY via environment variable
ARTEFACTS_KEY=[your-key] artefacts hello [project-name]
To run a job locally, for example the turtlesim example (need ros2 installed).
First edit artefacts.yaml to change the project name, then:
cd examples/turtlesim
artefacts run basic_tests
Configuration file syntax
See the configuration syntax documentation
User docs
You can serve docs locally using mkdocs:
mkdocs serve -a 127.0.0.1:7000
The docs are automatically deployed by the documentation workflow.
Development notes
We use Pyre for static analysis. If it does not work out of the box, please consider adapting the .pyre_configuration file included with this repository. One assumption is that developers work in a virtual environment under ./venv.
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 artefacts_cli-0.12.0.tar.gz.
File metadata
- Download URL: artefacts_cli-0.12.0.tar.gz
- Upload date:
- Size: 113.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
27a4d1e10a33379e421ce90ebc75f89b4e7f06646d606fd85536cbfde30b38d3
|
|
| MD5 |
2edf628198b22e9f55319f90616f77f3
|
|
| BLAKE2b-256 |
1a535fc82996fa4a7d873d38b0f431880f965cb9b9aba32d78c48ab5ac452c97
|
File details
Details for the file artefacts_cli-0.12.0-py3-none-any.whl.
File metadata
- Download URL: artefacts_cli-0.12.0-py3-none-any.whl
- Upload date:
- Size: 113.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7bb5c4149053d1add4474c4261b39e2d6600e0cbbb228094e872e7319f25857d
|
|
| MD5 |
c1509082671b54f6fcabdb534377b047
|
|
| BLAKE2b-256 |
1ed4e04b8dbfe27aa935e116a27c0c902b4a5670537c8b6db53e3a59fe5382c9
|