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.13.dev4.tar.gz
(77.1 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.13.dev4.tar.gz.
File metadata
- Download URL: metafold-0.13.dev4.tar.gz
- Upload date:
- Size: 77.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.11.29 {"installer":{"name":"uv","version":"0.11.29","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 |
49a20f73c39a8ea259aac067f201acd8d86610d6fd250ae6b66a8960dcb39b7d
|
|
| MD5 |
c4aaae98912ac036422c895985cba175
|
|
| BLAKE2b-256 |
40f37b25cfe22c5bc3ab71111b5fe7f5e73265b70aa92566d82c00c7ae27ac84
|
File details
Details for the file metafold-0.13.dev4-py3-none-any.whl.
File metadata
- Download URL: metafold-0.13.dev4-py3-none-any.whl
- Upload date:
- Size: 53.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.11.29 {"installer":{"name":"uv","version":"0.11.29","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 |
aad8adbbe33b63256a7efa15d87eea255ef442cdf953d80a2e0406cb56bf3577
|
|
| MD5 |
f6f6a31f2680224391bce5a929fa9e9e
|
|
| BLAKE2b-256 |
545ccb36df836e05900e8e65c78f7e5dc7aa0cfd2ee8cf9fb995f3271f9ef414
|