Metadata-Version: 2.4
Name: algebraeon
Version: 0.0.3
Classifier: Programming Language :: Rust
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: Development Status :: 1 - Planning
Summary: A Pythonic wrapper around the Rust library Algebraeon for computational algebra.
Keywords: math,maths,algebra,polynomial,matrix,linear algebra,factoring,algebraic number
License-Expression: GPL-3.0-only
Requires-Python: >=3.8
Description-Content-Type: text/markdown; charset=UTF-8; variant=GFM

# Algebraeon

This is a Python wrapper around [the Rust library of the same name](https://github.com/pishleback/Algebraeon). It currently supports only a _very_ small subset of the capabilities of the Rust library.

There is [![Discord](https://img.shields.io/badge/Discord-Join%20Chat-7289DA?logo=discord&logoColor=white)](https://discord.gg/DBqbPqPMKR) for informal discussions about Algebraeon.

See the [User Guide](https://pishleback.github.io/Algebraeon-Python/) to get started using Algebraeon.
