README.md
pyproject.toml
setup.cfg
setup.py
flex/__init__.py
flex/actors/__init__.py
flex/actors/actors.py
flex/actors/architectures.py
flex/actors/role.py
flex/actors/role_manager.py
flex/common/__init__.py
flex/common/utils.py
flex/data/__init__.py
flex/data/dataset.py
flex/data/dataset_pt_utils.py
flex/data/fed_data_distribution.py
flex/data/fed_dataset.py
flex/data/fed_dataset_config.py
flex/data/lazy_indexable.py
flex/data/pluggable_datasets.py
flex/data/preprocessing_utils.py
flex/datasets/__init__.py
flex/datasets/federated_datasets.py
flex/datasets/flexible_datasets.py
flex/datasets/standard_datasets.py
flex/distributed/__init__.py
flex/distributed/client.py
flex/distributed/client_builder.py
flex/distributed/common.py
flex/distributed/server.py
flex/distributed/aio/__init__.py
flex/distributed/aio/server.py
flex/distributed/proto/__init__.py
flex/distributed/proto/tensor_pb2.py
flex/distributed/proto/tensor_pb2.pyi
flex/distributed/proto/tensor_pb2_grpc.py
flex/distributed/proto/transport_pb2.py
flex/distributed/proto/transport_pb2.pyi
flex/distributed/proto/transport_pb2_grpc.py
flex/model/__init__.py
flex/model/model.py
flex/pool/__init__.py
flex/pool/aggregators.py
flex/pool/decorators.py
flex/pool/pool.py
flex/pool/primitives_pt.py
flex/pool/primitives_tf.py
flexible_fl.egg-info/PKG-INFO
flexible_fl.egg-info/SOURCES.txt
flexible_fl.egg-info/dependency_links.txt
flexible_fl.egg-info/requires.txt
flexible_fl.egg-info/top_level.txt
tests/__init__.py
tests/actors/__init__.py
tests/actors/test_actors.py
tests/actors/test_architectures.py
tests/actors/test_role_manager.py
tests/data/__init__.py
tests/data/test_dataset.py
tests/data/test_fed_data_distribution.py
tests/data/test_fed_dataset.py
tests/data/test_fed_dataset_config.py
tests/data/test_lazy_indexable.py
tests/data/test_preprocessing_utils.py
tests/distributed/__init__.py
tests/distributed/test_client_builder.py
tests/distributed/test_server.py
tests/distributed/aio/__init__.py
tests/distributed/aio/test_server.py
tests/model/__init__.py
tests/model/test_model.py
tests/pool/__init__.py
tests/pool/test_aggregators.py
tests/pool/test_decorators.py
tests/pool/test_pool.py
tests/pool/test_primitives.py
tests_datasets/__init__.py
tests_datasets/utils.py
tests_datasets/data/__init__.py
tests_datasets/data/test_flex_data_distribution.py
tests_datasets/data/test_flex_data_object.py