sot / ska_helpers

BSD 3-Clause "New" or "Revised" License
0 stars 1 forks source link

Add an email helper #2

Open jeanconn opened 4 years ago

jeanconn commented 4 years ago

We haven't had much in the way of a general utility package for a while, so brainstorming ideas, it would probably be useful to toss something like

https://github.com/sot/acdc/blob/067ec76ed344d67a80ee739ea1e0ce204c9cbaa2/acdc/common.py#L29

in here. I used it again in aca_hi_bgd and it seems pretty universal.

jeanconn commented 4 years ago

Granted, then you start to wonder if aca_helpers is going to be imported by everything, should it use local imports or whatever so we don't get import scope creep.