You are here: Home

Modified items

All recently modified items, latest first.
RPMPackage python2-chardet-4.0.0-1.lbn36.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.lbn36.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-2.lbn36.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.lbn36.x86_64
Foreign Function Interface for Python calling C code. Please see the Documentation < Mailing list <
RPMPackage python2-certifi-2020.4.5.1-1.lbn36.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.lbn36.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.lbn36.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.lbn36.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.lbn36.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-buildout-requirements-0.2.2-1.lbn36.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.lbn36.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.lbn36.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-borg-localrole-3.1.8-1.lbn36.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.lbn36.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.lbn36.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.lbn36.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))...
RPMPackage python2-bleach-3.3.1-1.lbn36.noarch
Bleach Bleach is an allowed-list-based HTML sanitizing library that escapes or strips markup and attributes.Bleach can also linkify text safely, applying filters that Django's urlize filter cannot, and optionally setting rel attributes, even on links already
RPMPackage python2-bidi-0.4.2-1.lbn36.noarch
Python BiDi Bi-directional_ (BiDi) layout implementation in pure pythonPackage documentation_.. _Bi-directional: .. _Package documentation: The algorithm starts with a single entry point bidi.algorithm.get_display.**Required arguments:**
RPMPackage python2-bda-intellidatetime-1.3-1.lbn36.noarch
bda.intellidatetime Overview bda.intellidatetime provides a converter for date and time input to python datetime.datetime objects.The input format is definded by a locale2pattern mapping and is provided by a seperate interface.Currently provided locales are:- en- fr- uk- cs - and the special locale iso, which is used as default.-Use the convert function:.. code-block:: pycon >>> from...
RPMPackage python2-bda-cache-1.3.0-1.lbn36.noarch
General Caching API This package is designed to be used by applications which require different kinds of caching flavour. This is abstracted due to the interfaces ICacheProvider and ICacheManager. ICacheProvider takes care of the concrete cache implementation, ICacheManager is the read/write interface.The convention is to adapt a concrete ICacheProvider implementation.. code-block:: python...