Front matter
Information about the Spine database API project.
Project homepage
Spine database API is hosted on GitHub at https://github.com/spine-tools/Spine-Database-API under the Spine project.
Installation
If you have installed Spine Toolbox, you should readily have Spine database API. Just activate the Python environment for Toolbox and you are good to go.
Otherwise, you can install released versions of Spine database API with Pip into the current Python environment:
pip install spinedb-api
Dependencies
Spine database API’s install process will ensure that SQLAlchemy is installed, in addition to other dependencies. Spine database API will work with SQLAlchemy version 1.4.
Bugs
Bugs and feature enhancements to Spine database API should be reported on the GitHub issue tracker.