Metafold SDK for Python
Project description
Metafold SDK for Python
[!IMPORTANT] Until the package is at major version one (1.x.x) the API should be considered unstable.
Installation
pip install metafold
Usage
from metafold import MetafoldClient
access_token = "..."
project_id = "123"
metafold = MetafoldClient(access_token, project_id)
assets = metafold.assets.list()
print(assets[0].name)
asset = metafold.assets.get("123")
print(asset.name)
Read the documentation for more info or play around with one of the examples.
Development
This project uses uv to manage dependencies.
Run tests
uv run pytest ./tests
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
metafold-0.12.dev9.tar.gz
(73.2 kB
view details)
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 metafold-0.12.dev9.tar.gz.
File metadata
- Download URL: metafold-0.12.dev9.tar.gz
- Upload date:
- Size: 73.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.11.6 {"installer":{"name":"uv","version":"0.11.6","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Arch Linux","version":null,"id":null,"libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
113d01195d179a748c264dfe315424dca72c74f1f82bee8c6d3aec8cf4a207df
|
|
| MD5 |
b72388feacd3d6e784c5670200ee0da2
|
|
| BLAKE2b-256 |
426b61270034d3fe2ecbcbfd6dee69943349db01dfaf9fb2d1fa7038340e7e79
|
File details
Details for the file metafold-0.12.dev9-py3-none-any.whl.
File metadata
- Download URL: metafold-0.12.dev9-py3-none-any.whl
- Upload date:
- Size: 50.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.11.6 {"installer":{"name":"uv","version":"0.11.6","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Arch Linux","version":null,"id":null,"libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
cd5733954fc406cac59aa58507d310c09c7dc94383966783c79b55e559713069
|
|
| MD5 |
cb7e90a58d1267eb92b594855561f612
|
|
| BLAKE2b-256 |
f48e51969ef8f01e5ff628d62a1cf074c88c3619e71a26c0e771e738e82d0d75
|