python-hospital / hospital

Tools to diagnose Python projects (supervision, monitoring).
Other
40 stars 8 forks source link

API is exposed at root of healthcheck package #15

Closed benoitbryon closed 10 years ago

benoitbryon commented 10 years ago

In order to limit necessary imports in code, expose API at root of hospital package. Items not published at package root may be moved-removed without notice, whereas items published at package root should be preserved by deprecation policy (DeprecationWarning).