LICENSE
README.md
pyproject.toml
setup.py
src/chemcharts/__init__.py
src/chemcharts.egg-info/PKG-INFO
src/chemcharts.egg-info/SOURCES.txt
src/chemcharts.egg-info/dependency_links.txt
src/chemcharts.egg-info/entry_points.txt
src/chemcharts.egg-info/top_level.txt
src/chemcharts/core/__init__.py
src/chemcharts/core/container/__init__.py
src/chemcharts/core/container/chemdata.py
src/chemcharts/core/container/embedding.py
src/chemcharts/core/container/fingerprint.py
src/chemcharts/core/container/smiles.py
src/chemcharts/core/functions/__init__.py
src/chemcharts/core/functions/binning.py
src/chemcharts/core/functions/clustering.py
src/chemcharts/core/functions/dimensional_reduction.py
src/chemcharts/core/functions/filtering.py
src/chemcharts/core/functions/io_functions.py
src/chemcharts/core/functions/tanimoto_similarity.py
src/chemcharts/core/plots/__init__.py
src/chemcharts/core/plots/base_plot.py
src/chemcharts/core/plots/contour_plot.py
src/chemcharts/core/plots/hexag_plot.py
src/chemcharts/core/plots/histogram_plot.py
src/chemcharts/core/plots/scatter_boxplot_plot.py
src/chemcharts/core/plots/scatter_interactive_mol_plot.py
src/chemcharts/core/plots/scatter_interactive_plot.py
src/chemcharts/core/plots/scatter_static_plot.py
src/chemcharts/core/plots/trisurf_interactive_plot.py
src/chemcharts/core/plots/trisurf_static_plot.py
src/chemcharts/core/utils/__init__.py
src/chemcharts/core/utils/colour_functions.py
src/chemcharts/core/utils/enums.py
src/chemcharts/core/utils/files_paths.py
src/chemcharts/core/utils/print_dataframe.py
src/chemcharts/core/utils/value_functions.py
src/chemcharts/scripts/chemcharts_cli.py
src/chemcharts/scripts/chemcharts_json.py