Ports 搜索

共有6,332项符合/net-p2p/的查询结果,以下是第2,3712,380项(搜索用时0.013秒)
devel/memory_profiler-0.41 (Score: 0.01454149)
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.01454149)
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.01454149)
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.
devel/pycerberus-0.6 (Score: 0.01454149)
Highly flexible, no magic input validation library
Pycerberus is a framework to check user data thoroughly so that you can protect your application from malicious (or just garbled) input data. * Remove stupid code which converts input values: After values are validated, you can work with real Python types instead of strings - e.g. 42 instead of '42', convert database IDs to model objects transparently. * Implement custom validation rules: Writing custom validators is straightforward, everything is well documented and pycerberus only uses very little Python magic. * Focus on your value-adding application code: Save time by implementing every input validation rule only once, but 100% right instead of implementing a dozen different half-baked solutions. * Ready for global business: i18n support (based on GNU gettext) is built in, adding custom translations is easy. * Tune it for your needs: You can implement custom behavior in your validators, e.g. fetch translations from a database instead of using gettext or define custom translations for built-in validators. * Use it wherever you like: pycerberus is used in a SMTP server, trac macros as well as web applications - there are no dependecies on a specific context like web development.
devel/pydenticon-0.2 (Score: 0.01454149)
Library for generating identicons - an enhanced port of Sigil
Pydenticon is a small utility library that can be used for deterministically generating identicons based on the hash of provided data.
devel/responses-0.5.0 (Score: 0.01454149)
Utility library for mocking out the requests Python library
A utility library for mocking out the requests Python library.
devel/snackwich-1.3.18 (Score: 0.01454149)
Configuration-based Console UI Framework
Configuration-based Snack/Newt adaptation for easy and attractive console UI forms.
devel/tapi-0.1.7 (Score: 0.01454149)
Framework for testing APIs
Tapi is a tool to automate the testing of your Application Programmer Interfaces (APIs). Features: - Test you API without writing any code (only edit a json file) - Test you APIs in a much more 'natural' way by specifying urls/verbs and what the output should be - Verify anything from response status codes, headers, body content etc - Also allows verification by issuing another API call to a different endpoint to ensure a prior API call worked - Execute arbitrary python scripts to populate request paramaters e.g. custom headers - Execute arbitrary python scripts to verify response from endpoint is valid - Tests your APIs using your own APIs
devel/thrift-0.9.3 (Score: 0.01454149)
Python interface to Thrift
Python interface to Thrift.
devel/unpaddedbase64-1.0.1 (Score: 0.01454149)
Unpadded Base64
Encode and decode Base64 without "=" padding. RFC 4648 specifies that Base64 should be padded to a multiple of 4 bytes using "=" characters. However this conveys no benefit so many protocols choose to use Base64 without the "=" padding.