Ports Search

Results 8,5518,560 of 17,660 for descr%3A%22spam filter%22.(0.015 seconds)
devel/liblarch-2.1.0 (Score: 1.3917367E-4)
Python library to easily handle data structures
Liblarch is a python library built to easily handle data structure such are lists, trees and acyclic graphs (tree where nodes can have multiple parents).
devel/configargparse-0.10.0 (Score: 1.3917367E-4)
Drop-in replacement for argparse
ConfigArgParse is a drop-in replacement for argparse that allows options to also be set via config files and/or environment variables.
devel/gen_rpc-1.0.2 (Score: 1.3917367E-4)
Scalable RPC library for Erlang
gen_rpc uses a mailbox-per-node architecture and gen_tcp processes to parallelize data reception from multiple nodes without blocking the VM's distributed port.
devel/debtcollector-1.6.0 (Score: 1.3917367E-4)
Collection of Python deprecation patterns and strategies
A collection of Python deprecation patterns and strategies that help you collect your technical debt in a non-destructive manner. The goal of this library is to provide well documented developer facing deprecation patterns that start of with a basic set and can expand into a larger set of patterns as time goes on. The desired output of these patterns is to apply the warnings module to emit DeprecationWarning or PendingDeprecationWarning or similar derivative to developers using libraries (or potentially applications) about future deprecations.
devel/docker-py-1.7.2 (Score: 1.3917367E-4)
API client for docker written in Python
A Python library for the Docker Remote API. It does everything the docker command does, but from within Python: run containers, manage them, pull/push images, etc.
devel/dynrules-0.1.0 (Score: 1.3917367E-4)
Dynamic Scripting for adaptive AI systems
dynrules is a dynamic ruleset scripting package for Python. It uses the Dynamic Scripting technique to create adaptive AI scripts automatically from predefined rulesets.
devel/pygpx-0.2 (Score: 1.3917367E-4)
Python Module For Parsing GPS Exchange Format (GPX) File
py-gpx is a python module for parsing GPS Exchange Format (GPX) files. This module allows you to parse and extract data from GPX files.
devel/recon-2.3.2 (Score: 1.3917367E-4)
Collection of functions and scripts to debug Erlang in production
Recon is a library to be dropped into any other Erlang project, to be used to assist DevOps people diagnose problems in production nodes.
devel/frozendict-0.5 (Score: 1.3917367E-4)
Immutable dictionary implementation for Python
frozendict is an immutable wrapper around dictionaries that implements the complete mapping interface. It can be used as a drop-in replacement for dictionaries where immutability is desired.
devel/functools32-3.2.3 (Score: 1.3917367E-4)
Backport of the functools module from Python 3.2.3 for use on 2.7
This is a backport of the Python 3.2 functools module for use on Python versions 2.7 and PyPy. It includes new features lru_cache (Least-recently-used cache decorator).