46 projects tagged "Python"
The audit package contains the user-space utilities for creating audit rules, as well as for storing, searching, and generating reports from the audit records generated by the audit subsystem in the Linux 2.6 kernel and higher. It has a real-time plugin interface for event analysis and remote logging of events.
Slideshow is a kiosk-style application for showing text, image, and video in a loop on monitors and projectors. It is not meant for situations where interactive control is required, but when the content is continuously looping for a long time. The content is updated through a Web GUI. The application is split into two packages, the backend and frontend. The backend is written in C++ and OpenGL. and the frontend uses Python. Currently. the frontend is very GNU/Linux specific and will not run on any other platform, but is meant to be as platform independent as possible, as long as it handles OpenGL.
Window Switch is a tool that allows you to move applications between networked computers. The windows appear where you need them, as they were. You no longer need to save and send documents to move them around; simply move the view of the application to the machine where you need it.
QmailSUite is a tool to manage qmail LDAP mail server accounts. A set of Python command line scripts allows the administrator to add or delete domains and set the postmaster@domain password, add or delete single users, or change account passwords. The Web application, written in PHP5, is used by postmaster@domain to manage each email account, including quota size, quota count, account status, password, aliases, and forwards for his domain.
Freeseer a video capture utility capable of capturing presentations or demos. It can capture USB, firewire, local desktop, and more. It captures video and audio and mixes them together to produce a video, thus enabling you to capture great presentations, demos, or training material easily.
Scenic is a free software suite for streaming audio, video, and MIDI between live events. It was created at the Society for Arts and Technology (SAT) to give artists a powerful tool for telepresence in live arts contexts, and new media installations. The streaming is done over RTP with the GStreamer multimedia framework. Users can also choose low-bandwidth or high-quality codecs, depending on what is available on their system. It offers up to as many audio channels as your audio device supports. It consists of a desktop application and several command-line utilities: scenic (a Desktop application to stream audio, video, and MIDI over RTP); milhouse (streams audio and video over RTP); midistream (streams MIDI notes and controls over RTP); dc-ctl (controls connected DC IEEE 1394 cameras); firereset (resets an IEEE 1394 bus to help in case of problems); and jack-info (prints information about running JACK servers).
StaticPython is a statically linked version of the Python 2.x (currently 2.7.1) and Stackless Python 2.x interpreters and their standard modules for 32-bit (i686, i386, x86) Linux, Mac OS X, and FreeBSD systems. It is distributed as single, statically linked 32-bit executable binaries, which contain the Python scripting engine, the interactive interpreter with command editing (readline), the Python debugger (pdb), most standard Python modules (including pure Python modules and C extensions), coroutine support using greenlet, and multithreading support. The binary contains both the pure Python modules and the C extensions, so no additional .py or .so files are needed to run it. It also works in a chroot environment. The binary uses uClibc, so it supports username lookups and DNS lookups as well (without NSS).
Apache Qpid is a messaging broker that implements the latest AMQP specification, providing transaction management, queuing, distribution, security, management, clustering, federation, heterogeneous multi-platform support, and much more. It is extremely fast and aims to be 100% AMQP Compliant.
Cyclone is a low-level network toolkit that provides support for HTTP 1.1 in an API very similar to the one implemented by the Tornado Web server. It has localization based on gettext with pluralization support, native support for XMLRPC and JSONRPC, native support for WebSockets (drafts 75 and 76), decent support for sending plain text or HTML email with TLS and attachments, built-in support for Redis, and support for HTTP authentication.