Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
cachitas committed Mar 30, 2024
1 parent 945968d commit 1f73be7
Showing 1 changed file with 19 additions and 2 deletions.
21 changes: 19 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,19 @@
# stringdb
https://string-db.org
# STRINGX

STRINGX is a [STRING](string-db.org) API client using [HTTPX](https://www.python-httpx.org)

## Install

```sh
pip install stringx
```

## Usage

```python
import stringx

with stringx.Client() as client:
identifiers = client.map_identifiers(["edin", "atta"], species=7227)

```

0 comments on commit 1f73be7

Please sign in to comment.