python3-inline-snapshot

Create and update inline snapshots in your Python code (Python 3)

inline-snapshot can be used for different things:

python3-meshzoo

simple geometric meshes (Python 3)

When generating meshes for FEM/FVM computations, sometimes your geometry is so simple that you don't need a complex mesh generator (like pygmsh, MeshPy, mshr, pygalmesh, dmsh), but something simple and fast that makes use of the structure of the domain. Enter meshzoo.

leb128

read-eval-print-loop for LEB128

REPL program that converts numbers to signed and unsigned LEB128 and displays the results in base-10, hex, and binary.

python3-ttn-client

Client for fetching and parsing uplink messages from The Things Network

This library provides a client to fetch and parse uplink messages from The Things Network. The Things Network is a community-driven and open network that supports LoRaWAN for long-range communication with low bandwidth. Data from sensors is transferred via gateways to The Things Network, where this client processes the received uplink messages. The client decodes the payload and converts it into a readable format, extracting key-value pairs for further use in applications. This allows users to integrate and work with data from The Things Network within their own systems.

libbibtex-parser-perl

pure Perl BibTeX parser

BibTeX::Parser is a pure-Perl BibTeX format parser.

python3-jsonlines

Python library for jsonlines and ndjson data

jsonlines is a Python library to simplify working with jsonlines and ndjson data.