Metadata-Version: 2.4
Name: causal-hub
Version: 0.0.1
Classifier: Programming Language :: Rust
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Requires-Dist: numpy
Requires-Dist: scipy
Requires-Dist: pandas
Requires-Dist: networkx
License-File: LICENSE
Summary: A library for causal models, inference and discovery.
Keywords: causality
Home-Page: https://github.com/AlessioZanga/causal-hub
Author-email: Alessio Zanga <alessio.zanga@outlook.it>
License-Expression: AGPL-3.0-only
Requires-Python: >=3.10
Description-Content-Type: text/markdown; charset=UTF-8; variant=GFM
Project-URL: homepage, https://github.com/AlessioZanga/causal-hub
Project-URL: repository, https://github.com/AlessioZanga/causal-hub
Project-URL: documentation, https://crates.io/crates/causal-hub

# `causal-hub`

`causal-hub` is a library for causal models, inference and discovery.

## Installation

To use `causal-hub` in your project, add the following to your `Cargo.toml`:

```toml
[dependencies]
causal-hub = "0.0.1"
```

## Changelog

All notable changes to this project will be documented in the [CHANGELOG](CHANGELOG.md) file.

## License
This software is distributed under the terms of the GNU AFFERO GENERAL PUBLIC LICENSE, Version 3.

See the [LICENSE](LICENSE) file for a copy of the license.

## Versioning
This software follows the [SemVer](https://semver.org/) specification.

