================
ISARIC Analytics
================
The `ISARIC Analytics `_ library (:code:`isaricanalytics`) is for users requiring or interested in:
- REDCap data extraction
- ISARIC data analytics
- ISARIC data visualisation
Installation
------------
Install with :program:`pip` directly from GitHub using:
.. code:: shell
pip install -U git+https://github.com/ISARICResearch/ISARICAnalytics
This will install the default ``main`` branch of the repo, including all package dependencies (and sub-dependencies) - if you want a specific branch, tag or commit SHA use
.. code:: shell
pip install -U git+https://github.com/ISARICResearch/ISARICAnalytics@
The minimum required Python version is 3.11.
Documentation
-------------
The documentation is currently limited to an API reference for all the core public libraries, but user tutorials, a visualisation gallery and additional documentation will be added in the future.
.. toctree::
:maxdepth: 1
:caption: Contents:
sources/api-reference
sources/redcap-data
sources/analytics
sources/visualisation
sources/contributing
Indices and tables
==================
* :ref:`genindex`
* :ref:`modindex`
* :ref:`search`