[Twisted-Python] Announcing twisted-dev-tools

Tom Prince tom.prince at ualberta.net
Fri Jun 14 16:45:07 MDT 2013


http://labs.twistedmatrix.com/2013/06/announcing-twisted-dev-tools.html

I'd like to announce the release of twisted-dev-tools. It is a project that
collects various python scripts useful for developer working on twisted itself.

Right now, it contains the following tools.

- force-build:
     This is an updated version of force-builds.py from
     twisted-trac-integration.  It has a different (more flexible) syntax.

     If run from a git repository, where the current commit has been pushed to
     svn, running it with no arguments  will automatically build the
     corresponding branch.

- mkbranch:
     A helper for thos use git: it creates a branch in svn, with a standard
     commit message.

     Eventually, this should be enhanced to automatically fetch that commit,
     and switch to the branch locally.

- review-tickets:

     Command-line list of tickets currently in review

- fetch-ticket:
    
    Command-line tool to view a ticket

- get-attachemnt:

    Tool for interacting with trac attachments.

    - list: list all attachments on a given ticket
    - get: gets a gien ticket (defaults to the lat)
    - apply: applies that last attachment to the current git repository, and
             commits it with an appropriate message

Most of the functionality is also exposed as a python library, so custom scripts
are possible as well.

The code is available at https://github.com/twisted/twisted-dev-tools and on
pypi https://pypi.python.org/pypi/twisted-dev-tools



More information about the Twisted-Python mailing list