Ports Search

Results 15,58115,590 of 18,669 for descr.zh_CN%3A%E9%81%8F%E5%88%B6%E5%9E%83%E5%9C%BE.(0.021 seconds)
devel/future-0.15.2 (Score: 3.3129134E-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: 3.3129134E-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/ipaddr-2.1.11 (Score: 3.3129134E-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: 3.3129134E-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: 3.3129134E-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/multipledispatch-0.4.8 (Score: 3.3129134E-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: 3.3129134E-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
devel/optik-1.5.3 (Score: 3.3129134E-5)
Command-line parsing library for Python
Optik is a powerful, flexible, extensible, easy-to-use command-line parsing library for Python. Using Optik, you can add intelligent, sophisticated handling of command-line options to your scripts with very little overhead.
devel/pefile-2016.3.28 (Score: 3.3129134E-5)
Python module to read and work with PE files
pefile is a Python module to read and work with PE files. Most of the information in the PE Header is accessible, as well as all the sections, section's information and data.
devel/period-0.5 (Score: 3.3129134E-5)
Basic time period checking library
This is an early version of a basic time period checking library for Python. It is in part inspired by perl's Time::Period module and the time class mechanism of Cfengine.