LowellObservatory / NightShift

Collection of sub-modules used in the NightWatch (and other Night*) project
Mozilla Public License 2.0
1 stars 1 forks source link

NightShift

Codacy Badge

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.

History

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.

Installation

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.).