You are here: Home

Modified items

All recently modified items, latest first.
RPMPackage python2-castellan-0.4.0-1.lbn19.noarch
Generic Key Manager interface for OpenStack
RPMPackage python2-bson-3.3.0-1.lbn19.x86_64
BSON is a binary-encoded serialization of JSON-like documents. BSON is designed to be lightweight, traversable, and efficient. BSON, like JSON, supports the embedding of objects and arrays within other objects and arrays.
RPMPackage python2-botocore-1.4.49-1.lbn19.noarch
A low-level interface to a growing number of Amazon Web Services. The botocore package is the foundation for the AWS CLI as well as boto3.
RPMPackage python2-boto3-1.4.0-1.lbn19.noarch
Boto3 is the Amazon Web Services (AWS) Software Development Kit (SDK) for Python, which allows Python developers to write software that makes use of services like Amazon S3 and Amazon EC2.
RPMPackage python2-bcrypt-2.0.0-4.lbn19.x86_64
Modern password hashing for your software and your servers
RPMPackage python2-backports_abc-0.4-3.lbn19.noarch
A backport of recent additions to the 'collections.abc' module.
RPMPackage python2-babel-2.3.4-2.lbn19.noarch
Babel is composed of two major parts: * tools to build and work with gettext message catalogs * a Python interface to the CLDR (Common Locale Data Repository), providing access to various locale display names, localized number and date formatting, etc.
RPMPackage python2-autobahn-0.16.0-1.gitade9eb5.lbn19.noarch
Autobahn a networking library that is part of the Autobahn project and provides implementations of * The WebSocket Protocol http://tools.ietf.org/html/rfc6455_ * The Web Application Messaging Protocol (WAMP) http://wamp.ws for Twisted and asyncio on Python 2 & 3 and for writing servers and clients.
RPMPackage python2-acme-0.6.0-1.lbn19.noarch
Python 2 library for use of the Automatic Certificate Management Environment protocol as defined by the IETF. It's used by the Let's Encrypt project.
RPMPackage python2-PyMySQL-0.6.7-2.lbn19.noarch
This package contains a pure-Python MySQL client library. The goal of PyMySQL is to be a drop-in replacement for MySQLdb and work on CPython, PyPy, IronPython and Jython.
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-zenemailevent-1.0.3-1.lbn19.noarch
If you use an MTA which can forward mail via a pipe, then you can set up mailbox(s) to collect emails and send them to your Zentinel/ZEP with this program. Here is an example using the Courier MTA and Courier Maildrop (see dot-courier and maildrop manpages in the courier-mta for further explanation), but it should work with many other forwarders. There are further options - try /usr/bin/zenemailevent --help for more details. In the $HOME of your mail user (zenoss@domain.com say), place the following (customised for your setup) in the .courier and .courier-default files: | /usr/bin/zenemailevent -u admin -p password -s http://zenoss.domain.com:8080 If you direct mail to zenoss@domain.com, it will be forwarded to your Zentinel with a default severity of info. If you send to zenoss-critical@domain.com, it'll have a Critical severity. The default event class is /Status/Update. The component and the device are calculated from the Sender/From header as component@device. As it is trivially easy to 'spoof' these, you have considerable flexibility in assuring email events are bound to their associated device(s). A real-world configuration of Monit's email alerting is as simple as (in /etc/monitrc): set mail-format { from: monit@mydevice.domain.com subject: $SERVICE $EVENT message: $ACTION: $DESCRIPTION } set alert zenoss@domain.com # Send alert to system admin on any event This will register Monit emails as info events on the /Device mydevice.domain.com. Note that because we've also removed $DATE markers from the message, monit events will roll-up.
RPMPackage python-xpyb-1.3.1-4.lbn19.x86_64
The Python binding for XCB allows the X protocol to be accessed directly from Python. There are two components: - A Python extension written in C. This exposes XCB-specific objects and library functions, as well as providing various base classes used by the generated code. - Python modules which are generated directly from the XCB-XML protocol descriptions.
RPMPackage python-webtest-2.0.16-1.lbn19.noarch
WebTest wraps any WSGI application and makes it easy to send test requests to that application, without starting up an HTTP server. This provides convenient full-stack testing of applications written with any WSGI-compatible framework.
RPMPackage python-websocket-client-0.37.0-2.lbn19.noarch
python-websocket-client module is WebSocket client for python. This provides the low level APIs for WebSocket. All APIs are the synchronous functions. python-websocket-client supports only hybi-13.
RPMPackage python-webob-1.6.1-1.lbn19.1.noarch
WebOb provides wrappers around the WSGI request environment, and an object to help create WSGI responses. The objects map much of the specified behavior of HTTP, including header parsing and accessors for other standard parts of the environment.
RPMPackage python-watchdog-0.7.1-1.lbn19.noarch
Python API and shell utilities to monitor file system events.
RPMPackage text/h323 python-urlgrabber-3.10.1-2.lbn19.noarch
A high-level cross-protocol url-grabber for python supporting HTTP, FTP and file locations. Features include keepalive, byte ranges, throttling, authentication, proxies and more.
RPMPackage python-uritemplate-0.6-1.lbn19.noarch
This is a Python implementation of RFC6570, URI Template, and can expand templates up to and including Level 4 in that specification. It exposes a method, expand. For example: >>> from uritemplate import expand >>> expand("http://www.{domain}/", {"domain": "foo.com"}) 'http://www.foo.com/' It also exposes a method variables that returns all variables used in a uritemplate. For example: >>> from uritemplate import variables >>> variables('http:www{.domain*}{/top,next}{?q:20}') >>> set(['domain', 'next', 'q', 'top']) This function can be useful to determine what keywords are available to be expanded.
RPMPackage python-tw-forms-0.9.9-6.fc19.noarch
tw.forms is a set of html and javascript widgets for the ToscaWidgets framework. They give authors basic html form elements as building blocks for their own web pages and widgets.