Metadata-Version: 2.4
Name: swiflow
Version: 0.0.1
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Console
Classifier: Intended Audience :: Science/Research
Classifier: Operating System :: OS Independent
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: Programming Language :: Python :: Free Threading :: 1 - Unstable
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Rust
Classifier: Topic :: Scientific/Engineering :: Physics
Classifier: Typing :: Typed
Requires-Dist: networkx
Requires-Dist: typing-extensions
Requires-Dist: maturin>=1,<2 ; extra == 'dev'
Requires-Dist: mypy ; extra == 'dev'
Requires-Dist: pyright ; extra == 'dev'
Requires-Dist: pytest ; extra == 'dev'
Requires-Dist: pytest-cov ; extra == 'dev'
Requires-Dist: ruff ; extra == 'dev'
Requires-Dist: types-networkx ; extra == 'dev'
Requires-Dist: furo ; extra == 'doc'
Requires-Dist: sphinxcontrib-bibtex ; extra == 'doc'
Requires-Dist: sphinx ; extra == 'doc'
Provides-Extra: dev
Provides-Extra: doc
License-File: LICENSE
Summary: Rust binding of generalized and pauli flow finding algorithms.
Keywords: mbqc,quantum-computing,quantum
Home-Page: https://github.com/TeamGraphix/swiflow
Author: S.S <66886825+EarlMilktea@users.noreply.github.com>
Author-email: "S.S." <66886825+EarlMilktea@users.noreply.github.com>
Maintainer-email: "S.S." <66886825+EarlMilktea@users.noreply.github.com>, thierry-martinez <thierry.martinez@inria.fr>, Shinichi Sunami <shinichi.sunami@gmail.com>
License: Apache-2.0
Requires-Python: >=3.9, <3.14
Description-Content-Type: text/markdown; charset=UTF-8; variant=GFM
Project-URL: Source Code, https://github.com/TeamGraphix/swiflow

# swiflow

[![License](https://img.shields.io/github/license/TeamGraphix/swiflow)](https://github.com/TeamGraphix/swiflow?tab=Apache-2.0-1-ov-file)
[![test_rs](https://github.com/TeamGraphix/swiflow/actions/workflows/test_rs.yml/badge.svg)](https://github.com/TeamGraphix/swiflow/actions/workflows/test_rs.yml)
[![test_py](https://github.com/TeamGraphix/swiflow/actions/workflows/test_py.yml/badge.svg)](https://github.com/TeamGraphix/swiflow/actions/workflows/test_py.yml)
[![codecov](https://codecov.io/github/TeamGraphix/swiflow/graph/badge.svg?token=JPLJWWPNF4)](https://codecov.io/github/TeamGraphix/swiflow)
[![Ruff](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/ruff/main/assets/badge/v2.json)](https://github.com/astral-sh/ruff)

Rust binding of generalized and pauli flow finding algorithms.

## License

This project is licensed under the Apache-2.0 License.

