Top Developer Tools for Linux
svnauthcheck project is a tool to check the syntax of Subversion access control files. We developed it to be able to delegate to certain repository users the ability to manage the access control to the repository itself.Install:For the impatients:...
Guile is a library designed to help programmers create flexible applications. Using Guile in an application allows programmers to write plug-ins, or modules (there are many names, but the concept is essentially the same) and users to use them to have an...
Avian is a lightweight alternative to Java programming language. Avian is a lightweight virtual machine and class library designed to provide a useful subset of Java's features, suitable for building self-contained applications. Efficient The VM is...
proboscis is a Nose extension that facilitates higher level testing.Changes how test classes are discovered by forcing them to register via decorators which contain useful metadata such as what groups they are in, whether or not they have dependencies on...
noseenv is a nose plugin to add options of the form "--env ENVIRONMENT_VARIABLE=VALUE".- PyPI: http://pypi.python.org/pypi/noseenv- Travis CI:...
Bazaar Explorer is a plugin that provides an easy-to-use interface to the Bazaar version control system. It is designed to be simple enough for casual users of version control, yet powerful enough for experts to be productive. To see BzrExplorer in...
hg-importfs imports a set of files from a given file-system into a Mercurial repository as a changeset.The development of this extension was paid for by Lantiq. It was written and released as Open Source by Markus Zapke-Gründemann.Repository:...
expecter helps you to write assertions. Never again will you forget which is expected and which is actual!Basic expectations are easy: >>> from expecter import expect >>> expect('some' + 'thing') == 'something' expect('something') >>>...
Herein is a fork by me from the master BE GIT repo at http://gitorious.org/be/be. The main change is that I have patched BE in various ways to make it work better on Windows. The following may or may not have been incorporated upstream by the time you...
openstack.nose_plugin is a nose plugin that provides nosetests output to mimic the output of openstack's run_tests.py.Installation pip install openstack.nose_pluginUsageThe following options are availible: --with-openstack Enable plugin...