Pre-release
This release is a pre-release and may not be stable for production use.
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
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
No source distribution files available for this release.See tutorial on generating distribution archives.
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.14.dev1-py3-none-any.whl.
File metadata
- Download URL: metafold-0.14.dev1-py3-none-any.whl
- Upload date:
- Size: 59.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via:
uv/0.11.32 {"installer":{"name":"uv","version":"0.11.32","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Alpine Linux","version":"3.24.0","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 |
fa03eb40f6ae57dddd6a1c619020b13cb96d4cf307f8e2d2a9d1ec46ace31e14
|
|
| MD5 |
6c1e07a5fbba0e0d0b35b51cc76a4776
|
|
| BLAKE2b-256 |
b66bc0af04ba2ceda91cff1f87eadc25f0d0ffe4ac564291b87ead9d3b9953e3
|