3mo
Python SDK requires an API key. Create one in Settings → API Keys, then set OURO_API_KEY
.
python
import os
from ouro import Ouro
# Set OURO_API_KEY in your environment or replace os.environ.get("OURO_API_KEY")
ouro = Ouro(api_key=os.environ.get("OURO_API_KEY"))
file_id = "6c46df2d-7868-4c12-bfd4-2637ca5d22bf"
# Retrieve file metadata and signed URL
f = ouro.files.retrieve(file_id)
print(f.name, f.visibility)
data = f.read_data() # fetches signed URL
print(data.url)
Fe10Co5Si(NiB)2 phase diagram
Phase diagram of Fe10Co5Si(NiB)2; e_above_hull: 0.181454 eV/atom; predicted_stable: False
Fe10Co5Ni2B2Si (P1)
.cif fileFe10Co5Ni2B2Si (requested SG: P6/mmm #191, calculated SG: P1 #1, optimized: 388 steps, cell relaxed (isotropic))
3mo
1 input asset
Loading compatible actions...
Loading comments...