1mo
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 = "d50a8da8-0b08-4021-9596-321816b77a1f"
# 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)
Fe12Ti2MnB4N (P3m1)
Fe12Ti2MnB4N (requested SG: P-6m2 #187, calculated SG: P3m1 #156, optimized: 124 steps, cell relaxed (isotropic))
Ti2MnFe12B4N phase diagram
.html filePhase diagram of Ti2MnFe12B4N; e_above_hull: 0.641966 eV/atom; predicted_stable: False
1mo
1 derivative asset
Loading compatible actions...
Loading comments...