Skip to content

rjl-old/starling-server

Repository files navigation

Starling Server - A simplified Starling API

An API for working with a validated subset of the Starling Bank API.

Installation

$ pip install starling-server

To configure:

$ starling-server init

After init, follow the instructions by adding a token per file in the folder specified.

Usage

$ starling-server go
$ # or with uvicorn directly
$ uvicorn starling_server.main:app

Documentation

API : http://127.0.0.1:8000/docs

Package : docs/build/html/index.html

Testing

$ pytest tests

License

This project is licensed under the MIT License - see file LICENSE.md for details.

Version history

0.1 : Initial release

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages