You are here: Home

Modified items

All recently modified items, latest first.
RPMPackage python2-docopt-0.6.2-3.lbn25.noarch
Isn't it awesome how optparse and argparse generate help messages based on your code?! Hell no! You know what's awesome? It's when the option parser is generated based on the beautiful help message that you write yourself! This way you don't need to write thisstupid repeatable parser-code, and instead can write only the help message--*the way you want it*.
RPMPackage python2-deprecation-1.0-4.lbn25.py37.noarch
The deprecation library provides a deprecated decorator and a fail_if_not_removed decorator for your tests.
RPMPackage python2-defusedxml-0.5.0-7.lbn25.noarch
The defusedxml package contains several Python-only workarounds and fixes for denial of service and other vulnerabilities in Python's XML libraries. In order to benefit from the protection you just have to import and use the listed functions / classes from the right defusedxml module instead of the original module. This is the Python 2 build.
RPMPackage python2-dateutil-2.8.2-2.lbn25.noarch
The dateutil module provides powerful extensions to the standard datetime module available in Python.
RPMPackage python2-daemon-2.2.4-1.lbn25.noarch
This library implements the well-behaved daemon specification of PEP 3143, "Standard daemon process library". This is the python2 version of the library.
RPMPackage python2-configparser-5.0.0-1.lbn25.noarch
The ancient ConfigParser module available in the standard library 2.x has seen a major update in Python 3.2. This package is a backport of those changes so that they can be used directly in Python 2.6 - 3.5.
RPMPackage python2-configobj-5.0.6-5.lbn25.py37.noarch
ConfigObj is a simple but powerful configuration file reader and writer: an ini file round tripper. Its main feature is that it is very easy to use, with a straightforward programmer's interface and a simple syntax for config files.
RPMPackage python2-configargparse-0.11.0-1.lbn25.py37.noarch
Applications with more than a handful of user-settable options are best configured through a combination of command line args, config files, hard coded defaults, and in some cases, environment variables. Python’s command line parsing modules such as argparse have very limited support for config files and environment variables, so this module extends argparse to add these features.
RPMPackage python2-concurrentloghandler-0.9.1-8.lbn25.py37.noarch
This module provides an additional log handler for Python's standard logging package (PEP 282). This handler will write log events to log file which is rotated when the log file reaches a certain size. Multiple processes can safely write to the same log file concurrently. Python 2 version.
RPMPackage python2-cliff-2.9.1-2.lbn25.py37.noarch
cliff is a framework for building command line programs. It uses setuptools entry points to provide subcommands, output formatters, and other extensions. Documentation for cliff is hosted on readthedocs.org at http://readthedocs.org/docs/cliff/en/latest/
RPMPackage python2-click-7.0-2.lbn25.noarch
click is a Python package for creating beautiful command line interfaces in a composable way with as little amount of code as necessary. It's the "Command Line Interface Creation Kit". It's highly configurable but comes with good defaults out of the box. Python 2 version.
RPMPackage python2-chardet-3.0.4-3.lbn25.py37.noarch
Character encoding auto-detection in Python. As smart as your browser. Open source.
RPMPackage python2-certifi-2019.11.28-1.lbn25.noarch
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. Please note that this Fedora package does not actually include a certificate collection at all. It reads the system shared certificate trust collection instead. For more details on this system, see the ca-certificates package. This package provides the Python 2 certifi library.
RPMPackage python2-cachecontrol-0.12.5-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 threadsafety. The same is true of requests in terms of caching.
RPMPackage python2-bottle-0.12.18-1.lbn25.noarch
Bottle is a fast and simple micro-framework for small web-applications. It offers request dispatching (Routes) with URL parameter support, Templates, a built-in HTTP Server and adapters for many third party WSGI/HTTP-server and template engines. All in a single file and with no dependencies other than the Python Standard Library.
RPMPackage python2-beautifulsoup4-4.9.1-1.lbn25.noarch
Beautiful Soup is a Python HTML/XML parser designed for quick turnaround projects like screen-scraping. Three features make it powerful: Beautiful Soup won't choke if you give it bad markup. Beautiful Soup provides a few simple methods and Pythonic idioms for navigating, searching, and modifying a parse tree. Beautiful Soup automatically converts incoming documents to Unicode and outgoing documents to UTF-8. Beautiful Soup parses anything you give it. Valuable data that was once locked up in poorly-designed websites is now within your reach. Projects that would have taken hours take only minutes with Beautiful Soup.
RPMPackage python2-backports_abc-0.5-4.lbn25.py37.noarch
A backport of recent additions to the 'collections.abc' module.
RPMPackage python2-backports-unittest_mock-1.2.1-6.lbn25.py37.noarch
Provides a function “install()” which makes the “mock” module available as “unittest.mock” on Python 3.2 and earlier. Also advertises a pytest plugin which configures unittest.mock automatically.
RPMPackage python2-backports-ssl_match_hostname-3.5.0.1-10.lbn25.noarch
The Secure Sockets layer is only actually secure if you check the hostname in the certificate returned by the server to which you are connecting, and verify that it matches to hostname that you are trying to reach. But the matching logic, defined in RFC2818, can be a bit tricky to implement on your own. So the ssl package in the Standard Library of Python 3.2 now includes a match_hostname() function for performing this check instead of requiring every application to implement the check separately. This backport brings match_hostname() to users of earlier versions of Python. The actual code is only slightly modified from Python 3.5.
RPMPackage python2-backports-shutil_which-3.5.1-7.lbn25.noarch
Backport of shutil.which from Python 3 (https://docs.python.org/3/library/shutil.html#shutil.which).