Metadata-Version: 2.1
Name: cai-causal-graph
Version: 0.1.0.dev0
Summary: A causal graph package.
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: A package for causal graphs

Link to docs site coming imminently.

![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) 
![INTERROGATE](./docs/interrogate_badge.svg)
[![LICENSE](https://img.shields.io/badge/License-Apache_2.0-blue.svg)](https://www.apache.org/licenses/LICENSE-2.0)

> **Note**  
> The current development cycle of this branch is `v0.0.x`.

