40 projects tagged "Python 2.6"
Pyrseas provides a framework and utilities to upgrade and maintain a relational database. It currently includes the dbtoyaml utility to create a YAML description of a PostgreSQL database's tables, and the yamltodb utility to generate SQL statements to modify a database to match an input YAML specification. It also aims to develop data administration tools to supplement an agile database development process.
MALODOS helps you to scan, store, and easily retrieve all your personal documents. Its storage format is open and documented, so your document archive can remain accessible even without MALODOS. The documents themselves are stored as standard PDF files, while their metadata (such as title, tags, and description) are stored into a separate SQLite database in an open format. With MALODOS, you can also manage existing files in PDF, JPEG, TIFF, and other formats, so you can still use the documents that you've already scanned. You can connect to any external OCR program to give access to a fulltext search feature.
pygmed is a simple editor for ".desktop" files. It has two panels for editing files. Each panel works independently from the other. You can copy and move files between panels. pygmed can search for file that have similar names or executable commands. It can also detect missing commands.
pycdep is a tool for analyzing and visualizing C/C++ header file dependencies. A script extracts information about your code and dumps it in a Prolog database, which is used to query the dependency graph. It comes with a large number of predefined queries for finding out which files include or depend on which other files, how files depend on another file, circular dependencies, transitively implied dependencies, and design rule checks (limitations on which project can include from which other project). Visualization is supported by dumping graphs to .dot files. It also has the beginnings of a natural language interface.
FMRD-Desktop is a GUI application that facilitates data entry into the Football Match Result Database (FMRD). The FMRD maintains match result data in order to support football (soccer) analytics research and development. These data include high-level match data (competitions, venues, and teams), personnel data (players, managers, and central referees), match lineups, and match events (goals, penalties, disciplinary incidents, substitutions).
Sploitego is a rapid local transform development framework for Maltego. The original focus of Sploitego was to provide a set of transforms that would aid in the execution of penetration tests and vulnerability assessments. It has become evident that the framework can be used for much more than that. Sploitego is perfect for anyone wishing to graphically represent their data in Maltego without hassle. It has generated interest from digital forensics analysts and pen-testers, and even psychologists. Core features include an easily extensible and configurable framework, scripts for debugging, configuring, and installing transforms, auxiliary modules focused on Open Source Intelligence gathering as well as penetration testing, and a number of awesome pen-testing transforms.
pymiproxy is a small, lightweight, man-in-the-middle embeddable proxy capable of performing HTTP and HTTPS (or SSL) inspection. The proxy provides a built-in certificate authority that is capable of generating certificates for SSL-based destinations. Pymiproxy is also extensible, and provides two methods for extending the proxy: method overloading and a pluggable interface. It is ideal for situations where you're in dire need of a proxy to tamper with out- and/or in-bound HTTP data.