LICENSE
MANIFEST.in
README.rst
setup.py
src/heflwr/__init__.py
src/heflwr.egg-info/PKG-INFO
src/heflwr.egg-info/SOURCES.txt
src/heflwr.egg-info/dependency_links.txt
src/heflwr.egg-info/top_level.txt
src/heflwr/fed/__init__.py
src/heflwr/fed/aggregate.py
src/heflwr/fed/heflwr_aggregate.py
src/heflwr/fed/heflwr_client_manager.py
src/heflwr/log/__init__.py
src/heflwr/log/logger.py
src/heflwr/monitor/__init__.py
src/heflwr/monitor/process_monitor/__init__.py
src/heflwr/monitor/process_monitor/file_monitor.py
src/heflwr/monitor/process_monitor/prometheus_monitor.py
src/heflwr/monitor/process_monitor/remote_monitor.py
src/heflwr/monitor/thread_monitor/__init__.py
src/heflwr/monitor/thread_monitor/file_monitor.py
src/heflwr/monitor/thread_monitor/prometheus_monitor.py
src/heflwr/monitor/thread_monitor/remote_monitor.py
src/heflwr/monitor/utils/__init__.py
src/heflwr/monitor/utils/network.py
src/heflwr/monitor/utils/power.py
src/heflwr/nn/__init__.py
src/heflwr/nn/scaler.py
src/heflwr/nn/ssbatchnorm2d.py
src/heflwr/nn/ssconv2d.py
src/heflwr/nn/sslinear.py
tests/test.py