Metadata-Version: 2.4
Name: RxInfer
Version: 0.0.1
Summary: The official Python library for RxInfer
Project-URL: Homepage, https://github.com/lazydynamics/RxInfer.py
Project-URL: Repository, https://github.com/lazydynamics/RxInfer.py
Project-URL: Issues, https://github.com/lazydynamics/RxInfer.py/issues
Author-email: Lazy Dynamics <info@lazydynamics.com>
License-Expression: Apache-2.0
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Typing :: Typed
Requires-Python: >=3.9
Provides-Extra: dev
Requires-Dist: hatchling; extra == 'dev'
Requires-Dist: mypy; extra == 'dev'
Description-Content-Type: text/markdown

# RxInfer

RxInfer, a probabilistic programming framework.

> **Note:** This project is currently a work in progress. The implementation is under active development and may undergo significant changes.

## Overview

RxInfer allows you to define models, run inference, and process results with a clean API.

## Installation

```bash
pip install rxinfer
```

## Requirements

- Python 3.9+

## Contributing

Contributions are welcome! Please feel free to submit a Pull Request.

## License

This project is licensed under the Apache License, Version 2.0 - see the LICENSE file for details.