... | @@ -18,8 +18,8 @@ The CC resource provides a very simple API to query the data within the resource |
... | @@ -18,8 +18,8 @@ The CC resource provides a very simple API to query the data within the resource |
|
|
|
|
|
To install the `chemicalchecker` package, simply do:
|
|
To install the `chemicalchecker` package, simply do:
|
|
|
|
|
|
|
|
```bash
|
|
|
|
pip install --index http://devpi.sbnb.org:3141/root/prod/ chemicalchecker
|
|
|
|
|
|
## Usage
|
|
## Usage
|
|
|
|
|
... | @@ -30,12 +30,12 @@ import chemicalchecker as cc |
... | @@ -30,12 +30,12 @@ import chemicalchecker as cc |
|
|
|
|
|
ik = "RZVAJINKPMORJF-UHFFFAOYSA-N"
|
|
ik = "RZVAJINKPMORJF-UHFFFAOYSA-N"
|
|
|
|
|
|
cc.get(inchikey = ik, dataset = "A1.001", type = "sign1")
|
|
cc.fetch(inchikey = ik, dataset = "A1.001", type = "sign1")
|
|
```
|
|
```
|
|
|
|
|
|
To directly extract the exemplary signature, we may simply do:
|
|
To directly extract the exemplary signature, we may simply do:
|
|
|
|
|
|
```python
|
|
```python
|
|
cc.get(inchikey = "ik", dataset = "A1", type = "sign1")
|
|
cc.fetch(inchikey = "ik", dataset = "A1", type = "sign1")
|
|
```
|
|
```
|
|
|
|
|
|
|
|
\ No newline at end of file |