LICENSE
README.md
pyproject.toml
setup.py
src/ndsl/__init__.py
src/ndsl/example.py
src/ndsl/architecture/__init__.py
src/ndsl/architecture/attention.py
src/ndsl/architecture/feature_selection.py
src/ndsl/module/__init__.py
src/ndsl/module/aggregator.py
src/ndsl/module/encoder.py
src/ndsl/module/preprocessor.py
src/ndsl_attn_fs_archs.egg-info/PKG-INFO
src/ndsl_attn_fs_archs.egg-info/SOURCES.txt
src/ndsl_attn_fs_archs.egg-info/dependency_links.txt
src/ndsl_attn_fs_archs.egg-info/top_level.txt
tests/test_aggregators.py
tests/test_attention_archs.py
tests/test_encoder_layer.py
tests/test_encoders.py
tests/test_preprocessors.py