Metadata-Version: 2.4
Name: symbolix
Version: 0.0.1
Summary: A step-by-step computer algebra library for Python (coming soon)
Project-URL: Homepage, https://github.com/maroba/symbolix
Project-URL: Repository, https://github.com/maroba/symbolix
Author: Matthias Baer
License-Expression: Apache-2.0
License-File: LICENSE
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Scientific/Engineering :: Mathematics
Requires-Python: >=3.11
Provides-Extra: dev
Requires-Dist: hypothesis; extra == 'dev'
Requires-Dist: mypy; extra == 'dev'
Requires-Dist: pytest; extra == 'dev'
Requires-Dist: pytest-cov; extra == 'dev'
Requires-Dist: ruff; extra == 'dev'
Description-Content-Type: text/markdown

# symbolix
symbolix is a step-by-step computer algebra library for Python. Unlike traditional CAS, it performs only explicit, user-requested transformations and preserves expression order. Designed as a reliable replacement for paper-and-pencil calculations in science.
