You are here: Home

Modified items

All recently modified items, latest first.
RPMPackage python2-pdbpp-0.10.2-1.lbn25.noarch
.. -*- restructuredtext -*-pdb++, a drop-in replacement for pdb What is it? This module is an extension of the pdb_ module of the standard library. It is meant to be fully compatible with its predecessor, yet it introduces a number of new features to make your debugging experience as nice as possible. pdb++ features include: - colorful TAB completion of Python expressions (through...
RPMPackage python2-pathtools-0.1.2-1.lbn25.noarch
pathtools Pattern matching and various utilities for file systems paths.
RPMPackage python2-pathlib2-2.3.7.post1-1.lbn25.noarch
The old pathlib < module on bitbucket is no longer maintained. The goal of pathlib2 is to provide a backport of standard pathlib < module which tracks the standard library module, so all the newest features of the standard pathlib can be used also on older Python versions.Download Standalone releases are available on PyPI: --The main development takes place in the Python standard library: see...
RPMPackage python2-pathlib-1.0.1-1.lbn25.noarch
pathlib offers a set of classes to handle filesystem paths. It offers the following advantages over using string objects:* No more cumbersome use of os and os.path functions. Everything can be done easily through operators, attribute accesses, and method calls.* Embodies the semantics of different path types. For example, comparing Windows paths ignores casing.* Well-defined semantics,...
RPMPackage python2-path-py-12.5.0-1.lbn25.noarch
path.py has been renamed to path <
RPMPackage python2-paste-deploy-2.1.1-1.lbn25.noarch
This tool provides code to load WSGI applications and servers from URIs. These URIs can refer to Python eggs for INI-style configuration files. Paste Script < provides commands to serve applications based on this configuration file.The latest version is available on GitHub < (or download a wheel or tarball from PyPI < the latest changes see the news file <
RPMPackage python2-paste-3.5.0-1.lbn25.noarch
*Paste is in maintenance mode and recently moved from bitbucket to github. Patches are accepted to keep it on life support, but for the most part, please consider using other options.*Paste provides several pieces of "middleware" (or filters) that can be nested to build web applications. Each piece of middleware uses the WSGI (PEP 333_) interface, and should be compatible with other middleware...
RPMPackage python2-parameterized-0.7-1.lbn25.noarch
Parameterized testing with any Python test framework Parameterized testing in Python sucks.parameterized fixes that. For everything. Parameterized testing for nose, parameterized testing for py.test, parameterized testing for unittest... code:: python test_math.py from nose.tools import assert_equal from parameterized import parameterized, parameterized_class import unittest import math...
RPMPackage python2-packaging-20.9-2.lbn25.noarch
python2-packaging provides core utilities for Python packages like utilities for dealing with versions, specifiers, markers etc.
RPMPackage python2-p01-checker-0.5.9-1.lbn25.noarch
This package provides a source checking/linting tool.CHANGES 0.5.9 (2021-01-21) -- added python2 support 0.5.8 (2018-11-24) - bugfix: css lint checker and JAVA_HOME dependency. We use java as fallback command if JAVA_HOME path is not set. This will prevent a KeyError on JAVA_HOME lookup from os.environ. JAVA_HOME or the java command must be available for css lint checker. 0.5.7 (2018-11-09) -...
RPMPackage python2-ordereddict-1.1-1.lbn25.noarch
Drop-in substitute for Py2.7's new collections.OrderedDict. The recipe has big- oh performance that matches regular dictionaries (amortized O(1) insertion/deletion/lookup and O(n) iteration/repr/copy/equality_testing). Originally based on http://code.activestate.com/recipes/576693/
RPMPackage python2-openid-2.2.5-1.lbn25.noarch
This is a set of Python packages to support use of the OpenID decentralized identity system in your application. Want to enable single sign-on for your web site? Use the openid.consumer package. Want to run your own OpenID server? Check out openid.server. Includes example code and support for a variety of storage back-ends.
RPMPackage python2-olefile-0.46-1.lbn25.noarch
|Build Status TravisCI| |Build Status AppVeyor| |Coverage Status| |Documentation Status| |PyPI| |Can I Use Python 3?| |Say Thanks!|olefile < is a Python package to parse, read and write Microsoft OLE2 files < (also called Structured Storage, Compound File Binary Format or Compound Document File Format), such as Microsoft Office 97-2003 documents, vbaProject.bin in MS Office 2007+ files, Image...
RPMPackage python2-odict-1.9.0-1.lbn25.noarch
Dictionary in which the *insertion* order of items is preserved (using an internal double linked list). In this implementation replacing an existing item keeps it at its original position.
RPMPackage python2-oauthlib-3.1.0-1.lbn25.noarch
OAuthLib - Python Framework for OAuth1 & OAuth2 *A generic, spec-compliant, thorough implementation of the OAuth request-signing logic for Python 2.7 and 3.4+.* .. image::
RPMPackage python2-oauth-1.0.1-1.lbn25.noarch
UNKNOWN
RPMPackage python2-nosexcover-1.0.11-1.lbn25.noarch
nose-xmlcover --A companion to the built-in nose.plugins.cover, this plugin will write out an XML coverage report to a file named coverage.xml.It will honor all the options you pass to the Nose coverage plugin < especially --cover- package.UsageYou can not use both --with-xcoverage and --with- coverage. Using --with-xcover implies --with-coverageIf you want to change the name of the output file...
RPMPackage python2-node-ext-zodb-1.5-1.lbn25.noarch
node.ext.zodb Overview node.ext.zodb is a persistent node implementation for the ZODB.For more information about node see
RPMPackage python2-node-ext-zcml-0.1-1.lbn25.noarch
node.ext.zcml ZCML file abstraction based on nodes.write me (or read tests) Contributors - Robert Niederreiter <rnix [at] squarewave [dot] at>0.1 - initialLicense Copyright (c) 2010-2013, BlueDynamics Alliance, Austria All rights reserved.Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:*...
RPMPackage python2-node-ext-xml-0.1-1.lbn25.noarch
node.ext.xml XML file abstraction based on nodes.write me (or read tests) Contributors - Robert Niederreiter <rnix [at] squarewave [dot] at>0.1 - initialLicense Copyright (c) 2010-2013, BlueDynamics Alliance, Austria All rights reserved.Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:* Redistributions...