28 projects tagged "Python 2.6 and above"
CaptureMock provides capture-replay mocking for Python, on the command line and with client-server communication. CaptureMock's approach is a so-called capture-replay approach. This means that when you 'record' your mock, CaptureMock will observe the interaction between your code and the subsystem you are mocking out, and record it in a text file in its own format. When you then run your test in 'replay mode', CaptureMock can play the role of the subsystem in question, and the real subsystem does not need to even be installed. You can then choose, each time you run your tests, whether you wish to have the real subsystems present and verify/recreate the captured mocks, or to rely on the mocks captured by a previous run. If you are running in 'replay mode' and CaptureMock does not receive the same calls as previously, it will fail the test, and suggest that you may want to recreate the mocks in record mode.
asq is simple implementation of a LINQ-inspired API for Python which operates over Python iterables, including a parallel version implemented in terms of the Python standard library multiprocessing module. The API sports feature equivalence with LINQ for objects, 100% statement test coverage and comprehensive documentation. asq provides a fluent interface making extensive use of method chaining to create complex queries without compromising readability. asq works with Python 2.6 and higher, including Python 3. It has been tested on Python 2.6, Python 2.7, Python 3.1 and Python 3.2. It is also tested on IronPython 2.6 and IronPython 2.7.
PbulkMailer is a bulk email application. Instead of a database, it works with CSV files and has a simple text file configuration. It sends directly to an MX, via a smarthost/relay, or through email accounts. Plain text and HTML messages are supported along with attachments. Per-email customization of subject, name, and body elements is allowed. Delivery and failure are logged to CSV files, and message reads, unsubscription, and spam reporting are handled using included PHP scripts.
jmx4py offers a client API for Python similar to the existing Jolokia clients for Perl (jmx4perl), Java, and Javascript. Jolokia is a JMX-HTTP bridge giving an alternative to JSR-160 connectors. It is an agent-based approach with support for many platforms. In addition to basic JMX operations, it enhances JMX remoting with unique features like bulk requests or fine grained security policies. jmx4py builds upon the basic API and offers further features related to monitoring and controlling JVMs via JMX using Python.
Sequencer is an engine used by system administrators for the computation and execution of sequences of actions over hardware or software. It can ping various devices in parallel, power on your whole cluster, or generate an Emergency PowerOff (EPO) script for your data center or cluster. It takes into account various dependencies (power off nodes before switches, clients before server), deals with failures kindly, and is very efficient (>4000 nodes in less than 10 minutes).
Newfies-Dialer is a voice broadcast application designed and built to automate the delivery of interactive phone calls to contacts, clients, and the general public. It is scalable from a single server to supporting distributed call processing across multiple cloud-based telephony servers to make millions of outbound calls per day. The multi-user Web interface allows every aspect of the campaign to be controlled with detailed reporting. A Newfies-Dialer Voice Broadcasting Platform is assembled entirely from free and open source components including Freeswitch, Django, Plivo, Celery, and RabbitMQ.