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 = "cd5b1e64-7081-4cb8-bd77-1df4b53681cd"
# 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)
FeCoNiPt (F432)
FeCoNiPt (space group: Fm-3m #225, crystal system: cubic, point group: m-3m)
FeCoNiPt (F432) - relaxed
.cif fileRelaxed with Orb v3; 0.03 eV/Å threshold; final energy = -225.8460 eV; energy change = -171.9141 eV; symmetry: Fm-3m → P1
3mo
1 derivative asset
Loading compatible actions...
Loading comments...