Ports 搜索

共有5,886项符合/net-im/的查询结果,以下是第2,6512,660项(搜索用时0.004秒)
devel/cfgparse-1.3 (Score: 0.0070083328)
Python module for parsing configuration files
cfgparse is Python module for parsing configuration files.
devel/cxx-6.0.0 (Score: 0.0070083328)
Make it easier to extend Python with C++
PyCXX is a set of C++ facilities to make it easier to write Python extensions. The chief way in which PyCXX makes it easier to write Python extensions is that it greatly increases the probability that your program will not make a reference-counting error and will not have to continually check error returns from the Python C API. PyCXX integrates Python with C++ in these ways: - C++ exception handling is relied on to detect errors and clean up. In a complicated function this is often a tremendous problem when writing in C. With PyCXX, we let the compiler keep track of what objects need to be dereferenced when an error occurs. - The Standard Template Library (STL) and its many algorithms plug and play with Python containers such as lists and tuples. - The optional CXX_Extensions facility allows you to replace the clumsy C tables with objects and method calls that define your modules and extension objects.
devel/dirspec-13.10 (Score: 0.0070083328)
XDG Base and User directories implementation
A Python library which provides support for handling directories as described in the XDG Base Directory and User Folders specifications.
devel/librcc-0.2.12 (Score: 0.0070083328)
Library used by rusxmms for language autodetection
The Abilities of LibRCC Library =============================== * Language Autodetection * On the fly translation between languages, using online-services! * Encoding Autodetection for most of European Languages1 * Support for encoding detection plugins (besides Enca and LibRCD) * Recoding/translation of multi-language playlists! * Cache to speed-up re-recoding. * Possibility to configure new languages and encodings. * Shared configuration file. For example mentioned TagLib and LibID3 patches do not have their own user interface, but will utilize the same recoding configuration as XMMS. * As well the separate program for configuration adjustment is available. * GTK/GTK2 UI Library: you can add properties page to your GTK application with 3 lines of code. * Menu localization opportunity
devel/clonedigger-1.0.11 (Score: 0.0070083328)
Detect similar code in Python and Java programs
Clone Digger aims to detect similar code in Python and Java programs. The synonyms for the term "similar code" are "clone" and "duplicate code".
devel/crcmod-1.7 (Score: 0.0070083328)
Module for Cyclic Redundancy Check (CRC) calculations
This is a Python module for generating objects that compute the Cyclic Redundancy Check (CRC). It includes a (optional) C extension for fast calculation, as well as a pure Python implementation. 8, 16, 24, 32, and 64 bit CRC are supported.
devel/dal-20081016 (Score: 0.0070083328)
Database abstraction layer for Python
PyDal is a database abstraction layer for Python. It provides a DBAPI 2.0 wrapper for DBAPI 2.0 drivers. Sounds strange, but even drivers that fully conform to the DBAPI can differ enough to make building database independent applications difficult. Two major abstractions handled by PyDal are paramstyles and datetime objects. PyDal makes it possible to use the same paramstyle and datetime types with any module that conforms to DBAPI 2.0. In addition, paramstyles and datetime types are configurable.
devel/dialog-2.7 (Score: 0.0070083328)
Python interface to dialog(3)
This is a Python module for making simple Text/Console-mode user interfaces.
devel/libbinio-1.4 (Score: 0.0070083328)
Binary I/O stream class library
The binary I/O stream class library presents a platform-independent way to access binary data streams in C++. The library is hardware independent in the form that it transparently converts between the different forms of machine-internal binary data representation. It further employs no special I/O protocol and can be used on arbitrary binary data sources.
devel/epsilon-0.7.1 (Score: 0.0070083328)
Set of Python utility modules used by DivMod projects
A small utility package that depends on tools too recent for Twisted (like datetime in python2.4) but performs generic enough functions that it can be used in projects that don't want to share Divmod's other projects' large footprint. Currently included: * A powerful date/time formatting and import/export class (ExtimeDotTime), for exchanging date and time information between all Python's various ways to interpret objects as times or time deltas. * Tools for managing concurrent asynchronous processes within Twisted. * A metaclass which helps you define classes with explicit states. * A featureful Version class. * A formal system for application of monkey-patches.