Ports Search

Results 12,29112,300 of 17,754 for %E6%8E%A7%E5%88%B6%E5%8F%B0.(0.011 seconds)
devel/enum34-1.1.6 (Score: 6.4754924E-5)
Python 3.4 Enum backported to 3.3, 3.2, 3.1, 2.7
An enumeration is a set of symbolic names (members) bound to unique, constant values. Within an enumeration, the members can be compared by identity, and the enumeration itself can be iterated over.
devel/future-0.15.2 (Score: 6.4754924E-5)
Clean single-source support for Python 3 and 2
future is the missing compatibility layer between Python 2 and Python 3. It allows you to use a single, clean Python 3.x-compatible codebase to support both Python 2 and Python 3 with minimal overhead.
devel/futures-3.0.5 (Score: 6.4754924E-5)
Backport of the concurrent.futures package from Python 3.2
Backport of the concurrent.futures package from Python 3.2 The concurrent.futures module provides a high-level interface for asynchronously executing callables. This is described in PEP-3148 and is included in Python 3.2+
devel/repoze.lru-0.6 (Score: 6.4754924E-5)
Tiny LRU cache implementation and decorator
repoze.lru is a LRU (least recently used) cache implementation. Keys and values that are not used frequently will be evicted from the cache faster than keys and values that are used frequently.
devel/ipaddr-2.1.11 (Score: 6.4754924E-5)
Google open source IPv4/IPv6 manipulation library in Python
A Google open source IPv4/IPv6 manipulation library in Python. This library is used to create/poke/manipulate IPv4 and IPv6 addresses and prefixes. Development mailing list: http://groups.google.com/group/ipaddr-py-dev
devel/json-sempai-0.4.0 (Score: 6.4754924E-5)
Pythonic argument parser, that will make you smile
Have you ever been kept awake at night, desperately feeling a burning desire to do nothing else but directly import JSON files as if they were python modules? Now you can!
devel/llfuse-1.0 (Score: 6.4754924E-5)
Python bindings for low-level FUSE API
Python-LLFUSE is a set of Python bindings for the low level FUSE API. It requires at least FUSE 2.8.0 and supports both Python 2.x and 3.x. It runs under Linux, OS-X, FreeBSD and NetBSD.
devel/mongokit-0.8.3 (Score: 6.4754924E-5)
Python ORM-like layer on top of pymongo
MongoKit is a python module that brings structured schema and validation layer on top of the great pymongo driver. It has be written to be simpler and lighter as possible with the KISS and DRY principles in mind.
devel/multipledispatch-0.4.8 (Score: 6.4754924E-5)
Relatively sane approach to multiple dispatch in Python
A relatively sane approach to multiple dispatch in Python. This implementation of multiple dispatch is efficient, mostly complete, performs static analysis to avoid conflicts, and provides optional namespace support. It looks good too.
devel/noseofyeti-1.5.1 (Score: 6.4754924E-5)
Nose plugin providing BDD dsl for Python
Nose plugin providing BDD dsl for python Plugin for nose, inspired by http://github.com/fmeyer/yeti, which uses a codec style to provide an RSpec style BDD dsl for python tests