Ports Search

Results 4,6514,660 of 5,623 for /devel/.(0.003 seconds)
devel/urwidtrees-1.0.2 (Score: 0.032514982)
Tree widgets for py-urwid
Tree widgets for urwid.
devel/user_agents-1.0.1 (Score: 0.032514982)
Python library to identify devices using User-Agent string
user_agents is a Python library that provides an easy way to identify/detect devices like mobile phones, tablets and their capabilities by parsing (browser) user agent strings. The goal is to reliably detect whether: -- User agent is a mobile, tablet or PC based device -- User agent has touch capabilities (has touch screen) user_agents relies on the excellent ua-parser to do the actual parsing of the raw user agent string.
devel/jenkins-2.7.2 (Score: 0.032514982)
Open-source continuous integration server
In a nutshell Jenkins CI is the leading open-source continuous integration server. Built with Java, it provides over 300 plugins to support building and testing virtually any project.
devel/vcrpy-1.7.4 (Score: 0.032514982)
Automatically mock HTTP interactions to simplify and speed up testing
VCR.py simplifies and speeds up tests that make HTTP requests. The first time you run code that is inside a VCR.py context manager or decorated function, VCR.py records all HTTP interactions that take place through the libraries it supports and serializes and writes them to a flat file (in yaml format by default). This flat file is called a cassette. When the relevant peice of code is executed again, VCR.py will read the serialized requests and responses from the aforementioned cassette file, and intercept any HTTP requests that it recognizes from the original test run and return the responses that corresponded to those requests. This means that the requests will not actually result in HTTP traffic, which confers several benefits including: * The ability to work offline * Completely deterministic tests * Increased test execution speed
devel/vcversioner-2.14.0.0 (Score: 0.032514982)
Use version control tags to discover version numbers
You can write a setup.py with no version information specified, and vcversioner will find a recent, properly-formatted VCS tag and extract a version from it.
devel/virtualenv-14.0.0 (Score: 0.032514982)
Tool for creating isolated Python environments
``virtualenv`` is a tool to create isolated Python environments. It creates an environment that has its own installation directories, that doesn't share libraries with other virtualenv environments (and optionally doesn't use the globally installed libraries either). Usage: virtualenv YOUR_NEW_PYTHON_ENV
devel/virtualenvwrapper-4.7.1 (Score: 0.032514982)
Set of extensions to virtualenv
virtualenvwrapper is a set of extensions to Ian Bicking's `virtualenv <http://pypi.python.org/pypi/virtualenv>`_ tool. The extensions include wrappers for creating and deleting virtual environments and otherwise managing your development workflow, making it easier to work on more than one project at a time without introducing conflicts in their dependencies.
devel/watchdog-0.8.2 (Score: 0.032514982)
Python API library to monitor file system events
Python API library and shell utilities to monitor file system events. Directory monitoring is made easy with * A cross-platform API. * A shell tool to run commands in response to directory changes.
devel/wcwidth-0.1.6 (Score: 0.032514982)
Determine the printable width of the terminal
This API is mainly for Terminal Emulator implementors -- any python program that attempts to determine the printable width of a string on a Terminal. It is certainly possible to use your Operating System's wcwidth() and wcswidth() calls if it is POSIX-conforming, but this would not be possible on non-POSIX platforms, such as Windows, or for alternative Python implementations, such as jython.
devel/weblib-0.1.20 (Score: 0.032514982)
Set of tools for web scraping projects
Weblib provides tools to solve typical tasks in web scraping: * processing HTML * handling text encodings * controling repeating and parallel tasks * parsing RSS/ATOM feeds * preparing data for HTTP requests * working with DOM tree * working with text and numeral data * list of common user agents * cross-platform file locking * operations with files and directories