Metadata-Version: 2.1
Name: cai-causal-graph
Version: 0.1.3.dev0
Summary: A Causal AI package for causal graphs.
Home-page: https://causalgraph.causalens.com/
License: Apache-2.0
Author: causaLens
Author-email: opensource@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: networkx (>=3.0.0,<4.0.0)
Requires-Dist: numpy (>=1.18.0,<2.0.0)
Requires-Dist: pandas (>=1.0.0,<3.0.0)
Project-URL: Documentation, https://causalgraph.causalens.com/
Project-URL: Repository, https://github.com/causalens/cai-causal-graph
Description-Content-Type: text/markdown

# cai-causal-graph

![causaLens logo](https://github.com/causalens/cai-causal-graph/blob/main/cl-logo.png?raw=true)

## From causaLens, a Causal AI package for causal graphs
Documentation, including a quickstart and code reference docs, can be found [here](https://causalgraph.causalens.com/).

[![PyPI version](https://img.shields.io/pypi/v/cai-causal-graph.svg?color=informational)](https://pypi.org/project/cai-causal-graph/)
[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/cai-causal-graph.svg?color=informational)](https://pypi.org/project/cai-causal-graph/)
[![LICENSE](https://img.shields.io/badge/License-Apache_2.0-informational.svg)](https://www.apache.org/licenses/LICENSE-2.0)

![TEST](https://github.com/causalens/cai-causal-graph/workflows/MAIN-CHECKS/badge.svg?branch=main)
![DEPENDENCIES](https://github.com/causalens/cai-causal-graph/workflows/DEPENDENCIES-CHECKS/badge.svg?branch=main) 
![RELEASE](https://github.com/causalens/cai-causal-graph/workflows/RELEASE/badge.svg) 
![POST-RELEASE](https://github.com/causalens/cai-causal-graph/workflows/POST-RELEASE/badge.svg?branch=main) 

[![LINTING: mypy](https://img.shields.io/badge/Linting-mypy-informational.svg)](https://mypy-lang.org/)
[![SECURITY: bandit](https://img.shields.io/badge/Security-bandit-informational.svg)](https://github.com/PyCQA/bandit)
![INTERROGATE](https://github.com/causalens/cai-causal-graph/blob/main/interrogate_badge.svg?raw=true)

> **Note**  
> The current development cycle of this branch is `v0.1.x` (stable).
 
## License

`cai-causal-graph` is open source and licensed under the [Apache-2.0 license](https://github.com/causalens/cai-causal-graph/blob/main/LICENSE).

