Skip to content
This repository has been archived by the owner on Jun 28, 2024. It is now read-only.
/ spanclient-py Public archive

Create declarative API clients for spanserver-based API's

License

Notifications You must be signed in to change notification settings

illuscio-dev/spanclient-py

Repository files navigation

SpanClient

Spanclient is a declarative http REST client framework, similar to Flask / Responder / FastAPI, but for consuming API's rather than serving them.

Installation

pip install spanclient

Getting Started

For full documentation: read the docs.

For library development guide, read the docs.

Prerequisites

Python 3.6+

Authors

  • Billy Peake - Initial work