Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 531 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 531 Bytes

Quickstart

A python client for interacting with Rosetta api endpoints.

Installing

$ git clone https://github.com/blockjoe/rosetta-api-client-python
$ cd rosetta-api-client-python
$ pip install -e .

Examples

from pyrosetta import RosettaAPI

Useful Resources