Ports Search

Results 4,3814,390 of 5,623 for /devel/.(0.004 seconds)
devel/yapps2-2.1.1 (Score: 0.032514982)
Easy-to-use parser generator that generates Python code
Yapps (Yet Another Python Parser System) is an easy to use parser generator that is written in Python and generates Python code. Yapps is simple, is easy to use, and produces human-readable parsers. It is not fast, powerful, or particularly flexible. Yapps is designed to be used when regular expressions are not enough and other parser systems are too much: situations where you may write your own recursive descent parser. Yapps 1 is more like a functional language (concise grammars of the form when you see this, return this), while Yapps 2 is more like an imperative language (more verbose grammars of the form if/while you see this, do this). Yapps 2 is more flexible than Yapps 1 but it requires Python 1.5 and is not backwards-compatible with Yapps 1. This is the development version of Yapps 2.
devel/pbr-1.8.1 (Score: 0.032514982)
Python Build Reasonableness
PBR is a library that injects some useful and sensible default behaviors into your setuptools run. It started off life as the chunks of code that were copied between all of the OpenStack projects. Around the time that OpenStack hit 18 different projects each with at least 3 active branches, it seems like a good time to make that code into a proper re-usable library.
devel/pefile-2016.3.28 (Score: 0.032514982)
Python module to read and work with PE files
pefile is a Python module to read and work with PE files. Most of the information in the PE Header is accessible, as well as all the sections, section's information and data.
devel/period-0.5 (Score: 0.032514982)
Basic time period checking library
This is an early version of a basic time period checking library for Python. It is in part inspired by perl's Time::Period module and the time class mechanism of Cfengine.
devel/petname-1.12 (Score: 0.032514982)
Generate human-readable, random object names
This utility will generate "pet names", consisting of a random combination of an adverb, adjective, and proper name. These are useful for unique hostnames, for instance.
devel/pex-1.1.2 (Score: 0.032514982)
PEX packaging toolchain
PEX files are self-contained executable Python virtual environments. More specifically, they are carefully constructed zip files with a #!/usr/bin/env python and special __main__.py that allows you to interact with the PEX runtime
devel/phabricator-0.6.0 (Score: 0.032514982)
Phabricator API Bindings
Python Phabricator Bindings for Conduit API.
devel/phonenumbers-7.1.1 (Score: 0.032514982)
Library for parsing, formatting, and validating intl phone numbers
Python version of Google's common library for parsing, formatting, storing and validating international phone numbers.
devel/phply-0.9.1 (Score: 0.032514982)
PHP lexer and parser in Python
phply is a parser for the PHP programming language written using PLY, a Lex/YACC-style parser generator toolkit for Python.
devel/phpserialize-0.4 (Score: 0.032514982)
Python implementation of PHP's native serialize() and unserialize()
This is a python implementation of PHP's native serialize() and unserialize() functions.