You are here: Home

Modified items

All recently modified items, latest first.
RPMPackage python2-persistent-4.4.3-1.lbn25.x86_64
This package contains a generic persistence implementation for Python. It forms the core protocol for making objects interact transparently with a database such as python-ZODB3.
RPMPackage python2-numpy-f2py-1.11.0-4.lbn19.x86_64
This package includes a version of f2py that works properly with NumPy.
RPMPackage python2-numpy-1.11.0-4.lbn19.x86_64
NumPy is a general-purpose array-processing package designed to efficiently manipulate large multi-dimensional arrays of arbitrary records without sacrificing too much speed for small multi-dimensional arrays. NumPy is built on the Numeric code base and adds features introduced by numarray as well as an extended C-API and the ability to create arrays of arbitrary type. There are also basic facilities for discrete fourier transform, basic linear algebra and random number generation. Also included in this package is a version of f2py that works properly with NumPy.
RPMPackage python2-mysqlclient-1.3.10-1.lbn19.x86_64
This is a fork of MySQLdb1. This project adds Python 3 support and bug fixes. I hope this fork is merged back to MySQLdb1 like distribute was merged back to setuptools.
RPMPackage text/h323 python2-lxml-4.3.3-1.lbn25.x86_64
lxml is a Pythonic, mature binding for the libxml2 and libxslt libraries. It provides safe and convenient access to these libraries using the ElementTree It extends the ElementTree API significantly to offer support for XPath, RelaxNG, XML Schema, XSLT, C14N and much more.To contact the project, go to the project home page < or see our bug tracker at case you want to use the current ... Python 2 version.
RPMPackage python2-jinja2-2.10.1-1.lbn25.noarch
Jinja2 is a template engine written in pure Python. It provides a Django inspired non-XML syntax but supports inline expressions and an optional sandboxed environment. If you have any exposure to other text-based template languages, such as Smarty or Django, you should feel right at home with Jinja2. It's both designer and developer friendly by sticking to Python's principles and adding functionality useful for templating environments.
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-AuthEncoding-4.1-1.lbn25.noarch
AuthEncoding is a framework for handling LDAP style password hashes.It is used in Zope2 but does not depend on any other Zope package.Changelog 4.0.0 (20150930) Supporting Python 3.3 up to 3.5 and PyPy2. Added SHA256DigestScheme. 3.0.0 (20150928) Extracted from AccessControl 3.0.11
RPMPackage python-zopyx-textindexng3-4.0.1-1.lbn19.x86_64
Helper modules for TextIndexNG3 (Snowball stemmer, normalizer, splitter, etc.)
RPMPackage python-zopyx-convert-1.0.5-2.lbn19.noarch
A Python interface to XSL-FO libraries (Conversion HTML to PDF, RTF, DOCX, WML and ODT) The zopyx.convert package helps you to convert HTML to PDF, RTF, ODT, DOCX and WML using XSL-FO technology.
RPMPackage python-zopyx-3.4.1-1.lbn19.noarch
zopyx python module
RPMPackage python-zope-2.13.26-11.lbn19.noarch
This package contains the base filesystem layout for all BastionLinux zope-* packages.
RPMPackage python-zope-2.13.23-5.lbn19.x86_64
This package contains the base filesystem layout for all BastionLinux zope-* packages.
RPMPackage python-zope-2.13.22-3.lbn19.armv6hl
This package contains the base filesystem layout for all BastionLinux zope-* packages.
RPMPackage python-zmq-15.3.0-1.lbn19.x86_64
The 0MQ lightweight messaging kernel is a library which extends the standard socket interfaces with features traditionally provided by specialized messaging middle-ware products. 0MQ sockets provide an abstraction of asynchronous message queues, multiple messaging patterns, message filtering (subscriptions), seamless access to multiple transport protocols and more. This package contains the python bindings.
RPMPackage python-zmq-2.2.0-5.fc18.armv6hl
The 0MQ lightweight messaging kernel is a library which extends the standard socket interfaces with features traditionally provided by specialized messaging middle-ware products. 0MQ sockets provide an abstraction of asynchronous message queues, multiple messaging patterns, message filtering (subscriptions), seamless access to multiple transport protocols and more. This package contains the python bindings.
RPMPackage python-zdaemon-4.3-1.lbn25.noarch
Daemon process control library and tools for Unix-bases systems.
RPMPackage python-xlrd-0.9.2-5.lbn19.noarch
Extract data from Excel spreadsheets (.xls and .xlsx, versions 2.0 onwards) on any platform. Pure Python (2.6, 2.7, 3.2+). Strong support for Excel dates. Unicode-aware.
RPMPackage python-xhtml2pdf-0.2.3-1.lbn25.noarch
xhtml2pdf is a html2pdf converter using the ReportLab Toolkit, the HTML5lib and pyPdf. It supports HTML 5 and CSS 2.1 (and some of CSS 3). It is completely written in pure Python so it is platform independent. The main benefit of this tool that a user with Web skills like HTML and CSS is able to generate PDF templates very quickly without learning new technologies.
RPMPackage python-wsgi_intercept-1.8.1-1.lbn19.noarch
Installs a WSGI application in place of a real host for testing.Introduction Testing a WSGI application sometimes involves starting a server at a local host and port, then pointing your test code to that address. Instead, this library lets you intercept calls to any specific host/port combination and redirect them into a WSGI application_ importable by your test program. Thus, you can avoid...