You are here: Home

Modified items

All recently modified items, latest first.
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-bcrypt-3.1.7-3.lbn25.x86_64
Good password hashing for your software and your servers Installation To install bcrypt, simply:.. code:: bash $ pip install bcryptNote that bcrypt should build very easily on Linux provided you have a C compiler, headers for Python (if you're not using pypy), and headers for the libffi libraries available on your system.
RPMPackage python2-backports-os-0.1.1-1.lbn25.noarch
backports.os This package provides backports of new features in Python's os_ module under the backports_ namespace... _os: .. _backports: .. image::
RPMPackage python2-backports-functools-lru-cache-1.6.4-1.lbn25.noarch
:target: PyPI link_ :target: PyPI link_.. _PyPI link: .. image::
RPMPackage python2-backports-entry-points-selectable-1.1.1-1.lbn25.noarch
:target: PyPI link_ :target: PyPI link_.. _PyPI link: :alt: Code style: Black
RPMPackage python2-astroid-1.6.6-1.lbn25.noarch
The aim of this module is to provide a common base representation of python source code for projects such as pychecker, pyreverse, pylint... It provides a compatible representation which comes from the _ast module. It rebuilds the tree generated by the builtin _ast module by recursively walking down the AST and building an extended ast. The new node classes have additional methods and attributes for different usages. They include some support for static inference and local name scopes. Furthermore, astroid builds partial trees by inspecting living objects. This package provides the Python 2 implementation.
RPMPackage python2-Solgema.ContextualContentMenu-0.3-1.lbn25.noarch
Solgema.ContextualContentMenu Adds a right click menu that shows Plone's content and action menu. (used in Solgema.fullcalendar and Solgema.NavigationPortlet)Changelog 0.3 (2017-03-20) -- fix markup to prevent plone4.csrffixes from running into a TypeError (this fixes 3) [fRiSi]- Define jq variable in JS for plone sites where jquery-integration.js is not delivered.0.1 - Initial release. [Martronic]
RPMPackage zope-ztk-1.0.8-6.lbn25.noarch
The Zope Toolkit is a set of libraries maintained by the Zope project for building web applications, web frameworks and application servers.
RPMPackage zope-zopeapp-1.0.8-6.lbn25.noarch
The Zope Application Toolkit - transition support should help existing applications to move to the Zope Toolkit.
RPMPackage zope-httpd-4.8.1-1.lbn25.noarch
Service Zope under Apache/mod_wsgi
RPMPackage zope-filesystem-4.8.1-1.lbn25.noarch
Zope ecosystemm filesystem layouts
RPMPackage zope-emacs-4.8.1-1.lbn25.noarch
Emacs editing for zope page templates, dtml, and other Zope-specific file extensions.
RPMPackage zope-build-4.8.1-1.lbn25.noarch
RPM build macros for Zope, Plone etc
RPMPackage zope-4.8.1-1.lbn25.noarch
Zope Application Server
RPMPackage zeo-5.3.0-1.lbn25.noarch
ZEO is a client-server system for sharing a single storage among many clients. When you use ZEO, the storage is opened in the ZEO server process. Client programs connect to this process using a ZEO ClientStorage. ZEO provides a consistent view of the database to all clients. The ZEO client and server communicate using a custom RPC protocol layered on top of TCP.
RPMPackage sqlite-devel-3.26.0-2.lbn25.x86_64
This package contains the header files and development documentation for sqlite. If you like to develop programs using sqlite, you will need to install sqlite-devel.
RPMPackage redhat-rpm-config-224-1.lbn25.noarch
Red Hat specific rpm configuration files.
RPMPackage python3-tox-backticks-0.3.0-1.lbn25.noarch
 
RPMPackage python3-tkinter-3.7.7-1.lbn25.x86_64
The Tkinter (Tk interface) library is a graphical user interface toolkit for the Python programming language.
RPMPackage python3-test-3.7.7-1.lbn25.x86_64
The self-test suite for the Python interpreter. This is only useful to test Python itself. For testing general Python code, you should use the unittest module from python3-libs, or a library such as python3-pytest or python3-nose.