Ports 搜索

共有5,824项符合/net/的查询结果,以下是第1,8111,820项(搜索用时0.004秒)
devel/pycalendar-2.0 (Score: 0.062004834)
iCalendar and vCard module for python
An iCalendar and vCard project for python. SVN: http://svn.mulberrymail.com/repos/PyCalendar/branches/server-stable/
devel/frozendict-0.5 (Score: 0.062004834)
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/fs-0.5.4 (Score: 0.062004834)
Python filesystem abstraction
Pyfilesystem is a Python module that provides a simplified common interface to many types of filesystem. Filesystems exposed via Pyfilesystem can also be served over the network, or 'mounted' on the native filesystem. Pyfilesystem simplifies working directories and paths, even if you only intend to work with local files. Differences in path formats between platforms are abstracted away, and you can write code that sand-boxes any changes to a given directory.
devel/hypothesis-1.18.1 (Score: 0.062004834)
Library for property based testing
Hypothesis is a library for testing your Python code against a much larger range of examples than you would ever want to write by hand. It's based on the Haskell library, Quickcheck, and is designed to integrate seamlessly into your existing Python unit testing work flow.
devel/llfuse-1.0 (Score: 0.062004834)
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/logan-0.7.1 (Score: 0.062004834)
Logan is a toolkit for running standalone Django applications
Logan is a toolkit for running standalone Django applications. It provides you with tools to create a CLI runner, manage settings, and the ability to bootstrap the process.
devel/matrix-angular-sdk-0.6.6 (Score: 0.062004834)
Matrix Angular SDK
An Angular SDK for the Matrix project.
devel/memory_profiler-0.41 (Score: 0.062004834)
Line-by-line and process memory consumption analysis
memory_profiler is a python module for monitoring memory consumption of a process as well as line-by-line analysis of memory consumption for python programs. It is a pure python module and has the psutil module as optional (but highly recommended) dependencies.
devel/msgpack-python-0.4.7 (Score: 0.062004834)
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.
devel/pkgconfig-1.1.0 (Score: 0.062004834)
Python module to interface with the pkg-config command line tool
pkgconfig is a Python module to interface with the pkg-config command line tool.