File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11[ ![ 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/ )
2+ [ ![ Coverage] ( https://github.com/OpenProteinAI/openprotein-python-private/raw/develop /apidocs/source/coverage.svg)] ( https://pypi.org/project/openprotein-python/ )
33
44# openprotein-python
55Python interface for the OpenProtein.AI REST API.
@@ -9,7 +9,7 @@ Python interface for the OpenProtein.AI REST API.
99You can install with pip:
1010
1111```
12- pip install openprotein
12+ pip install openprotein-python
1313```
1414## Getting started
1515
Original file line number Diff line number Diff line change 11try :
22 from importlib .metadata import version
3- except ImportError :
3+ except ModuleNotFoundError :
44 from importlib_metadata import version # py 3.7
55
66__version__ = version ("openprotein-python" )
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " openprotein_python"
33packages = [{include = " openprotein" }]
4- version = " 0.1.1b11 "
4+ version = " 0.1.1b15 "
55description = " OpenProtein Python interface."
66license = " MIT"
77readme = " README.md"
You can’t perform that action at this time.
0 commit comments