Ports Search

Results 9,0919,100 of 17,754 for %E6%8E%A7%E5%88%B6%E5%8F%B0.(0.011 seconds)
devel/frozendict-0.5 (Score: 7.770591E-5)
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: 7.770591E-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: 7.770591E-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: 7.770591E-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.
devel/ioflo-1.5.0 (Score: 7.770591E-5)
Automated Reasoning Engine and Flow Based Programming Framework
Automated Reasoning Engine and Flow Based Programming Framework IoFlo is a magically powerful open interoperable software framework that enables non experts to intelligently automate their own programmable world.
devel/jaraco.util-11.0 (Score: 7.770591E-5)
General utility modules that supply commonly-used functionality
jaraco.util contains a number of nominally useful, reusable classes and functions. They're designed to be intuitively named and self-documenting (many with extensive doctests).
devel/calendar-0.16.1 (Score: 7.770591E-5)
Date-time and time zone handling in Elixir
Calendar is a date and time library for Elixir. The Olson/Eggert "Time Zone Database" is used. Years 1 through 9999 are supported.
devel/jira-0.32 (Score: 7.770591E-5)
Library to ease use of the JIRA 5 REST APIs
a Python library designed to ease the use of the JIRA REST API. Some basic support for the GreenHopper REST API also exists.
devel/lxml-3.6.0 (Score: 7.770591E-5)
Pythonic binding for the libxml2 and libxslt libraries
lxml is a Python binding for libxml2 and libxslt. Its aim: * Pythonic API. * Documented. * Use Python unicode strings in API. * Safe (no segfaults). * No manual memory management!
devel/msgpack-python-0.4.7 (Score: 7.770591E-5)
MessagePack (de)serializer for Python
MessagePack is a binary-based efficient data interchange format that is focused on high performance. It is like JSON, but very fast and small.