Ports Search

Results 13,49113,500 of 18,669 for descr.zh_CN%3A%E9%81%8F%E5%88%B6%E5%9E%83%E5%9C%BE.(0.027 seconds)
devel/canonicaljson-1.0.0 (Score: 3.975496E-5)
Canonical JSON
A JSON library for Python that provides features such as sorted keys, no insignificant whitespace, minimal escaping where necessary and supports frozendict immutable dictionaries.
devel/liblarch-2.1.0 (Score: 3.975496E-5)
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/gen_rpc-1.0.2 (Score: 3.975496E-5)
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: 3.975496E-5)
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: 3.975496E-5)
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: 3.975496E-5)
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: 3.975496E-5)
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/functools32-3.2.3 (Score: 3.975496E-5)
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).
devel/game-1.9.1 (Score: 3.975496E-5)
Module designed to write games in Python
Pygame is a cross-platfrom library based on top of the SDL and designed to make it easy to write multimedia software, such as games, in Python.
devel/GitPython-1.0.1 (Score: 3.975496E-5)
Python Git Library
GitPython is a python library used to interact with git repositories, high-level like git-porcelain, or low-level like git-plumbing.