mathy


Namemathy JSON
Version 0.9.6 PyPI version JSON
download
home_pagehttps://mathy.ai
SummaryMathy - RL environments for solving math problems step-by-step
upload_time2023-11-30 07:10:05
maintainer
docs_urlNone
authorJustin DuJardin
requires_python>=3.6
licenseAll rights reserved
keywords math
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            <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!

            

Raw data

            {
    "_id": null,
    "home_page": "https://mathy.ai",
    "name": "mathy",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.6",
    "maintainer_email": "",
    "keywords": "math",
    "author": "Justin DuJardin",
    "author_email": "justin@dujardinconsulting.com",
    "download_url": "https://files.pythonhosted.org/packages/af/bc/4d175120c96793e6a7b8979e1a627c91f8dc8309110553310055c4fdb9a0/mathy-0.9.6.tar.gz",
    "platform": null,
    "description": "<p align=\"center\">\n  <a href=\"https://mathy.ai\"><img mathy-logo src=\"https://mathy.ai/img/mathy_logo.png\" alt=\"Mathy.ai\"></a>\n</p>\n<p align=\"center\">\n    <em>Solve math problems with machine learning and planning algorithms.</em>\n</p>\n<p align=\"center\">\n<a href=\"https://github.com/justindujardin/mathy/actions\">\n    <img src=\"https://github.com/justindujardin/mathy/workflows/Build/badge.svg\" />\n</a>\n<a href=\"https://codecov.io/gh/justindujardin/mathy\">\n    <img src=\"https://codecov.io/gh/justindujardin/mathy/branch/master/graph/badge.svg?token=CqPEOdEMJX\" />\n</a>\n<a href=\"https://pypi.org/project/mathy\" target=\"_blank\">\n    <img src=\"https://badge.fury.io/py/mathy.svg\" alt=\"Package version\">\n</a>\n<a href=\"https://gitter.im/justindujardin/mathy?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge\" target=\"_blank\">\n    <img src=\"https://badges.gitter.im/justindujardin/mathy.svg\" alt=\"Join the chat at https://gitter.im/justindujardin/mathy\">\n</a>\n</p>\n\n\n## Resources\n\nMathy'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>\n\n- [Mathy Core](https://github.com/mathy/mathy_core) contains the expression parser and base rules for mathy\n- [Mathy Envs](https://github.com/mathy/mathy_envs) contains the RL environments for solving problems step-by-step\n\n## Contributors\n\nMathy wouldn't be possible without the wonderful contributions of the following people:\n\n<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->\n<!-- prettier-ignore-start -->\n<!-- markdownlint-disable -->\n<table>\n  <tr>\n    <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>\n    <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>\n  </tr>\n</table>\n\n<!-- markdownlint-enable -->\n<!-- prettier-ignore-end -->\n<!-- ALL-CONTRIBUTORS-LIST:END -->\n\nThis project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!\n",
    "bugtrack_url": null,
    "license": "All rights reserved",
    "summary": "Mathy - RL environments for solving math problems step-by-step",
    "version": "0.9.6",
    "project_urls": {
        "Homepage": "https://mathy.ai"
    },
    "split_keywords": [
        "math"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "92266657fb7f8151ee7a8e7ef1cf912f3c0950957dceffb7afe5090fbb3a0e28",
                "md5": "1b42cd406afe5da52a0302ca0288b8b7",
                "sha256": "da0fe3ece331df35ad942adc01e866680da2502f3d21013472474edec7de5d87"
            },
            "downloads": -1,
            "filename": "mathy-0.9.6-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "1b42cd406afe5da52a0302ca0288b8b7",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.6",
            "size": 47988,
            "upload_time": "2023-11-30T07:10:03",
            "upload_time_iso_8601": "2023-11-30T07:10:03.047465Z",
            "url": "https://files.pythonhosted.org/packages/92/26/6657fb7f8151ee7a8e7ef1cf912f3c0950957dceffb7afe5090fbb3a0e28/mathy-0.9.6-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "afbc4d175120c96793e6a7b8979e1a627c91f8dc8309110553310055c4fdb9a0",
                "md5": "001dbeca917972cb85a3a89e31de71a5",
                "sha256": "2180511e2327a876562ef50af7262410e8e8272110c36aabd1d0555634464d15"
            },
            "downloads": -1,
            "filename": "mathy-0.9.6.tar.gz",
            "has_sig": false,
            "md5_digest": "001dbeca917972cb85a3a89e31de71a5",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.6",
            "size": 41960,
            "upload_time": "2023-11-30T07:10:05",
            "upload_time_iso_8601": "2023-11-30T07:10:05.184994Z",
            "url": "https://files.pythonhosted.org/packages/af/bc/4d175120c96793e6a7b8979e1a627c91f8dc8309110553310055c4fdb9a0/mathy-0.9.6.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-11-30 07:10:05",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "mathy"
}
        
Elapsed time: 0.14088s