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.
- Host: GitHub
- URL: https://github.com/twisted/twisted-dev-tools
- Owner: twisted
- Created: 2013-06-13T01:02:04.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2016-08-02T09:07:20.000Z (almost 10 years ago)
- Last Synced: 2025-10-04T13:35:53.698Z (9 months ago)
- Language: Python
- Size: 40 KB
- Stars: 7
- Watchers: 19
- Forks: 8
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
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
```