4090 projects tagged "Python"
SQLet allows you to directly execute SQL on multiple text files, right from the Linux commandline. In one single command, you can read in text files (with or without header lines) and perform arbitrary select statements, including joins over several files. SQLet can thus replace awk or grep in some instances.
Quinico is a Web application designed to help you easily improve your Web site's performance, reduce errors, and optimize for search engines. It can constantly monitor your sites and alert you when there is a problem that requires attention. Using Quinico, you can automate the continual tracking, reporting, and alerting of the following: Google search engine rankings of all of your important keywords (supports all Google domains and languages); Google Pagespeed metrics including suggestions for improvement (mobile and desktop strategies); page weight breakdown (mobile and desktop strategies); SEO URL metrics (utilizing SEOMoz); Web page test performance metrics (including first and repeat views); and Google Webmaster metrics (keyword impressions/clicks, crawl errors, and top search queries).
EZDM (ezdungeonmaster) is a simple set of tools for dungeon managers, targeting AD&D 2nd edition rules. It's not an RPG game, but some helper tools for people DM-ing real games, and is designed not to get in the way of roleplay and storytelling, but simply help do the math during encounters and leveling. Dice rolling can be done by the computer, or the tools can be set for manual dice, in which case you simply enter the results of the roll. All game data, charts, and character sheets are stored in JSON format. The EZDM kit defaults to using a simple dialog-based GUI which requires easygui, but a console interface is also available.
To Do Quick is a very fast, simple, and basic GUI text editor with two features that help you manage your list of tasks. First, items can be prioritized by moving them up or down without cutting/pasting. Second, items can be marked "done", which timestamps them and moves them to the bottom of the list.
Q-Tubes is a Web-based QEMU/KVM machine manager in Python built around the Pyramid Web framework. Its goal is to allow management of QEMU/KVM networks across single host instances, and ultimately across server farms. It supports minimal VM instances with disk support and basic network configuration (no user-space network yet), and basic VDE switch configurations. It provides a WSGI interface for deployment behind WSGI-aware servers, or provides its own basic server (python-waitress) for simple instances. The application is under steady development and has a moderate number of (Python) dependencies. Installation in a virtualenv is strongly recommended. It requires QEMU/KVM, VDE, and Python 2.7 or later.
Libcolumbus is a small error tolerant search engine designed to deal with noisy data and typos. It will power the searches in the next generation of Ubuntu's HUD system as well as other searches. It has a fast implementation of the Levenshtein distance algorithm, which allows it to correct errors such as added and dropped letters (e.g. 'bar' -> 'bard'), changed letters ('ctr' -> 'car') and translations ('acr' -> 'car'). It also allows the user to customize the error values. Libcolumbus is designed to be small, efficient and easy to embed. It is programmed in C++ but also provides C and Python APIs.