python3-aio-geojson-usgs-earthquakes

async GeoJSON client U.S. Geological Survey Earthquake Hazards Program

This library provides convenient async access to U.S. Geological Survey Earthquake Hazards Program feeds.

python3-aio-georss-client

async GeoRSS client library

This Python library provides convenient async access to GeoRSS http://www.georss.org/ Feeds.

python3-dna-jellyfish

count k-mers in DNA sequences (Python bindings of jellyfish)

JELLYFISH is a tool for fast, memory-efficient counting of k-mers in DNA. A k-mer is a substring of length k, and counting the occurrences of all such substrings is a central step in many analyses of DNA sequence. JELLYFISH can count k-mers using an order of magnitude less memory and an order of magnitude faster than other k-mer counting packages by using an efficient encoding of a hash table and by exploiting the "compare-and-swap" CPU instruction to increase parallelism.

python3-volatildap

Temporary slapd launcher for testing purposes

volatildap provides simple helpers for testing code against a LDAP database.

libdata-fake-perl

module for generating fake structured data for testing

Data::Fake generates randomized, fake structured data using declarative syntax.

libeddsa-java

implementation of EdDSA in Java

This implementation of EdDSA is based on the ref10 implementation in SUPERCOP.