2mo
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 = "e02464ff-cd9e-4939-8c5e-2df541e95fcb"
# 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)
Fe12Co4Ni3Al2Cu1B2 (Pm)
Fe12Co4Ni3Al2Cu1B2 (requested SG: P4mm #99, calculated SG: Pm #6, optimized: 153 steps, cell relaxed (isotropic))
Al2Fe12Co4CuNi3B2 phase diagram
.html filePhase diagram of Al2Fe12Co4CuNi3B2; e_above_hull: 0.201677 eV/atom; predicted_stable: False
2mo
1 derivative asset
Loading compatible actions...
Loading comments...