formicidae-tracker-hermes

FORmicidae Tracker hermes python implementation


License
LGPL-3.0
Install
pip install formicidae-tracker-hermes==0.5.4

Documentation

fort-hermes — Tracking Data exchange format for the FORMicidae Tracker

fort-hermes logo

Build Status coverage Status Stable Documentation Status PyPI package License DOI

FORT Project Wiki • Report a Bug • Request a Feature

fort-hermes is a small library, implemented in C/C++, go and python for the exchange format of tracking data for the FORmicidae Tracker project. This is mostly based on protocol buffer. It provides utilities to access file sequence of saved tracking data or to connect to live tracking instance to access broadcasted data.

Installation

C/C++

libfort-hermes and libfort-hermes-cpp packages are distributed within the larger conda libfort-myrmidon package through the formicidae-tracker channel.

conda install -c formicidae-tracker libfort-myrmidon

Python

The py_fort_hermes package is available through PyPI formicidae-tracker-hermes project.

Golang

go get github.com/formicidae-tracker/hermes

Versioning

fort-hermes use SemVer for versioning. For the versions available, see the releases

Authors

The file AUTHORS lists all copyright holders (physical or moral person) for this repository.

See also the list of contributors who participated in this project.

License

This project is licensed under the GNU Lesser General Public License v3.0 or later - see the LICENSE file for details