Skip to content

DiamondLightSource/diffcalc-api

Repository files navigation

diffcalc-api

Code CI Docs CI Test Coverage Latest PyPI version Apache License

An API which exposes the methods in diffcalc-core using FastAPI.

Source code https://github.com/DiamondLightSource/diffcalc-api
Documentation https://github.com/DiamondLightSource/diffcalc-api
Releases https://github.com/DiamondLightSource/diffcalc-api/releases

This is where you should put some images/code snippets that illustrate relevant examples. If it is a library then you might put some introductory code here:

from diffcalc_api.hello import HelloClass

hello = HelloClass("me")
print(hello.format_greeting())

Or if it is a commandline tool then you might put some example commands here:

diffcalc_api person --times=2

No other features yet.

See https://dls-controls.github.io/diffcalc_api for more detailed documentation.