An open API service indexing awesome lists of open source software.

https://github.com/twisted/twisted-dev-tools

Tools for twisted development.
https://github.com/twisted/twisted-dev-tools

Last synced: 9 months ago
JSON representation

Tools for twisted development.

Awesome Lists containing this project

README

          

Install
=======

```shell
pip install twisted-dev-tools
```

Examples
========

```shell
fetch-ticket
review-tickets
get-attachment get # Gets latest attachment from ticket
tch-ticket works :)
get-attachment apply # Gets latest attachment from ticket, applies it to the current git reposiory, and commits it with an appropriate message.
force-build # Force-builds the current git branch, assuming it has been push'd (with dcommit) to svn
```