Metadata-Version: 2.1
Name: mathy
Version: 0.9.6
Summary: Mathy - RL environments for solving math problems step-by-step
Home-page: https://mathy.ai
Author: Justin DuJardin
Author-email: justin@dujardinconsulting.com
License: All rights reserved
Keywords: math
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Development Status :: 2 - Pre-Alpha
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Requires-Dist: numpy
Requires-Dist: colr
Requires-Dist: srsly
Requires-Dist: typer<0.7.0,>=0.6.1
Requires-Dist: wasabi
Requires-Dist: mathy_core<0.10.0,>=0.9.1
Requires-Dist: mathy_envs[gym]<0.13.0,>=0.12.0
Requires-Dist: gymnasium
Requires-Dist: tqdm>=4.43.0
Requires-Dist: dataclasses<1.0,>=0.6; python_version < "3.7"
Requires-Dist: typing_extensions<4.0.0.0,>=3.7.4.1; python_version < "3.7"
Requires-Dist: xxhash
Requires-Dist: numba
Provides-Extra: dev
Requires-Dist: mypy; extra == "dev"
Requires-Dist: pytest; extra == "dev"
Requires-Dist: pytest-cov; extra == "dev"
Requires-Dist: black<22.2.0; extra == "dev"
Requires-Dist: isort; extra == "dev"
Requires-Dist: autoflake; extra == "dev"
Requires-Dist: flake8; extra == "dev"
Requires-Dist: snakeviz; extra == "dev"
Provides-Extra: all
Requires-Dist: mypy; extra == "all"
Requires-Dist: pytest; extra == "all"
Requires-Dist: pytest-cov; extra == "all"
Requires-Dist: black<22.2.0; extra == "all"
Requires-Dist: isort; extra == "all"
Requires-Dist: autoflake; extra == "all"
Requires-Dist: flake8; extra == "all"
Requires-Dist: snakeviz; extra == "all"

<p align="center">
  <a href="https://mathy.ai"><img mathy-logo src="https://mathy.ai/img/mathy_logo.png" alt="Mathy.ai"></a>
</p>
<p align="center">
    <em>Solve math problems with machine learning and planning algorithms.</em>
</p>
<p align="center">
<a href="https://github.com/justindujardin/mathy/actions">
    <img src="https://github.com/justindujardin/mathy/workflows/Build/badge.svg" />
</a>
<a href="https://codecov.io/gh/justindujardin/mathy">
    <img src="https://codecov.io/gh/justindujardin/mathy/branch/master/graph/badge.svg?token=CqPEOdEMJX" />
</a>
<a href="https://pypi.org/project/mathy" target="_blank">
    <img src="https://badge.fury.io/py/mathy.svg" alt="Package version">
</a>
<a href="https://gitter.im/justindujardin/mathy?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge" target="_blank">
    <img src="https://badges.gitter.im/justindujardin/mathy.svg" alt="Join the chat at https://gitter.im/justindujardin/mathy">
</a>
</p>


## Resources

Mathy's website has rich documentation with visualizations and examples that can be directly executed in Google Colab: <a href="https://mathy.ai" target="_blank">https://mathy.ai</a>

- [Mathy Core](https://github.com/mathy/mathy_core) contains the expression parser and base rules for mathy
- [Mathy Envs](https://github.com/mathy/mathy_envs) contains the RL environments for solving problems step-by-step

## Contributors

Mathy wouldn't be possible without the wonderful contributions of the following people:

<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
<!-- prettier-ignore-start -->
<!-- markdownlint-disable -->
<table>
  <tr>
    <td align="center"><a target="_blank" href="https://www.justindujardin.com/"><img src="https://avatars0.githubusercontent.com/u/101493?v=4" width="100px;" alt=""/><br /><sub><b>Justin DuJardin</b></sub></a></td>
    <td align="center"><a target="_blank" href="https://twitter.com/Miau_DB"><img src="https://avatars3.githubusercontent.com/u/7149899?v=4" width="100px;" alt=""/><br /><sub><b>Guillem Duran Ballester</b></sub></a></td>
  </tr>
</table>

<!-- markdownlint-enable -->
<!-- prettier-ignore-end -->
<!-- ALL-CONTRIBUTORS-LIST:END -->

This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!
