Badges | |
---|---|
Packages and Releases | |
Build Status | |
DOI | |
License | |
Fairness |
A package (documentation) to load TSDF data (specification) into Python.
The package is available in PyPi and requires Python 3.10 or higher. It can be installed using:
$ pip install tsdf
See our extended tutorials.
poetry install
poetry run pytest
We use Sphinx to build the documentation. Use this command to build the documentation locally:
poetry run make html --directory docs
We welcome contributions! Please see our Contributing Guidelines for more details on coding standards, how to get started, and the submission process.
To ensure a welcoming and respectful community, all contributors and participants are expected to adhere to our Code of Conduct. By participating in this project, you agree to abide by its terms.
This package was created by Pablo Rodríguez, Peter Kok and Vedran Kasalica. It is licensed under the terms of the Apache License 2.0 license.
- The TSDF data format was created by Kasper Claes, Valentina Ticcinelli, Reham Badawy, Yordan P. Raykov, Luc J.W. Evers, Max A. Little.
- This package was created with
cookiecutter
and thepy-pkgs-cookiecutter
template.