Skip to content

Latest commit

 

History

History
62 lines (35 loc) · 1.17 KB

File metadata and controls

62 lines (35 loc) · 1.17 KB

WhereScape

Python library for WhereScape. Takes care of reading and writing to the WhereScape repository database and the target database.

Status

maintained

Usage

Requirements

Requires Python 3.14. Dependencies are managed with uv.

Install dependencies:

uv sync

Install including development tools (ruff):

uv sync --group dev

Needs to run on a WhereScape server.

Installation

Add library to pythonpath.

Contributing

See the CONTRIBUTING.md file on how to contribute to this project.

Contributors

See the CONTRIBUTORS.md file for a list of contributors to the project.

Roadmap

Changelog

The changelog can be found in the CHANGELOG.md file.

In progress

Initial version.

Future

Adding more connectors.

Get in touch with a developer

If you want to report an issue see the CONTRIBUTING.md file for more info.

We will be happy to answer your other questions at opensource@wearespindle.com.

License

Python-wherescape is made available under the MIT license. See the LICENSE file for more info.