You are here: Home

Modified items

All recently modified items, latest first.
RPMPackage python2-termstyle-0.1.11-1.lbn36.noarch
**Note**: This package has been built automatically by zero2pypi < If possible, you should use the zero-install feed instead: termstyle termstyle is a simple python library for adding coloured output to terminal (console) programs. The definitions come from ECMA-048_, the "Control Functions for Coded Character Sets" standard.Installation: -I thoroughly recommend using the zero-install feed...
RPMPackage python2-tempstorage-5.2-1.lbn36.noarch
A storage implementation which uses RAM to persist objects, much like MappingStorage. Unlike MappingStorage, it needs not be packed to get rid of non- cyclic garbage and it does rudimentary conflict resolution. This is a ripoff of Jim's Packless bsddb3 storage.Changelog 5.2 (2021-07-05) -- Update package configuration- Package is now officially undeprecated because the data corruption issue -...
RPMPackage python2-tarjan-0.2.3.2-1.lbn36.noarch
Python implementation of Tarjan's algorithm Tarjan's algorithm takes as input a directed (possibly cyclic!) graph and returns as output its strongly connected components in a topological order.Example.. code:: >>> tarjan({1:[2],2:[1,5],3:[4],4:[3,5],5:[6],6:[7],7:[8],8:[6,9],9:[]}) [[9], [8, 7, 6], [5], [2, 1], [4, 3]]Uses Cyclic dependencies In various cases, dependencies might be cyclic and...
RPMPackage python2-sybil-2.0.1-1.lbn36.noarch
|CircleCI|_ |Docs|_.. |CircleC.. _CircleCI: |Doc.. _Docs: This library provides a way to test examples in your documentation by parsing them from the documentation source and evaluating the parsed examples as part of your normal test run. Integration is provided for the main Python test
RPMPackage python2-stdlib-list-0.6.0-1.lbn36.noarch
Python Standard Library List This package includes lists of all of the standard libraries for Python 2.6, 2.7, 3.2, 3.3, 3.4, 3.5, 3.6, 3.7, and 3.8 along with the code for scraping the official Python docs to get said lists.Listing the modules in the standard library? Wait, why on Earth would you care about that?! -Because knowing whether or not a module is part of the standard library will...
RPMPackage python2-sphinxcontrib-websupport-1.1.2-1.lbn36.noarch
sphinxcontrib-websupport provides a Python API to easily integrate Sphinx documentation into your Web application.
RPMPackage python2-sphinxcontrib-robotframework-0.8.1-1.lbn36.noarch
Robot Framework extension for Sphinx **sphinxcontrib-robotframework** is a Sphinx_-extension, which executes embedded Robot Framework_ tests during sphinx- build.**sphinxcontrib-robotframework** can be used in doctest_ way to validate examples shown in documentation or with Selenium_ and its Robot Framework integration, Selenium2Library_, to generate scripted screenshots during the...
RPMPackage python2-sphinxcontrib-robotdoc-0.11.0-1.lbn36.noarch
Introduction This package provides a Sphinx-extension to embed Robot Framework test suites, test cases, or user keywords in into Sphinx-documents in spirit of the autodoc Sphinx-extension. When to use? Consider not using this package.This package was created before Robot Framework plain text syntax lexer (highlighting support) was implemented and included into Pygments (> 1.6rc1). This package...
RPMPackage python2-sphinxcontrib-restbuilder-0.3-1.lbn36.noarch
Sphinx_ extension to build reST (reStructuredText_) files.This extension is in particular useful to use in combination with the autodoc extension to automatically generate documentation for use by any rst parser (such as the GitHub wiki).In itself, the extension is fairly straightforward -- it takes the parsed reST file from Sphinx_ and outputs it as reST... _Sphinx: .. _reStructuredText:
RPMPackage python2-sphinxcontrib-log-cabinet-1.0.1-1.lbn36.noarch
sphinxcontrib-log-cabinet Organize changelogs generated by versionadded, versionchanged, deprecated directives. The log will be sorted by newest to oldest version. For HTML docs, older versions will be collapsed by default.Install:.. code-block:: text $ pip install sphinxcontrib-log- cabinetEnable:.. code-block:: python extensions [ ..., "sphinxcontrib.log_cabinet", ...,...
RPMPackage python2-sphinx-testing-1.0.1-1.lbn36.noarch
testing utility classes and functions for Sphinx extensions
RPMPackage python2-sphinx-bootstrap-theme-0.8.1-1.lbn36.noarch
Sphinx Bootstrap Theme This Sphinx_ theme_ integrates the Bootstrap_ CSS / JavaScript framework with various layout options, hierarchical menu navigation, and mobile-friendly responsive design. It is configurable, extensible, and can use any number of different Bootswatch_ CSS themes... _Bootstrap: .. _Sphinx: .. _theme: .. _PyPI: .. _GitHub repository: Introduction and Demos
RPMPackage python2-sphinx-argparse-0.3.1-1.lbn36.noarch
 
RPMPackage python2-sourcecodegen-0.6.14-1.lbn36.noarch
This package provides a module-level source-code generator which operates on the AST from the built-in compiler.ast module.Note that this AST is not compatible with the new ast module in Python 2.6.Usage The generator works on AST parse trees. >>> from compiler import parse >>> tree parse("""\ ... print 'Hello, world!' ... """)We can now generate Python-code equivalent to the original using...
RPMPackage python2-soupsieve-1.9.6-1.lbn36.noarch
[![Gitter][gitter-image]][gitter-link] [![Build][github-ci-image]][github-ci- link] [![Unix Build Status][travis-image]][travis-link] [![Windows Build Status][appveyor-image]][appveyor-link] [![Coverage Status][codecov- image]][codecov-link] [![PyPI Version][pypi-image]][pypi-link] [![PyPI - Python Version][python-image]][pypi-link] ![License][license-image-mit] Soup Sieve OverviewSoup Sieve...
RPMPackage python2-souper-1.1.1-1.lbn36.noarch
ZODB Storage for lots of (light weight) data.Utilizes:- ZODB < and its BTrees < - node < (and node.ext.zodb < - repoze.catalog < Souper is a tool for programmers. It offers an integrated storage tied together with indexes in a catalog.
RPMPackage python2-sortedcontainers-2.1.0-1.lbn36.noarch
Python Sorted Containers Sorted Containers_ is an Apache2 licensed sorted collections library_, written in pure-Python, and fast as C-extensions.Python's standard library is great until you need a sorted collections type. Many will attest that you can get really far without one, but the moment you **really need** a sorted list, sorted dict, or sorted set, you're faced with a dozen different...
RPMPackage python2-snowballstemmer-2.2.0-1.lbn36.noarch
Snowball stemming library collection for Python Python 3 (> 3.3) is supported. We no longer actively support Python 2 as the Python developers stopped supporting it at the start of 2020. Snowball 2.1.0 was the last release to officially support Python 2.What is Stemming? --Stemming maps different forms of the same word to a common "stem" - for example, the English stemmer maps *connection*,...
RPMPackage python2-smmap2-3.0.1-1.lbn36.noarch
This is a mirror package for smmap < Consider installing it directly instead.
RPMPackage python2-smmap-3.0.1-1.lbn36.noarch
MotivationWhen reading from many possibly large files in a fashion similar to random access, it is usually the fastest and most efficient to use memory maps.Although memory maps have many advantages, they represent a very limited system resource as every map uses one file descriptor, whose amount is limited per process. On 32 bit systems, the amount of memory you can have mapped at a time is...