python3-fastimport
Fastimport file format parser and generator library
Python library for parsing and generating the fastimport file format.
The fastimport format is used for serializing version control histories.
libeclipse-remote-core-java
Eclipse Remote Services API
The purpose of this API is to provide a programming interface to remote
services that is agnostic to the actual remote services implementation.
python-fakeredis
Fake version of a redis-py - Python 2.x
fakeredis is a pure Python implementation of the redis-py Python client that
simulates talking to a redis server. This was created for a single purpose:
to write unittests. Setting up redis is not hard, but many times you want to
write unittests that do not talk to an external server (such as redis).
This module now allows tests to simply use this module as a reasonable
substitute for redis.
libarcus3
message queue for Cura based on protobuf (shared library)
This library contains C++ code and Python3 bindings for creating a socket
in a thread and using this socket to send and receive messages based on
the Protocol Buffers library. It is designed to facilitate the communication
between Cura and its backend and similar code.
This package contains the shared library.
libmodule-build-parse-yapp-perl
module to build Parse::Yapp parsers from source
Module::Build::Parse::Yapp is a subclass of Module::Build made to build
Parse::Yapp parsers from the source. Thus, prebuilt parsers do not have to be
included in the source distribution.
python-hashids
Python implementation of hashids (Python 2 version)
A Python port of the JavaScript hashids implementation. It generates
YouTube-like hashes from one or many numbers. Use hashids when you do not
want to expose your database ids to the user.