onepot 0.1.0__py3-none-any.whl → 0.1.1__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: onepot
3
- Version: 0.1.0
3
+ Version: 0.1.1
4
4
  Summary: Python client for the onepot API
5
5
  Requires-Dist: httpx==0.28.1
6
6
  Requires-Python: >=3.11
@@ -52,13 +52,13 @@ Credits are charged per SMILES in the query:
52
52
  "query_inchikey": "VZZJRYRQSPEMTK-CALCHBBNSA-N",
53
53
  "results": [
54
54
  {
55
- "smiles": "CCO",
56
- "inchikey": "VZZJRYRQSPEMTK-CALCHBBNSA-N",
55
+ "chemistry_risk": "medium", # if include_chemistry_risk=True
56
+ "chemistry_risk_score": 0.5, # if include_chemistry_risk_score=True
57
+ "inchikey": "VZZJRYRQSPEMTK-UHFFFAOYSA-N",
58
+ "price_usd": 590,
57
59
  "similarity": 1.0,
58
- "supplier_risk": "medium",
59
- "price_usd": 250,
60
- "chemistry_risk": "medium", # if include_chemistry_risk=True
61
- "chemistry_risk_score": 0.5 # if include_chemistry_risk_score=True
60
+ "smiles": "Cc1c(C(=O)Nc2ccc(N3CC(C)OC(C)C3)nc2)cccc1-c1ccc(OC(F)(F)F)cc1",
61
+ "supplier_risk": "high",
62
62
  },
63
63
  ...
64
64
  ]
@@ -1,6 +1,6 @@
1
1
  onepot/__init__.py,sha256=FnX9HH-2dXADluNfucg98JPMfruMoBpN9ER9lZkVQvQ,49
2
2
  onepot/client.py,sha256=aAY5IHkFYoYY7nAy1dJxCtEVISzLEsUqQtvuqvEJV9w,2125
3
3
  onepot/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
4
- onepot-0.1.0.dist-info/WHEEL,sha256=fAguSjoiATBe7TNBkJwOjyL1Tt4wwiaQGtNtjRPNMQA,80
5
- onepot-0.1.0.dist-info/METADATA,sha256=rrfzrWDoWTGJ_AWptjBTAuB4mq8DtpvmJzk8JWKccf4,1592
6
- onepot-0.1.0.dist-info/RECORD,,
4
+ onepot-0.1.1.dist-info/WHEEL,sha256=jROcLULcdzropX2J55opKw4UHhPFREZax2XzS-Mvpxs,80
5
+ onepot-0.1.1.dist-info/METADATA,sha256=rsjD88QCIgXgMeUlztwtD0ue4jU1BdJbs7UGhJ9cDFs,1650
6
+ onepot-0.1.1.dist-info/RECORD,,
@@ -1,4 +1,4 @@
1
1
  Wheel-Version: 1.0
2
- Generator: uv 0.9.28
2
+ Generator: uv 0.10.0
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any