New Developer Tools for Linux
github_repos_cloner is a tool to clone all the github repos for backup purposes because GitHub delete is permanent.MotivationYes there are others, now there is this one too.InstallInstall: {easy_install, pip} github_repo_clonerUsageUse like...
DumpTruck is a document-like interface to a SQLite database.Quick startInstall, save data and retrieve it using default settings.Installpip2 install dumptruck || pip install dumptruckInitializeOpen the database connection by initializing the a DumpTruck...
TecUtils is a software that provides various utilities to accelerate development of programs design to use MySQL as a database and substitute the use of global variables.TecUtils contains the following modules:- mydb-...
TPDA is a classic desktop database application framework with support for Firebird, PostgreSQL, and MySQL. The goal of this project is to make database applications more flexible and accessible for every user.What is new in this release:Bug fix...
SwingSet is an Java toolkit that contains data-aware replacements for many of the standard Java Swing components. SwingSet project currently includes replacements for JTextField, JTextArea, JSlider, JComboBox, JCheckBox, and JLabel.There is also an image...
TestManager is a Trac plugin to create Test Cases, organize them in catalogs, generate Test Plans and track their execution status and outcome.Differently from other test management plugins for Trac that use Tickets as test case holders, this one uses...
indigestion employs SQLite to provide offline processing of structured data, and generation of reports.You can use it for:- Data quality measurement- Business rule checking- Data cleaning- Data migrationThe command-line tools are designed to allow easy...
EXQUIRES - Evaluative and eXtensible QUantitative Image Re-Enlargement SuiteDocumentation & InstructionsPlease visit: http://exquires.rivetsforbreakfast.comBasic Installation InstructionsEXQUIRES can be installed from PyPI using pip:pip install -U...
Alembic is a new database migrations utility, written by the author of SQLAlchemy. A migrations tool offers the following functionality:- Can emit ALTER statements to a database in order to change the structure of tables and other constructs-...
dbf is a Python module for reading/writing dBase III and Visual FoxPro 6 database files. Primarily intended to ease migration away from vfp. concurrent access not...