You are here: Home

Modified items

All recently modified items, latest first.
RPMPackage python2-jaraco-functools-2.0-1.lbn25.noarch
:target: PyPI link_ :target: PyPI link_.. _PyPI link: :alt: Code style: Black
RPMPackage python2-jaraco-context-2.0-1.lbn25.noarch
:target: PyPI link_ :target: PyPI link_.. _PyPI link: :target:
RPMPackage python2-jaraco-collections-3.0.0-1.lbn25.noarch
:target: PyPI link_ :target: PyPI link_.. _PyPI link: .. image::
RPMPackage python2-jaraco-classes-2.0-1.lbn25.noarch
:target: PyPI link_ :target: PyPI link_.. _PyPI link: .. .. :target:
RPMPackage python2-inflect-3.0.2-1.lbn25.noarch
.. .. .. .. image::
RPMPackage python2-formencode-2.0.1-1.lbn25.noarch
FormEncode validates and converts nested structures.It allows for a declarative form of defining the validation, and decoupled processes for filling and generating forms.The official repo is at GitHub:
RPMPackage python2-fixtures-3.0.0-8.lbn25.noarch
Fixtures defines a Python contract for reusable state / support logic, primarily for unit testing. Helper and adaption logic is included to make it easy to write your own fixtures using the fixtures contract. Glue code is provided that makes using fixtures that meet the Fixtures contract in unit test compatible test cases easy and straight forward.
RPMPackage python2-feedparser-5.2.1-5.lbn25.noarch
feedparser - Parse Atom and RSS feeds in Python.| Copyright 2010-2021 Kurt McKee <contactme@kurtmckee.org> | Copyright 2002-2008 Mark Pilgrimfeedparser is open source. See the LICENSE file for more information. Installation feedparser can be installed by running pip:.. code-block:: shell $ pip install feedparser Documentation The feedparser documentation is available on the web at: is also...
RPMPackage python2-feedparser-5.2.1-5.lbn25.noarch
feedparser - Parse Atom and RSS feeds in Python.| Copyright 2010-2021 Kurt McKee <contactme@kurtmckee.org> | Copyright 2002-2008 Mark Pilgrimfeedparser is open source. See the LICENSE file for more information. Installation feedparser can be installed by running pip:.. code-block:: shell $ pip install feedparser Documentation The feedparser documentation is available on the web at: is also...
RPMPackage python2-fancycompleter-0.9.1-1.lbn25.noarch
fancycompleter: colorful Python TAB completion What is is? --fancycompleter is a module to improve your experience in Python by adding TAB completion to the interactive prompt. It is an extension of the stdlib\'s [rlcompleter]( module.Its best feature is that the completions are displayed in different colors, depending on their type:![image]( the image above, strings are shown in green,...
RPMPackage python2-entrypoints-0.3-1.lbn25.noarch
Entry points are a way for Python packages to advertise objects with some common interface. The most common examples are ``console_scripts`` entry points, which define shell commands by identifying a Python function to run. *Groups* of entry points, such as ``console_scripts``, point to objects with similar interfaces. An application might use a group to find its plugins, or multiple groups...
RPMPackage python2-django-bootstrap4-22.1-1.lbn25.noarch
django-bootstrap 4[![CI]( [![Coverage Status]( [![Latest PyPI version]( [![Any color you like]( 4 integration for Django. GoalThe goal of this project is to seamlessly blend Django and Bootstrap 4.
RPMPackage python2-datrie-0.8.2-1.lbn25.x86_64
datrie |travis| |appveyor| .. |travi .. |appveyo Super-fast, efficiently stored Trie for Python (2.x and 3.x). Uses libdatrie_... _libdatrie: :: pip install datrieUsage Create a new trie capable of storing items with lower-case ascii keys:: >>> import string >>> import datrie
RPMPackage python2-createrepo_c-0.11.0-1.lbn25.x86_64
Python bindings for the createrepo_c library.
RPMPackage python2-configparser-4.0.2-1.lbn25.noarch
.. .. .. image::
RPMPackage python2-collective-transmogrifier-2.0.0-1.lbn25.noarch
Transmogrifier Transmogrifier provides support for building pipelines that turn one thing into another. Specifically, transmogrifier pipelines are used to convert and import legacy content into a Plone site. It provides the tools to construct pipelines from multiple sections, where each section processes the data flowing through the pipe.A "transmogrifier pipeline" refers to a description of a...
RPMPackage python2-cmarkgfm-0.6.0-1.lbn25.x86_64
cmarkgfm - Python bindings to GitHub's cmark Minimalist Python bindings to GitHub's fork of cmark.Installation This package is published on PyPI as cmarkgfm < and can be installed with pip or pipenv:: pip install --user cmarkgfm pipenv install cmarkgfmWheels are provided for macOS, Linux, and Windows for Python 2.7\*, 3.5, 3.6, 3.7, 3.8 and 3.9.\* Python 2.7 is not supported on Windows and...
RPMPackage python2-check-manifest-0.41-1.lbn25.noarch
check-manifest |buildstatus|_ |appveyor|_ |coverage|_Are you a Python developer? Have you uploaded packages to the Python Package Index? Have you accidentally uploaded *broken* packages with some files missing? If so, check- manifest is for you.Quick start --:: $ pip install check-manifest $ cd /src/mygreatpackage $ check-manifestYou can ask the script to help you update your MANIFEST.in:: $...
RPMPackage python2-check-manifest-0.41-1.lbn25.noarch
check-manifest |buildstatus|_ |appveyor|_ |coverage|_Are you a Python developer? Have you uploaded packages to the Python Package Index? Have you accidentally uploaded *broken* packages with some files missing? If so, check- manifest is for you.Quick start --:: $ pip install check-manifest $ cd /src/mygreatpackage $ check-manifestYou can ask the script to help you update your MANIFEST.in:: $...
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](