Metadata-Version: 2.1
Name: dara-components
Version: 1.10.2
Summary: Components for the Dara Framework
Home-page: https://dara.causalens.com/
License: Apache-2.0
Author: Patricia Jacob
Author-email: patricia@causalens.com
Requires-Python: >=3.8.0,<3.12.0
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Dist: bokeh (>=3.1.0,<3.2.0)
Requires-Dist: cai-causal-graph (>=0.3.6)
Requires-Dist: dara-core (==1.10.2)
Requires-Dist: dill (>=0.3.0,<0.4.0)
Requires-Dist: matplotlib (>=2.0.0)
Requires-Dist: pandas (>=1.1.0,<3.0.0)
Requires-Dist: plotly (>=5.14.0,<5.15.0)
Requires-Dist: scipy
Requires-Dist: seaborn (>=0.11.0)
Project-URL: Repository, https://github.com/causalens/dara
Description-Content-Type: text/markdown

# Dara Components

<img src="https://github.com/causalens/dara/blob/VERSION-1.10.2/img/dara_light.svg?raw=true">

![Master tests](https://github.com/causalens/dara/actions/workflows/tests.yml/badge.svg?branch=master)
[![License](https://img.shields.io/badge/License-Apache_2.0-blue.svg)](https://www.apache.org/licenses/LICENSE-2.0)
[![PyPI](https://img.shields.io/pypi/v/dara-components.svg?color=dark-green)](https://pypi.org/project/dara-components/)
[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/dara-components.svg?color=dark-green)](https://pypi.org/project/dara-components/)
[![NPM](https://img.shields.io/npm/v/@darajs/components.svg?color=dark-green)](https://www.npmjs.com/package/@darajs/components)

### Build decision apps in Python

_Tap into the power of causality by transforming data into interactive graphs and applications_

Dara is a dynamic application framework designed for creating interactive web apps with ease, all in pure Python. Over the past two years, Dara has fueled the development of hundreds of apps, now widely used and appreciated by both our customers and our in-house teams!

## Quickstart

To install the package, run:

```bash
pip install dara-components
```

## Package contents

This package contains the following modules:

-   `dara_components.common` - common dashboarding components for building Dara apps
-   `dara_components.graph` - components for displaying graphs
-   `dara_components.plotting` - components for displaying plots with Bokeh, Plotly and Matplotlib or Seaborn
-   `dara_components.smart` - smart components such as `DataSlicer`

Check out our [Documentation](https://dara.causalens.com/docs/category/build-dara-apps) for more details.

