Ports Search

Results 12,33112,340 of 17,773 for comment.zh_CN%3A%E6%8E%A7%E5%88%B6%E5%8F%B0.(0.013 seconds)
devel/ipaddr-2.1.11 (Score: 1.5577191E-4)
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: 1.5577191E-4)
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: 1.5577191E-4)
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: 1.5577191E-4)
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: 1.5577191E-4)
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: 1.5577191E-4)
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: 1.5577191E-4)
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: 1.5577191E-4)
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: 1.5577191E-4)
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.
devel/pex-1.1.2 (Score: 1.5577191E-4)
PEX packaging toolchain
PEX files are self-contained executable Python virtual environments. More specifically, they are carefully constructed zip files with a #!/usr/bin/env python and special __main__.py that allows you to interact with the PEX runtime