New Developer Tools for Linux
CrossVC is a graphical Interface for the cvs client commandline tool on the Unix, Windows and Mac OS X platform. CrossVC XXL allows to load modules from a server (checkout), create modules on the server (import), as well as checking the state of...
Flexc++ is a lexical scanner generator for C++ and is very similar to flex and flex++, written by Vern Paxson. The goal was to create a similar program, but to completely implement it in C++. Most flex / flex++ grammars should be usable with flexc++, with...
Elephantoplasty is an effort to create an ORM which would take full advantage from PostgresSQL. It is currently under steady development.Philosophy1. PostgresSQL is great. However portable ORM's use it like SQLite. To use all features of Postgres we...
MckoiDDB is a database system used by software developers to create applications that store data over a cluster of machines in a network. It is designed to be used in online environments where there are very large sets of both small and big data items...
sqlupdate reads a MySQL table declaration file and compares it to an existing database. sqlupdate project then generates a MySQL script for updating the database to match the SQL...
easydb is a really simple **SQLite wrapper** for that saves you from having to worry about creating tables or managing connections.It can be used on existing SQLite database by simply passing in the database filename:```pythonfrom easydb import EasyDBdb =...
Attest is a unit testing framework built from the ground up with idiomatic Python in mind. Unlike others, it is not built on top of unittest though it provides compatibility by creating TestSuites from Attest collections.It has a functional API...
cvsd is a wrapper program for cvs in pserver mode. cvsd is run as a daemon and is controlled through a configuration file. It is relatively easy to configure and tools are provided for setting up a rootjail.This server can be useful if you want to run a...
Plomino is a ZOPE/Plone product that allows you to build business applications in a Lotus Domino-like way.Using Plone-specific screens (nothing is done through the ZMI), users can design databases to handle documents with multiple forms and views.Plomino...
gitflow is a collection of Git extensions to provide high-level repository operations for Vincent Driessen's branching model.Installing git-flowYou can install git-flow, using:easy_install gitflowOr, if you'd like to use pip instead:pip install...