YAML-based artifact handler for Lazyscribe
Project description
YAML-based artifact handling for lazyscribe
lazyscribe-yaml is a lightweight package that adds the following artifact handlers for lazyscribe:
yaml
Installation
Python 3.10 or above is required. Use pip to install:
$ python -m pip install lazyscribe-yaml
Usage
To use this library, simply log an artifact to a lazyscribe experiment or repository with handler="yaml".
from lazyscribe import Project
project = Project("project.json", mode="w")
with project.log("My experiment") as exp:
exp.log_artifact(name="feature-names", value=["a", "b", "c"], handler="yaml")
project.save()
Project details
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 lazyscribe_yaml-0.1.1.tar.gz.
File metadata
- Download URL: lazyscribe_yaml-0.1.1.tar.gz
- Upload date:
- Size: 3.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: uv/0.9.17 {"installer":{"name":"uv","version":"0.9.17","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
11d6d1e64746f3bb97fae89f33d94951e86d2d19a527bc6482fd14f5f1c13a6e
|
|
| MD5 |
6c5108c843fc7bd18d7058ff6beebdc1
|
|
| BLAKE2b-256 |
76f0fd842e45ed3e4e7e3f7edd2eb8daeadfb1239b416e82cb3095b9c03aef46
|
File details
Details for the file lazyscribe_yaml-0.1.1-py3-none-any.whl.
File metadata
- Download URL: lazyscribe_yaml-0.1.1-py3-none-any.whl
- Upload date:
- Size: 4.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: uv/0.9.17 {"installer":{"name":"uv","version":"0.9.17","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
220b438342bb2e0d7fbb36656d2709efff891cfe02f78b45a2b791185c15b09f
|
|
| MD5 |
fe16be9f84dbad95516103beed0242d7
|
|
| BLAKE2b-256 |
3ff7580231065a2338feb0ab89d12cb156dec4c739529e4c326e94b266b42f40
|