You are here: Home

Modified items

All recently modified items, latest first.
RPMPackage python-robotframework-faker-0.5-1.lbn13.noarch
Robot Framework keyword library wrapper for faker - https://github.com/joke2k/faker This module allows easy use of faker's random test data generation in Robot Framework. I hate using static test data, because inevitably the system under test evolves to pass the tests without necessarily solving the root cause of bugs.
RPMPackage python-robotframework-difflibrary-0.1dev-2.lbn13.noarch
Robot Framework keyword library that will provide keyword functionality to diff two fules together .
RPMPackage python-robotframework-debuglibrary-0.3-1.lbn13.noarch
Robotframework-DebugLibrary is A debug library for RobotFramework, which can be used as an interactive shell(REPL) also.
RPMPackage python-robotframework-databaselibrary-0.6-2.lbn13.noarch
Database utility library for Robot Framework
RPMPackage python-robotframework-archivelibrary-0.3.0-1.lbn13.noarch
Robot Framework keyword library for handling ZIP files
RPMPackage python-robotframework-2.8.4-1.lbn13.noarch
Robot Framework is a generic test automation framework for acceptance testing and acceptance test-driven development (ATDD). It has easy-to-use tabular test data syntax and utilizes the keyword-driven testing approach. Its testing capabilities can be extended by test libraries implemented either with Python or Java, and users can create new keywords from existing ones using the same syntax that is used for creating test cases.
RPMPackage python-robotentrypoints-0.1-2.lbn13.noarch
Robot framework does not have setuptools compatible entry points. This makes it hard to setup Robot with buildout. robotentrypoints provides them. With the buildout hereunder, you get bin/pybot and bin/rebot scripts. [buildout] parts = robot [robot] recipe = zc.recipe.egg eggs = robotentrypoints
RPMPackage python-roadrunner-0.2.3.1-2.lbn13.noarch
testrunner for test-driven development
RPMPackage python-requests-2.0.1-1.lbn13.noarch
Most existing Python modules for sending HTTP requests are extremely verbose and cumbersome. Python’s built-in urllib2 module provides most of the HTTP capabilities you should need, but the API is thoroughly broken. This library is designed to make HTTP requests easy for developers.
RPMPackage python-rdflib-3.2.3-2.lbn13.noarch
RDFLib is a Python library for working with RDF, a simple yet powerful language for representing information. The library contains parsers and serializers for RDF/XML, N3, NTriples, Turtle, TriX and RDFa . The library presents a Graph interface which can be backed by any one of a number of Store implementations. The core rdflib includes store implementations for in memory storage and persistent storage on top of the Berkeley DB. The rdfextras project offers several additional stores as well as a SPARQL engine for use with rdflib: http://github.com/RDFLib/rdfextras/
RPMPackage python-raptus-2.0b12-1.lbn13.noarch
 
RPMPackage python-qrcode-2.4.2-1.lbn13.noarch
A Quick Response code is a two-dimensional pictographic code used for its fast readability and comparatively large storage capacity. The code consists of black modules arranged in a square pattern on a white background. The information encoded can be made up of any kind of data (e.g., binary, alphanumeric, or Kanji symbols)
RPMPackage python-pyramid-zcml-0.7-2.lbn13.noarch
Zope Config Markup Language support for Pyramid
RPMPackage python-pyramid-xmlrpc-0.1-2.lbn13.noarch
XML-RPC support for the Pyramid web framework
RPMPackage python-pyramid-1.2.1-2.lbn13.noarch
The Pyramid web application development framework, a Pylons project
RPMPackage python-pygments-1.3.1-7.fc13.noarch
Pygments is a generic syntax highlighter for general use in all kinds of software such as forum systems, wikis or other applications that need to prettify source code. Highlights are: * a wide range of common languages and markup formats is supported * special attention is paid to details that increase highlighting quality * support for new languages and formats are added easily; most languages use a simple regex-based lexing mechanism * a number of output formats is available, among them HTML, RTF, LaTeX and ANSI sequences * it is usable as a command-line tool and as a library * ... and it highlights even Brainf*ck!
RPMPackage python-pyasn1-0.0.12a-2.lbn13.noarch
This project is dedicated to implementation of ASN.1 types (concrete syntax) and codecs (transfer syntaxes) for Python programming environment. ASN.1 compiler is planned for implementation in the future.
RPMPackage python-psycopg2-doc-2.4.5-6.fc18.armv6hl
Documentation and example files for the psycopg python PostgreSQL database adapter.
RPMPackage python-psycopg2-doc-2.4.5-1.lbn13.x86_64
Documentation and example files for the psycopg python PostgreSQL database adapter.
RPMPackage python-psycopg-1.1.21-17.fc18.armv6hl
psycopg is a PostgreSQL database adapter for the Python programming language (just like pygresql and popy.) It was written from scratch with the aim of being very small and fast, and stable as a rock. The main advantages of psycopg are that it supports the full Python DBAPI-2.0 and being thread safe at level 2.