Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
hupper / src / hupper / __init__.py
Size: Mime:
# public api
# flake8: noqa

from .compat import is_watchdog_supported

from .reloader import (
    start_reloader,
)
from .worker import (
    is_active,
    get_reloader,
)