Metadata-Version: 2.1
Name: create-dara-app
Version: 1.26.5
Summary: CLI to quickly bootstrap a Dara app
Home-page: https://dara.causalens.com/
License: Apache-2.0
Author: Krzysztof Bielikowicz
Author-email: krzysztof@causalens.com
Requires-Python: >=3.10.0,<3.13.0
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Dist: certifi (>=2024.7.4)
Requires-Dist: click (>=8.1.3,<9.0.0)
Requires-Dist: cookiecutter (>=2.1.1,<3.0.0)
Project-URL: Repository, https://github.com/causalens/dara
Description-Content-Type: text/markdown

# Create Dara App

<img src="https://github.com/causalens/dara/blob/v1.26.5/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/create-dara-app.svg?color=dark-green)](https://pypi.org/project/create-dara-app/)
[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/create-dara-app.svg?color=dark-green)](https://pypi.org/project/create-dara-app/)

### 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 create-dara-app
```

That's it! You can now use the `create-dara-app` CLI tool to create a new app.

```bash
create-dara-app
```

