Metadata-Version: 2.4
Name: estuary
Version: 0.0.0
Summary: A simple stabilizer circuit generator library
Author-email: Riverlane Ltd <guen.prawiro@riverlane.com>
License-Expression: MIT
Project-URL: Homepage, https://github.com/riverlane/estuary
Project-URL: Bug Tracker, https://github.com/riverlane/estuary/issues
Project-URL: Discussions, https://github.com/riverlane/estuary/discussions
Project-URL: Changelog, https://github.com/riverlane/estuary/releases
Classifier: Development Status :: 1 - Planning
Classifier: Intended Audience :: Science/Research
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.9
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: Topic :: Scientific/Engineering
Classifier: Typing :: Typed
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: license-file

# estuary

[![Actions Status][actions-badge]][actions-link]
[![Documentation Status][rtd-badge]][rtd-link]

[![PyPI version][pypi-version]][pypi-link]
[![Conda-Forge][conda-badge]][conda-link]
[![PyPI platforms][pypi-platforms]][pypi-link]

[![GitHub Discussion][github-discussions-badge]][github-discussions-link]

<!-- SPHINX-START -->

<!-- prettier-ignore-start -->
[actions-badge]:            https://github.com/riverlane/estuary/workflows/CI/badge.svg
[actions-link]:             https://github.com/riverlane/estuary/actions
[conda-badge]:              https://img.shields.io/conda/vn/conda-forge/estuary
[conda-link]:               https://github.com/conda-forge/estuary-feedstock
[github-discussions-badge]: https://img.shields.io/static/v1?label=Discussions&message=Ask&color=blue&logo=github
[github-discussions-link]:  https://github.com/riverlane/estuary/discussions
[pypi-link]:                https://pypi.org/project/estuary/
[pypi-platforms]:           https://img.shields.io/pypi/pyversions/estuary
[pypi-version]:             https://img.shields.io/pypi/v/estuary
[rtd-badge]:                https://readthedocs.org/projects/estuary/badge/?version=latest
[rtd-link]:                 https://estuary.readthedocs.io/en/latest/?badge=latest

<!-- prettier-ignore-end -->
