Ports Search

Results 8,6718,680 of 19,819 for %22HTTP Server%22.(0.009 seconds)
devel/posix-33.4.0 (Score: 0.0010835839)
POSIX layer for Lua
LuaPosix is a Lua extension library that provides support for POSIX.
devel/gitdb-0.6.4 (Score: 0.0010835839)
Pure Python git object database
The GitDB project implements interfaces to allow read and write access to git repositories. In its core lies the db package, which contains all database types necessary to read a complete git repository. These are the LooseObjectDB, the PackedDB and the ReferenceDB which are combined into the GitDB to combine every aspect of the git database. For this to work, GitDB implements pack reading, as well as loose object reading and writing. Data is always encapsulated in streams, which allows huge files to be handled as well as small ones, usually only chunks of the stream are kept in memory for processing, never the whole stream at once.
devel/hgtools-6.3 (Score: 0.0010835839)
Classes and setuptools plugin for Mercurial repositories
Classes and setuptools plugin for Mercurial repositories hgtools builds on the setuptools_hg plugin for setuptools. Provides classes for inspecting and working with repositories in the Mercurial version control system.
devel/ioflo-1.5.0 (Score: 0.0010835839)
Automated Reasoning Engine and Flow Based Programming Framework
Automated Reasoning Engine and Flow Based Programming Framework IoFlo is a magically powerful open interoperable software framework that enables non experts to intelligently automate their own programmable world.
devel/resolver-0.2.1 (Score: 0.0010835839)
Resolve specially formatted statements to Python objects
Resolve specially formated statements to Python objects. Turn strings like "packagename.modulename:Eval().the_rest()" into whatever you would get back by performing a similar sequence of imports and calls. This is useful for config files and situations where you would like to import things in a lazy way. Later this package will probably provide a way to restrict resolution for safety.
devel/jsonschema-2.5.1 (Score: 0.0010835839)
JSON Schema validation for Python
jsonschema is an implementation of JSON Schema for Python - Full support for Draft 3 and Draft 4 of the schema. - Lazy validation that can iteratively report all validation errors. - Small and extensible - Programmatic querying of which properties or items failed validation.
devel/kid-0.9.6 (Score: 0.0010835839)
Simple template language for XML based written in Python
Kid is a simple template language for XML based vocabularies written in Python. It was spawned as a result of a kinky love triangle between XSLT, TAL, and PHP. We believe many of the best features of these languages live on in Kid with much of the limitations and complexity stamped out.
devel/Louie-1.1 (Score: 0.0010835839)
Signal dispatching mechanism
Louie provides Python programmers with a straightforward way to dispatch signals between objects in a wide variety of contexts. It is based on PyDispatcher, which in turn was based on a highly-rated recipe in the Python Cookbook.
devel/magic-5.28 (Score: 0.0010835839)
Python module for determining file type
Python bindings for libmagic used to get a description of a file type, or a mime type for that file.
devel/TestGears-0.2 (Score: 0.0010835839)
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.