Ports 搜索

共有5,623项符合/devel/的查询结果,以下是第4,3214,330项(搜索用时0.003秒)
devel/tconfpy-2.112 (Score: 0.032514982)
Python Configuration File Parser
'tconfpy' is an advanced configuration file parser and validator for Python programs. By using 'tconfpy', Python programmers can provide their users with an external configuration file for setting program options, defining defaults, and so on. 'tconfpy' offloads the responsibility for parsing and validating a configuration file from the main application. The Python programmer need only deal with the results and any errors or warnings generated during the parsing process.
devel/meliae-0.4.0 (Score: 0.032514982)
Python Memory Usage Analyzer
Meliae is a library meant to help people understand how their memory is being used in Python.
devel/memory_profiler-0.41 (Score: 0.032514982)
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/llvm-3.9.0 (Score: 0.032514982)
LLVM and Clang
The LLVM Project is a collection of modular and reusable compiler and toolchain technologies. This port includes Clang (a C/C++/Objective-C compiler), LLD (a linker), LLDB (a debugger), an OpenMP runtime library, and the LLVM infrastructure these are built on.
devel/termcolor-1.1.0 (Score: 0.032514982)
ANSII Color formatting for output in terminal
ANSII Color formatting for output in terminal.
devel/TestGears-0.2 (Score: 0.032514982)
Python module to run tests written as simple functions
TestGears provides automatic discovery of unittest.TestCases and the ability to run tests that are written as simple functions. It generates a standard unittest.TestSuite for use with any of the standard frontends, and provides a distutils command to run tests with zero configuration.
devel/testoob-1.15 (Score: 0.032514982)
Advanced unit testing framework for PyUnit
Testoob is an advanced unit testing framework for Python. It integrates effortlessly with existing PyUnit (module 'unittest') test suites.
devel/mercurialserver-1.2.0 (Score: 0.032514982)
Software for hosting mercurial repositories
mercurial-server gives your developers remote read/write access to centralized Mercurial repositories using SSH public key authentication; it provides convenient and fine-grained key management and access control. All of the repositories controlled by mercurial-server are owned by a single user (the "hg" user in what follows), but many remote users can act on them, and different users can have different permissions. We don't use file permissions to achieve that - instead, developers log in as the "hg" user when they connect to the repository host using SSH, using SSH URLs of the form "ssh://hg@repository-host/repository-name". A restricted shell prevents them from using this access for unauthorized purposes. Developers are authenticated only using SSH keys; no other form of authentication is supported. To give a user access to the repository, place their key in an appropriately-named subdirectory of "/usr/lcoal/etc/mercurialserver/keys" and run "refresh-auth". You can then control what access they have to what repositories by editing the control file "/usr/local/etc/mercurialserver/access.conf", which can match the names of these keys against a glob pattern. For convenient remote control of access, you can instead (if you have the privileges) make changes to a special repository called "hgadmin", which contains its own "access.conf" file and "keys" directory. Changes pushed to this repository take effect immediately. The two "access.conf" files are concatenated, and the keys directories merged.
devel/mimeparse-0.1.4 (Score: 0.032514982)
Basic functions for handling mime-types in Python
This module provides basic functions for parsing mime-type names and matching them against a list of media-ranges.
devel/timelib-0.2.4 (Score: 0.032514982)
Parse English textual date descriptions
timelib is a short wrapper around php's internal timelib module. It currently only provides a few functions.