Metadata-Version: 2.1
Name: kmviz
Version: 0.1.0
Summary: A web interface for querying biological sequence indexes.
License: MIT
Author: Teo Lemane
Author-email: teo.lemane@genoscope.cns.fr
Requires-Python: >=3.9,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Dist: click (>=8.1.7,<9.0.0)
Requires-Dist: dash-ag-grid (>=31.0.1,<32.0.0)
Requires-Dist: dash-auth (>=2.3.0,<3.0.0)
Requires-Dist: dash-bio (>=1.0.2,<2.0.0)
Requires-Dist: dash-bootstrap-components (>=1.5.0,<2.0.0)
Requires-Dist: dash-daq (>=0.5.0,<0.6.0)
Requires-Dist: dash-extensions (>=1.0.14,<2.0.0)
Requires-Dist: dash-iconify (>=0.1.2,<0.2.0)
Requires-Dist: dash-labs (>=1.2.0,<2.0.0)
Requires-Dist: dash-mantine-components (>=0.12.1,<0.13.0)
Requires-Dist: dash[diskcache] (>=2.16.1,<3.0.0)
Requires-Dist: executor (>=23.2,<24.0)
Requires-Dist: importlib-resources (>=6.4.0,<7.0.0)
Requires-Dist: keyring (>=25.2.1,<26.0.0)
Requires-Dist: loguru (>=0.7.2,<0.8.0)
Requires-Dist: mysql-connector-python (>=8.4.0,<9.0.0)
Requires-Dist: numpy (>=1.26.4,<2.0.0)
Requires-Dist: pandas (>=2.2.1,<3.0.0)
Requires-Dist: pyyaml (>=6.0.1,<7.0.0)
Requires-Dist: sqlalchemy (>=2.0.31,<3.0.0)
Requires-Dist: statsmodels (>=0.14.1,<0.15.0)
Requires-Dist: tomli (>=2.0.1,<3.0.0)
Requires-Dist: uplink[aiohttp] (>=0.9.7,<0.10.0)
Description-Content-Type: text/markdown

# kmviz

**kmviz** is a user-friendly web interface for interacting with biological sequence indexes. In a nutshell, it connects to multiple, local or distant, sequence indexes to performs sequence queries. Results can then be explored through *`tables`*, *`plots`*, *`sequence views`*, or even *`maps`* when metadata contains geographical information. Note that representations are fully customizable allowing to make production-grade figures.

:warning: **kmviz** is a work in progress!

See [kmviz documentation](https://tlemane.github.io/kmviz).



