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 = "a1c02c02-3740-40c1-8869-a35359031250"
# 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)
Fe12Co12Cr10Mn8V8 (C2) - relaxed
Relaxed with Orb v3; 0.03 eV/Å threshold; final energy = -419.5555 eV; energy change = -16869.5126 eV; symmetry: C2 → P1
Fe12Co12Cr10Mn8V8 (C2)
.cif fileFe12Co12Cr10Mn8V8 (space group: C2 #5, crystal system: monoclinic, point group: 2)
3mo
1 input asset
Loading compatible actions...
Loading comments...