Skip to content

Commit 1f3ca5d

Browse files
authored
Merge pull request #20 from OpenProteinAI/develop
Develop
2 parents dd53c03 + 5ffb405 commit 1f3ca5d

File tree

102 files changed

+866
-764
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

102 files changed

+866
-764
lines changed

.github/workflows/s3.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: Install Sphinx
2121
run: |
2222
python -m pip install --upgrade pip
23-
pip install sphinx
23+
pip install sphinx recommonmark sphinx_markdown_tables sphinx_markdown_builder nbsphinx sphinx-rtd-theme pandoc
2424
2525
- name: Build HTML with Sphinx
2626
run: |

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
[![PyPI version](https://badge.fury.io/py/openprotein-python.svg)](https://pypi.org/project/openprotein-python/)
2+
[![Coverage](./apidocs/source/coverage.svg)](https://pypi.org/project/openprotein-python/)
3+
14
# openprotein-python
25
Python interface for the OpenProtein.AI REST API.
36

@@ -6,13 +9,13 @@ Python interface for the OpenProtein.AI REST API.
69
You can install with pip:
710

811
```
9-
pip install openprotein_python
12+
pip install openprotein
1013
```
1114
## Getting started
1215

1316
First, create a session using your login credentials.
1417
```
15-
import openprotein_python
18+
import openprotein
1619
session = openprotein.connect(USERNAME, PASSWORD)
1720
```
1821

-539 Bytes
Binary file not shown.
-735 Bytes
Binary file not shown.
-58 Bytes
Binary file not shown.
-44 Bytes
Binary file not shown.
-44 Bytes
Binary file not shown.
-511 Bytes
Binary file not shown.
-1.91 KB
Binary file not shown.
-5.77 KB
Binary file not shown.

0 commit comments

Comments
 (0)