12 projects tagged "python 2.x"
nimsg (the Network Instant MeSsenGer) is a compact, server-based chat program. Its features include the ability to chat with more than one person at the same time, the ability to post multiple times in a row, and the ability to let users choose their in-chat nicknames. It can be used as an alternative for IRC, for those times where you just want to have a small, local chat room.
Adagios is a Web-based Nagios configuration interface built to be simple and intuitive in design, exposing less of the clutter under the hood of Nagios. It has a REST interface for both status and configuration data as well a feature complete status interface that can be used as an alternative to the Nagios Web interface.
Dyject is a dependency injection module for Python. Unlike other enterprise libraries used for Inversion of Control (IoC) which have classes which look like AbstractSingletonProxyFactoryBean, dyject is simple to understand and easy to use. It supports both Python 2.7 and Python 3, has no other dependencies, and uses standard configuration files to define and wire objects.
Django-live-profiler is a low-overhead data access and code profiler for Django-based applications. Profiling Web applications on a development environment often produces misleading results due to different patterns in the data, different patterns in user behavior, and differences in infrastructure. All existing DB access profiling solutions for Django seem to focus on a single request, but in the real world certain queries might be negligible in a single request while still putting a considerable strain the database across all requests. Django-live-profiler aims to solve these issues by collecting database usage data from a live application.
Networked Decision Making is fun Web-based group decision making software to complement meetings and voting. There are many situations in which groups need to make decisions. Existing methods are inefficient, synchronous, and often overly influenced by politics, egos, and hierarchy. Hence the need for a new method without these limitations. Networked Decision Making is developed on the web2py platform and is fully compatible with Google App Engine and most SQL platforms.
Linux Huawei Unlocker is a tool that attempts to automatically remove the carrier lock on Huawei mobile broadband modems from the Linux command line. It automatically finds IMEIs, calculates unlock codes, checks SIM lock status, displays remaining unlock attempts, and asks the user for confirmation before trying the unlock code.
comedi2py feeds data from a data acquisition board into Python by using call-back functions. The goal was to make this as easy as possible, hiding all the complexity of the asynchronous acquisition in comedi2py and providing the Python program simply with an array of the sampled data at a given sampling rate. The program has been tested with the USB-DUX boards, but should also run with any other COMEDI supported data acquisition board.