Metadata-Version: 2.1
Name: egglog
Version: 7.1.0
Classifier: Environment :: MacOS X
Classifier: Environment :: Win32 (MS Windows)
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Rust
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: Topic :: Software Development :: Compilers
Classifier: Topic :: Software Development :: Interpreters
Classifier: Typing :: Typed
Requires-Dist: typing-extensions
Requires-Dist: black
Requires-Dist: graphviz
Requires-Dist: pytest; extra == 'test'
Requires-Dist: mypy; extra == 'test'
Requires-Dist: syrupy; extra == 'test'
Requires-Dist: egglog[array]; extra == 'test'
Requires-Dist: pytest-codspeed; extra == 'test'
Requires-Dist: pytest-benchmark; extra == 'test'
Requires-Dist: pytest-xdist; extra == 'test'
Requires-Dist: scikit-learn; extra == 'array'
Requires-Dist: array_api_compat; extra == 'array'
Requires-Dist: numba==0.59.1; extra == 'array'
Requires-Dist: llvmlite==0.42.0; extra == 'array'
Requires-Dist: pydata-sphinx-theme; extra == 'docs'
Requires-Dist: myst-nb; extra == 'docs'
Requires-Dist: sphinx-autodoc-typehints; extra == 'docs'
Requires-Dist: sphinx-gallery; extra == 'docs'
Requires-Dist: nbconvert; extra == 'docs'
Requires-Dist: matplotlib; extra == 'docs'
Requires-Dist: anywidget; extra == 'docs'
Requires-Dist: seaborn; extra == 'docs'
Requires-Dist: egglog[array]; extra == 'docs'
Requires-Dist: line-profiler; extra == 'docs'
Requires-Dist: sphinxcontrib-mermaid; extra == 'docs'
Requires-Dist: ablog; extra == 'docs'
Requires-Dist: pre-commit; extra == 'dev'
Requires-Dist: ruff; extra == 'dev'
Requires-Dist: mypy; extra == 'dev'
Requires-Dist: anywidget[dev]; extra == 'dev'
Requires-Dist: egglog[docs,test]; extra == 'dev'
Provides-Extra: test
Provides-Extra: array
Provides-Extra: docs
Provides-Extra: dev
License-File: LICENSE
Summary: e-graphs in Python built around the the egglog rust library
License: MIT
Requires-Python: >=3.10
Description-Content-Type: text/markdown; charset=UTF-8; variant=GFM

# `egglog` Python wrapper

[![Documentation Status](https://readthedocs.org/projects/egglog-python/badge/?version=latest)](https://egglog-python.readthedocs.io/latest/?badge=latest) [![Test](https://github.com/egraphs-good/egglog-python/actions/workflows/CI.yml/badge.svg?branch=main)](https://github.com/egraphs-good/egglog-python/actions/workflows/CI.yml) [![PyPi Package](https://img.shields.io/pypi/v/egglog.svg)](https://pypi.org/project/egglog/) [![License](https://img.shields.io/pypi/l/egglog.svg)](https://pypi.org/project/egglog/) [![Python Versions](https://img.shields.io/pypi/pyversions/egglog.svg)](https://pypi.org/project/egglog/) [![pre-commit](https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit)](https://github.com/pre-commit/pre-commit) [![CodSpeed Badge](https://img.shields.io/endpoint?url=https://codspeed.io/badge.json)](https://codspeed.io/egraphs-good/egglog-python)

`egglog` is a Python package that provides bindings to the Rust library [`egglog`](https://github.com/egraphs-good/egglog/),
allowing you to use e-graphs in Python for optimization, symbolic computation, and analysis.

Please see the [documentation](https://egglog-python.readthedocs.io/) for more information.

Come say hello [on the e-graphs Zulip](https://egraphs.zulipchat.com/#narrow/stream/375765-egglog/) or [open an issue](https://github.com/egraphs-good/egglog-python/issues/new/choose)!

