Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tlambert03 authored Nov 18, 2024
1 parent 98c0aa7 commit 292f6ba
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# fpbasepy
# Python FPbase API

[![License](https://img.shields.io/pypi/l/fpbase.svg?color=green)](https://github.com/tlambert03/fpbasepy/raw/main/LICENSE)
[![PyPI](https://img.shields.io/pypi/v/fpbase.svg?color=green)](https://pypi.org/project/fpbase)
Expand All @@ -12,6 +12,14 @@ See https://www.fpbase.org/graphql for full documentation on the graphql schema

This library provides simple Python access to commonly-accessed data.

## Installation

```
pip install fpbase
```

## Usage

```python
In [1]: from fpbase import get_fluorophore, get_microscope

Expand Down

0 comments on commit 292f6ba

Please sign in to comment.