A collection of modules to be used in at least NightWatch, and probably many/most other projects that are in the hopper at the moment.
Many/most of these modules grew out of the Camelot repository, where they were born. I moved the code over via a copy rather than a fork because I felt these are distinct enough projects, and Camelot contains basically a random assortment of stuff. There are many old (closed) issues and a ton of commits over in Camelot that might be of interest.
To develop and use at the same time: (in the source directory)
pip install -e .
This is needed because I've used package_data
to simplify references
to static resources (like error images, fonts, etc.).