Roundup is a simple-to-use and -install issue-tracking system with
command-line, web, REST, XML-RPC, and e-mail interfaces. It runs on python 2.7 or 3.6 or newer.
Roundup has been deployed for:
* bug tracking and TODO list management (the classic installation)
* customer help desk support (with a wizard for the phone answerers, linking to networking, system and development issue trackers)
* issue management for IETF working groups
* sales lead tracking
...and so on. It's been...
...When we scour the web to find tickets for sale, mostly those tickets are identified by a title, date, time, and venue. We’ve built up a library of “fuzzy” string matching routines to help us along. And good news! We’re open sourcing it. The library is called “Fuzzywuzzy”, the code is pure python, and it depends only on the (excellent) difflib python library.