{ "info": { "author": "Siddharth Kothiyal, Shantanu Mishra, Mayank Dhiman", "author_email": "sid.kothiyal27@gmail.com, 8hantanu@gmail.com, mdhiman536@gmail.com", "bugtrack_url": null, "classifiers": [ "License :: OSI Approved :: GNU General Public License v3 (GPLv3)", "Operating System :: OS Independent", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3.7", "Topic :: Scientific/Engineering", "Topic :: Scientific/Engineering :: Mathematics", "Topic :: Scientific/Engineering :: Visualization" ], "description": "

\n visma - VISual MAth\n

\n\n

\nA math equation solver and visualizer\n

\n\n![visma](https://raw.githubusercontent.com/wiki/aerospaceresearch/visma/assets/banner.png)\n\n

\n \n \"Build\n \n \n \"Codacy\n \n \n \"Coveralls\n \n

\n\n\nAn equation solver and visualizer, which aims to help in grasping how mathematical equations are transformed and solved. By this the threshold for obtaining deeper mathematical understanding can be reduced.\n\n\n## Installation\n\n[![PyPI](https://img.shields.io/pypi/v/VISualMAth.svg?style=for-the-badge)](https://pypi.org/project/VISualMAth)\n[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/VISualMAth.svg?style=for-the-badge)](https://pypi.org/project/VISualMAth)\n\n**NOTE:** VISualMAth is supported for python3 and above only. The recommended installation method is through pip/pip3.\n\n- To install do\n\n```shell\n$ pip3 install visualmath\n```\n\nThis sets up the environment to run on your computer.\n\n- For launching **visma** do\n\n```shell\n$ visma\n>>> gui\n```\n\n- For windows user (and those for whom) the above launching option is not available, to launch **visma** do, from here you will be redirected to VisMa interactive shell, which can be used to open GUI or CLI\n\n```shell\n$ python3\n>>> from visma.main import init\n>>> init()\nWelcome! This is Visual Maths Interactive Shell...\ntype 'help' for a User Manual and Ctrl + D to Exit prompt\n\n>>> simplify(2 + x + 11)\nINPUT: 2.0 + x + 11.0\nOPERATION: simplify\nOUTPUT: 13.0 + x\n\n2.0 + x + 11.0\n\n(Adding 11.0 and 2.0)\n13.0 + x\n\n>>> \n[5]+ Stopped python3\n\n```\n\n\n## Download:\n\n\n[![GitHub release](https://img.shields.io/github/release/aerospaceresearch/visma/all.svg?style=for-the-badge)](https://github.com/aerospaceresearch/visma/releases)\n[![GitHub repo size in bytes](https://img.shields.io/github/repo-size/aerospaceresearch/visma.svg?style=for-the-badge)](https://github.com/aerospaceresearch/visma/releases)\n\n\nIf **visma** is to be installed locally or for development:\n\n- Download the [source zip](https://github.com/aerospaceresearch/visma/archive/master.zip) and extract.\n- For installing dependencies, from source folder do\n\n```shell\n$ pip3 install -r requirements.txt\n```\n\n- For launching do\n\n```shell\n$ python3 main.py\n```\n\n**NOTE:** If using pip instead of pip3 for installing, make sure to check if the pip exists in python3 library by checking the pip version.\n\n```shell\n$ pip --version\n```\n\n## Docs\n\n[![Github Wiki](https://img.shields.io/badge/wiki-visma-green.svg?style=for-the-badge)](https://github.com/aerospaceresearch/visma/wiki)\n![GitHub code size in bytes](https://img.shields.io/github/languages/code-size/aerospaceresearch/visma.svg?style=for-the-badge)\n\nFor code documentation and learning how to use **visma** check out the [wiki](https://github.com/aerospaceresearch/visma/wiki).\n\n## Demo\n\nBelow are some demos showing visma and its capabilities:\n- GUI\n![visma](https://raw.githubusercontent.com/wiki/aerospaceresearch/visma/assets/demo.gif)\n\n- CLI\n![](/assets/demo-cli.gif)\n\nTo see all features of **visma**, check [this](https://github.com/aerospaceresearch/visma/wiki/Features) out.\n\n\n## Contribute:\n\n[![GitHub pull requests](https://img.shields.io/github/issues-pr/aerospaceresearch/visma.svg?style=for-the-badge)](https://github.com/aerospaceresearch/visma/pulls)\n[![GitHub issues](https://img.shields.io/github/issues/aerospaceresearch/visma.svg?style=for-the-badge)](https://github.com/aerospaceresearch/visma/issues)\n[![Zulip](https://img.shields.io/badge/Chat-on%20Zulip-17C789.svg?style=for-the-badge)](https://aerospaceresearch.zulipchat.com/#narrow/stream/181873-visma)\n\nPRs are welcomed. For contributing to **visma** refer [CONTRIBUTING.md](https://github.com/aerospaceresearch/visma/blob/master/CONTRIBUTING.md). If there are any issues or ideas they can be addressed through the [issues](https://github.com/aerospaceresearch/visma/issues) or in [chat room](https://aerospaceresearch.zulipchat.com/#narrow/stream/181873-visma).\n\n\n## License:\n\n[![License: GPL v3](https://img.shields.io/github/license/aerospaceresearch/visma.svg?style=for-the-badge)](https://github.com/aerospaceresearch/visma/blob/master/LICENSE)\n\n**visma** is distributed under the [**GNU GPL-3**](https://github.com/aerospaceresearch/visma/blob/master/LICENSE) or later.\n\n\n", "description_content_type": "text/markdown", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/aerospaceresearch/visma", "keywords": "", "license": "", "maintainer": "", "maintainer_email": "", "name": "VISualMAth", "package_url": "https://pypi.org/project/VISualMAth/", "platform": "", "project_url": "https://pypi.org/project/VISualMAth/", "project_urls": { "Chat": "https://gitter.im/aerospaceresearch/visma", "Documentation": "https://github.com/aerospaceresearch/visma/wiki", "Homepage": "https://github.com/aerospaceresearch/visma", "Issues": "https://github.com/aerospaceresearch/visma/issues", "Source": "https://github.com/aerospaceresearch/visma" }, "release_url": "https://pypi.org/project/VISualMAth/1.0.0.0/", "requires_dist": [ "PyQt5", "matplotlib", "numpy" ], "requires_python": ">=3", "summary": "visma - VISual MAth : A math equation solver and visualizer", "version": "1.0.0.0" }, "last_serial": 5764620, "releases": { "0.2.0": [ { "comment_text": "", "digests": { "md5": "0a5cd8784d9e0ca3b14580a5d481cdba", "sha256": "e643bb031749b06177b1a61d3118de11a04dc70ce0fcc7866368bf1cd9e8860c" }, "downloads": -1, "filename": "VISualMAth-0.2.0-py3-none-any.whl", "has_sig": false, "md5_digest": "0a5cd8784d9e0ca3b14580a5d481cdba", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3", "size": 67266, "upload_time": "2018-08-10T20:52:30", "url": "https://files.pythonhosted.org/packages/e7/fa/957d0637edbcd54efe3225c44b0c98d1e8b3727923a2df6d6f50874b7077/VISualMAth-0.2.0-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "95a42dd7c8170eefa1dabfca271e7b8d", "sha256": "a8573f06151c7d99a50e2b16c23a9933e718275eec3f56f4d4196cf653500948" }, "downloads": -1, "filename": "VISualMAth-0.2.0.tar.gz", "has_sig": false, "md5_digest": "95a42dd7c8170eefa1dabfca271e7b8d", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3", "size": 52287, "upload_time": "2018-08-10T20:52:32", "url": "https://files.pythonhosted.org/packages/85/53/54f224bc36c3d7e020574f537154484482dced5c35b33804e46417b307e9/VISualMAth-0.2.0.tar.gz" } ], "0.2.1": [ { "comment_text": "", "digests": { "md5": "840dc1274e8e2ebf8240acfb760ee0b7", "sha256": "cb2fcc1c16ef1d6f96837e1b52d5c2c06155b46648ae34ccd3dd23d375cae513" }, "downloads": -1, "filename": "VISualMAth-0.2.1-py3-none-any.whl", "has_sig": false, "md5_digest": "840dc1274e8e2ebf8240acfb760ee0b7", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3", "size": 67368, "upload_time": "2018-08-11T10:54:00", "url": "https://files.pythonhosted.org/packages/a3/88/df3b601f5a6670588917b0c5ad7c94210ebbaaaa5f8bbb4b204136ee91a5/VISualMAth-0.2.1-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "6fc46c1e7ac1cd5f3f01bf5e158a734d", "sha256": "2c19c071afac76d501023711fd2e8d52c1f471e5f90c75b19b763e258fdef887" }, "downloads": -1, "filename": "VISualMAth-0.2.1.tar.gz", "has_sig": false, "md5_digest": "6fc46c1e7ac1cd5f3f01bf5e158a734d", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3", "size": 52358, "upload_time": "2018-08-11T10:54:02", "url": "https://files.pythonhosted.org/packages/f9/61/3f09ec58750e6936639570a565da689d4a9ceeb1adbefd2b94c7ed80c166/VISualMAth-0.2.1.tar.gz" } ], "0.2.2": [ { "comment_text": "", "digests": { "md5": "eb4a707bc5a4a85edd45f23dd8325a95", "sha256": "b1939e82c1da9a03cd8e552329dba6370ecf8a9b86174338ee2b3d3b41a74f4b" }, "downloads": -1, "filename": "VISualMAth-0.2.2-py3-none-any.whl", "has_sig": false, "md5_digest": "eb4a707bc5a4a85edd45f23dd8325a95", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3", "size": 75740, "upload_time": "2019-03-26T18:04:19", "url": "https://files.pythonhosted.org/packages/de/44/1b033b817ed17443faea3a527b54015242f357d86c40622ea2ab02d90dc2/VISualMAth-0.2.2-py3-none-any.whl" } ], "1.0.0.0": [ { "comment_text": "", "digests": { "md5": "996ca7ffc7b7f0b851fd47270a8ae712", "sha256": "941248b9b610c3bc0082db770fccf6a23d9479ca49ddcbf18b06b1c58640147d" }, "downloads": -1, "filename": "VISualMAth-1.0.0.0-py3-none-any.whl", "has_sig": false, "md5_digest": "996ca7ffc7b7f0b851fd47270a8ae712", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3", "size": 115422, "upload_time": "2019-08-31T16:00:15", "url": "https://files.pythonhosted.org/packages/23/17/b8ba866f5106ab2f9350e9eccebdf33712c722b4526af179f22c9c394b91/VISualMAth-1.0.0.0-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "4f46a6d973649e99f62ab1a17a7a6511", "sha256": "c3c832c3d2d6ec4fb3856c48ba89aacb4e66b72c6a6b849ccc8befd09cccea62" }, "downloads": -1, "filename": "VISualMAth-1.0.0.0.tar.gz", "has_sig": false, "md5_digest": "4f46a6d973649e99f62ab1a17a7a6511", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3", "size": 78038, "upload_time": "2019-08-31T16:00:18", "url": "https://files.pythonhosted.org/packages/02/aa/d5414026a3fcbe74ce988999340396beef2a414dbec8cfc6463bc2d351ac/VISualMAth-1.0.0.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "996ca7ffc7b7f0b851fd47270a8ae712", "sha256": "941248b9b610c3bc0082db770fccf6a23d9479ca49ddcbf18b06b1c58640147d" }, "downloads": -1, "filename": "VISualMAth-1.0.0.0-py3-none-any.whl", "has_sig": false, "md5_digest": "996ca7ffc7b7f0b851fd47270a8ae712", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3", "size": 115422, "upload_time": "2019-08-31T16:00:15", "url": "https://files.pythonhosted.org/packages/23/17/b8ba866f5106ab2f9350e9eccebdf33712c722b4526af179f22c9c394b91/VISualMAth-1.0.0.0-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "4f46a6d973649e99f62ab1a17a7a6511", "sha256": "c3c832c3d2d6ec4fb3856c48ba89aacb4e66b72c6a6b849ccc8befd09cccea62" }, "downloads": -1, "filename": "VISualMAth-1.0.0.0.tar.gz", "has_sig": false, "md5_digest": "4f46a6d973649e99f62ab1a17a7a6511", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3", "size": 78038, "upload_time": "2019-08-31T16:00:18", "url": "https://files.pythonhosted.org/packages/02/aa/d5414026a3fcbe74ce988999340396beef2a414dbec8cfc6463bc2d351ac/VISualMAth-1.0.0.0.tar.gz" } ] }