Metadata-Version: 2.4
Name: postinfer
Version: 0.0.2
Summary: Post-inference toolkits for result summaries, diagnostics and reports.
Project-URL: Documentation, https://github.com/wcxve/postinfer#readme
Project-URL: Issues, https://github.com/wcxve/postinfer/issues
Project-URL: Source, https://github.com/wcxve/postinfer
Author-email: xuewc <wcxuemail@gmail.com>
License-Expression: MIT
License-File: LICENSE
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Science/Research
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Typing :: Typed
Requires-Python: <3.14,>=3.10
Provides-Extra: dev
Requires-Dist: pre-commit~=4.0; extra == 'dev'
Requires-Dist: ruff>=0.13.0; extra == 'dev'
Provides-Extra: docs
Requires-Dist: myst-nb; extra == 'docs'
Requires-Dist: numpydoc; extra == 'docs'
Requires-Dist: pydata-sphinx-theme; extra == 'docs'
Requires-Dist: sphinx-autodoc-typehints; extra == 'docs'
Requires-Dist: sphinx-codeautolink; extra == 'docs'
Requires-Dist: sphinx-copybutton; extra == 'docs'
Requires-Dist: sphinx-design; extra == 'docs'
Requires-Dist: sphinx>=7.4.0; extra == 'docs'
Provides-Extra: test
Requires-Dist: coverage[toml]>=7.8.0; extra == 'test'
Requires-Dist: pytest; extra == 'test'
Requires-Dist: pytest-cov; extra == 'test'
Description-Content-Type: text/markdown

# PostInfer

**Post-inference toolkits for result summaries, diagnostics and reports.**

[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/postinfer?color=blue&logo=Python&logoColor=white&style=for-the-badge)](https://pypi.org/project/postinfer)
[![PyPI - Version](https://img.shields.io/pypi/v/postinfer?color=blue&logo=PyPI&logoColor=white&style=for-the-badge)](https://pypi.org/project/postinfer)
[![License: MIT](https://img.shields.io/github/license/wcxve/postinfer?color=blue&logo=open-source-initiative&logoColor=white&style=for-the-badge)](https://github.com/wcxve/postinfer/blob/main/LICENSE)<br>
[![Coverage Status](https://img.shields.io/codecov/c/github/wcxve/postinfer?logo=Codecov&logoColor=white&style=for-the-badge)](https://app.codecov.io/github/wcxve/postinfer)
[![Documentation Status](https://img.shields.io/readthedocs/postinfer?logo=Read-the-Docs&logoColor=white&style=for-the-badge)](https://postinfer.readthedocs.io/en/latest/?badge=latest)

-----

## Installation

```console
pip install postinfer
```

## Documentation

Read the documentation [here](https://postinfer.readthedocs.io).
