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.dev4.tar.gz
(65.4 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.dev4.tar.gz.
File metadata
- Download URL: metafold-0.12.dev4.tar.gz
- Upload date:
- Size: 65.4 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 |
58ba017c43b1216218ccb6e48dd37f7ee5220e8bd8a5484c58762ef4d0f864c1
|
|
| MD5 |
2610252ba9a750c06d8c3fd4230cb860
|
|
| BLAKE2b-256 |
d81af44374e13529a6221d30ace878a00821dae27358aa4ce194e6b6c92e5406
|
File details
Details for the file metafold-0.12.dev4-py3-none-any.whl.
File metadata
- Download URL: metafold-0.12.dev4-py3-none-any.whl
- Upload date:
- Size: 47.3 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 |
e7d9036718e3fa10cc64f11e7a9d3bd2e9590964f7a76e32acb3a1c7790e0a5e
|
|
| MD5 |
c104a70ccf53a55e7ac6a20622c8328e
|
|
| BLAKE2b-256 |
36a425168f7a765b5390bcc6b1bdf7ac8e4c8c42298fa5ef790bf3e353e9ad35
|