LICENSE
README.md
pyproject.toml
setup.py
./scripts/fcacli.py
src/fca/__init__.py
src/fca/api_models.py
src/fca/association_rules.py
src/fca/base_models.py
src/fca/border_hasse.py
src/fca/get_lattice.py
src/fca/in_close.py
src/fca/plot/__init__.py
src/fca/plot/plot.py
src/fca/plot/tikz_tpl.py
src/fca/rca/__init__.py
src/fca/rca/cpop.py
src/fca/rca/models.py
src/fca/rca/p18n.py
src/fca/rca/rca.py
src/fca/rca/rca_mickael.py
src/fca/utils/__init__.py
src/fca/utils/utils.py
src/fca_algorithms.egg-info/PKG-INFO
src/fca_algorithms.egg-info/SOURCES.txt
src/fca_algorithms.egg-info/dependency_links.txt
src/fca_algorithms.egg-info/top_level.txt
src/tests/__init__.py
src/tests/conftest.py
src/tests/test_in_close.py
src/tests/test_rca.py