You are here: Home

Modified items

All recently modified items, latest first.
RPMPackage python-mglob-0.4-1.lbn13.noarch
Usable as stand-alone utility (for xargs, backticks etc.), or as a globbing library for own python programs. Some enhanced features are recursion, exclusion, and directory omission.
RPMPackage python-memcached-1.47-1.fc13.noarch
This software is a 100% Python interface to the memcached memory cache daemon. It is the client side software which allows storing values in one or more, possibly remote, memcached servers. Search google for memcached for more information.
RPMPackage python-meld3-0.6.7-6.fc18.armv6hl
meld3 is an HTML/XML templating system for Python 2.3+ which keeps template markup and dynamic rendering logic separate from one another. See http://www.entrian.com/PyMeld for a treatise on the benefits of this pattern.
RPMPackage python-meld3-0.6.5-1.lbn13.x86_64
meld3 is an HTML/XML templating system for Python 2.3+ which keeps template markup and dynamic rendering logic separate from one another. See http://www.entrian.com/PyMeld for a treatise on the benefits of this pattern.
RPMPackage python-mechanize-0.2.5-2.lbn13.noarch
Stateful programmatic web browsing.
RPMPackage python-matplotlib-tk-1.1.0-1.lbn13.x86_64
Tk backend for python-matplotlib
RPMPackage python-matplotlib-1.1.0-1.lbn13.x86_64
Matplotlib is a pure python plotting library with the goal of making publication quality plots using a syntax familiar to Matlab users. The library uses numpy for handling large data sets and supports a variety of output back-ends.
RPMPackage python-martian-0.14-2.lbn13.noarch
Martian is a library that allows the embedding of configuration information in Python code. Martian can then grok the system and do the appropriate configuration registrations. One example of a system that uses Martian is the system where it originated: Grok (http://grok.zope.org)
RPMPackage python-markupsafe-0.11-7.fc18.1302091146kf.armv6hl
A library for safe markup escaping.
RPMPackage python-markupsafe-0.9.3-1.x86_64
This package implements a XML/HTML/XHTML markup safe string for Python.
RPMPackage python-markdown-2.0.3-1.fc13.noarch
This is a Python implementation of John Gruber's Markdown. It is almost completely compliant with the reference implementation, though there are a few known issues.
RPMPackage python-manuel-1.1.1-2.lbn13.noarch
Manuel lets you build tested documentation.
RPMPackage python-mailinglogger-3.7.0-2.lbn13.noarch
mailinglogger
RPMPackage python-m01.stub-0.5.7-1.lbn13.noarch
This package provides a mongodb server stub setup for python doctests.
RPMPackage python-m01.session-0.5.0-1.lbn13.noarch
This package provides a session implementation based on mongodb for Zope3.
RPMPackage python-m01.searcher-0.5.1-1.lbn13.noarch
This package provides a mongodb based search filter implementation for Zope3.
RPMPackage python-m01.remote-0.5.1-1.lbn13.noarch
This package offers a remote processor. This remote processor is implemented as a simple object using the mongodb as storage. The processor can execute pre defined jobs in another thread. It is also possible to run jobs at specific time using the different scheduler items. The RemoteProcessor uses two different processor. One processes jobs and the other pickes items from the scheduler and is adding jobs. This separation is useful if you implement a distributed concept. This means one or more application can schedule job items based on the given scheduler items. And another application is processing jobs and doesn't know about how to scheduling next items. Since we use this remote scheduler for low CPU intensive jobs, we offer multi processing. This is done by running more then one worker in the main worker thread. If you use subprocess for your job processing, you will get a real multiprocessing processor which isn't limited to the current python process. You can configure the amount of threads which a job worker can start in the remote processor. See jobWorkerArguments/maxThreads. By default this number uses the amount of CPU installed on your machine. The implementation uses a mongodb as a storage for it's component. This means jobs, job factories and scheduler items get stored in the mongodb using the ORM concept given from m01.mongo. See p01.remote for a ZODB based remote processor implementation but take care the p01.remote implementation doesn't provide the worker and scheduler processor separation. At least not yet.
RPMPackage python-m01.mongofake-1.0.0-1.lbn13.noarch
This package provides a FAKE mongoDB implementation and is quite handy for testing.
RPMPackage python-m01.mongo-0.10.2-1.lbn13.noarch
This package provides a mongodb object mapper framework including zope transaction support based on some core zope component libraries. This package can get used with or without zope.persistent and as a full replacement for the ZODB. The package is not heavy based on zope itself and can get used in any python project which requires a bridge from mongodb to python object.
RPMPackage python-m01.grid-0.5.0-2.lbn13.noarch
This package provides a mongodb grid based file implementation for Zope3.