You are here: Home

Modified items

All recently modified items, latest first.
RPMPackage python2-chardet-4.0.0-1.lbn25.noarch
Chardet: The Universal Character Encoding Detector -- - ASCII, UTF-8, UTF-16 (2 variants), UTF-32 (4 variants)
RPMPackage python2-chameleon-3.9.1-2.lbn25.noarch
Overview ======== Chameleon is an HTML/XML template engine for `Python <http://www.python.org>`_. It uses the *page templates* language. You can use it in any Python web application with just about any version of Python (2.7 and up, including 3.4+ and `pypy <http://pypy.org>`_). Visit the `documentation <https://chameleon.readthedocs.io/en/latest/>`_ for more information. License and...
RPMPackage python2-chameleon-3.9.1-1.lbn25.noarch
Overview ======== Chameleon is an HTML/XML template engine for `Python <http://www.python.org>`_. It uses the *page templates* language. You can use it in any Python web application with just about any version of Python (2.7 and up, including 3.4+ and `pypy <http://pypy.org>`_). Visit the `documentation <https://chameleon.readthedocs.io/en/latest/>`_ for more information. License and...
RPMPackage python2-cffi-1.14.6-1.lbn25.x86_64
Foreign Function Interface for Python calling C code. Please see the Documentation < Mailing list <
RPMPackage python2-certifi-2020.4.5.1-1.lbn25.noarch
Certifi: Python SSL Certificates Certifi_ is a carefully curated collection of Root Certificates for validating the trustworthiness of SSL certificates while verifying the identity of TLS hosts. It has been extracted from the Requests_ project.Installation certifi is available on PyPI. Simply install it with pip:: $ pip install certifiUsage To reference the installed certificate authority (CA)...
RPMPackage python2-calmjs-parse-1.2.5-1.lbn25.noarch
calmjs.parse A collection of parsers and helper libraries for understanding ECMAScript; a near feature complete fork of |slimit|_. A CLI front-end for this package is shipped separately as |crimp|_. :target:
RPMPackage python2-cached-property-1.5.1-1.lbn25.noarch
cached-property A decorator for caching properties in classes.Why? * Makes caching of time or computational expensive properties quick and easy. * Because I got tired of copy/pasting this code from non-web project to non-web project.
RPMPackage python2-cachecontrol-0.12.6-1.lbn25.noarch
CacheControl CacheControl is a port of the caching algorithms in httplib2_ for use with requests_ session object.It was written because httplib2's better support for caching is often mitigated by its lack of thread safety. The same is true of requests in terms of caching. Quickstart .. code-block:: python import requests
RPMPackage python2-bumpversion-0.6.0-1.lbn25.noarch
b'**\xe2\x9a\xa0\xef\xb8\x8f Current status of this project**\n\n* \xf0\x9f\x8e\xacIf you want to start **using bumpversion**, you\'re best advised to **install one of the maintained forks**, e.g. \xe2\x9e\xa1 @c4urself\'s bump2version < \xf0\x9f\x94\xa8If you want to **help maintain** bumpversion, there\'s an ongoing discussion about merging the fork back to the original project as well as...
RPMPackage python2-bump2version-0.5.11-1.lbn25.noarch
bump2version[![image]( [![image]( [![image]( [![Travis]( [![AppVeyor]( NOTEThis is a maintained fork of the excellent [bumpversion project](
RPMPackage python2-buildout-requirements-0.2.2-1.lbn25.noarch
buildout.requirements A simple buildout extension that creates a requirements.txt file for pip. This is a fork of buildout.requirements which is more or less a copy of buildout.dumprequirements. All credit goes to the authors of that project... warning:: buildout.dumppickedversions (and therefore also buildout.dumprequirements and also buildout.requirements) does some *nasty* stuff to get its...
RPMPackage python2-buildout-dumppickedversions-0.5-1.lbn25.noarch
buildout.dumppickedversions Q: What is a buildout extension ?A: problem --When using a zc.buildout based deployment system you want to be able to reproduce the same setup with the same set of egg versions one month later. Without pinning all eggs the task is impossible.--buildout.dumppickedversions is a buildout extension that does just that. It can print or generate a versions.cfg file with...
RPMPackage python2-build-0.1.0-1.lbn25.noarch
![CI]( [![codecov]( [![Documentation Status]( [![PyPI version]( simple, correct PEP517 package builder.See the [documentation]( for more information. Installationbuild can be installed via pip or an equivalent via: $ pip install build
RPMPackage python2-btrees-4.10.0-1.lbn25.x86_64
BTrees: scalable persistent components .. image::
RPMPackage python2-brotlipy-0.7.0-1.lbn25.x86_64
This library contains Python bindings for the reference Brotli encoder/decoder, available here_. This allows Python software to use the Brotli compression algorithm directly from Python code.To use it simply, try this:.. code-block:: python import brotli data brotli.decompress(compressed_data)More information can be found in the documentation_... _available here: .. _in the documentation: The...
RPMPackage python2-brotlicffi-1.0.9.2-1.lbn25.x86_64
BrotliCFFI This library contains Python CFFI bindings for the reference Brotli encoder/decoder, available here_. This allows Python software to use the Brotli compression algorithm directly from Python code.Install from PyPI:
RPMPackage python2-borg-localrole-3.1.8-1.lbn25.noarch
A PAS plugin which can manage local roles via an adapter lookup on the current Source Code Contributors please read the document Process for Plone core's development < are at the Plone code repository hosted at Github < .. You should *NOT* be adding new change log entries to this file. You should create a file in the news directory instead. For helpful instructions, please see: towncrier...
RPMPackage python2-bobo-2.4.0-1.lbn25.noarch
Bobo is a light-weight framework for creating WSGI web applications.Its goal is to be easy to use and remember.It addresses 2 problems:- Mapping URLs to objects- Calling objects to generate HTTP responsesBobo doesn't have a templating language, a database integration layer, or a number of other features that are better provided by WSGI middle-ware or application-specific libraries.Bobo builds...
RPMPackage python2-blinker-1.4-1.lbn25.noarch
[![Build Status]( BlinkerBlinker provides a fast dispatching system that allows any number of interested parties to subscribe to events, or "signals".Signal receivers can subscribe to specific senders or receive signals sent by any sender. >>> from blinker import signal >>> started signal('round-started') >>> def each(round): ... print "Round %s!" % round >>> started.connect(each) >>> def...
RPMPackage python2-blessed-1.19.1-1.lbn25.noarch
| |pypi_downloads| |codecov| |windows| |linux| |mac| |bsd|Introduction Blessed is an easy, practical *library* for making *terminal* apps, by providing an elegant, well-documented interface to Colors_, Keyboard_ input, and screen position and Location_ capabilities... code-block:: python from blessed import Terminal term Terminal() print(term.home + term.clear + term.move_y(term.height // 2))...