Metadata-Version: 2.1
Name: pyexpsolver
Version: 0.0.12
Summary: Automatically solve algebraic expression
Home-page: https://github.com/albertocastronovo/pyexpsolver
Author: Alberto Castronovo
Author-email: alberto.castronovo@hotmail.it
License: UNKNOWN
Description: # pyexpsolver
        
        This package presents an Expression class which allows for automatic solving. 
        It currently lacks parenthesis support.
        This package was originally meant to be used in a D&D Discord bot, so it contains methods to recognize and solve dice variables as expression operands.
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
