This is a staging site. Uploads will not persist. Testing only.

libmrpt-containers2.14

Mobile Robot Programming Toolkit - containers library

The Mobile Robot Programming Toolkit (MRPT) is an extensive, cross-platform, and open source C++ library aimed to help robotics researchers to design and implement algorithms in the fields of Simultaneous Localization and Mapping (SLAM), computer vision, and motion planning (obstacle avoidance).

libmrpt-comms2.14

Mobile Robot Programming Toolkit - comms library

The Mobile Robot Programming Toolkit (MRPT) is an extensive, cross-platform, and open source C++ library aimed to help robotics researchers to design and implement algorithms in the fields of Simultaneous Localization and Mapping (SLAM), computer vision, and motion planning (obstacle avoidance).

libmrpt-bayes2.14

Mobile Robot Programming Toolkit - bayes library

The Mobile Robot Programming Toolkit (MRPT) is an extensive, cross-platform, and open source C++ library aimed to help robotics researchers to design and implement algorithms in the fields of Simultaneous Localization and Mapping (SLAM), computer vision, and motion planning (obstacle avoidance).

python3-ratelimitqueue

Rate limited wrapper for Python 3's thread safe queues

This package extends the three built-in Python queues from the queue module - Queue, LifoQueue, and PriorityQueue - with configurable, rate limited counterparts. Specifically, the get() method is rate limited across all threads so that workers can safely consume from the queue in an unlimited loop, and putting the items in the queue doesn’t need to require blocking the main thread.

dict-freedict-ell-lit

Modern Greek-Lithuanian dictionary for the dict server/client

This is the Modern Greek-Lithuanian dictionary from the FreeDict project. It contains 11852 headwords (FreeDict status: big enough to be useful). It can be either used with the dictd server and a dict client or with GoldenDict.

python3-pytest-trio

Pytest plugin for trio (Python3 version)

This is a pytest plugin to help you test projects that use Trio, a friendly library for concurrency and async I/O in Python.