Metadata-Version: 2.1
Name: delta-dx
Version: 0.1.0
Summary: A Symbolic Differentiator
Home-page: https://github.com/MrRhuezzler/delta-dx
Author: MrRhuezzler
Author-email: anonymouspyro369@gmail.com
License: UNKNOWN
Project-URL: Bug Tracker, https://github.com/MrRhuezzler/delta-dx/issues
Description: ![delta-dx](https://github.com/MrRhuezzler/delta-dx/blob/main/images/d_cover.png)
        ---
        [![Publish to PyPI](https://github.com/MrRhuezzler/delta/actions/workflows/python-publish.yml/badge.svg)](https://github.com/MrRhuezzler/delta/actions/workflows/python-publish.yml)
        [![Run Python Tests](https://github.com/MrRhuezzler/delta/actions/workflows/pytest_actions.yml/badge.svg)](https://github.com/MrRhuezzler/delta/actions/workflows/pytest_actions.yml)  
        
        Author           : [MrRhuezzler](https://github.com/MrRhuezzler)  
        Project Language : Python  
        Project Year     : 2021  
        
        ## How to Install
        This currently avaiable on the pypi indexing, from where it can be installed  using the following command.  
        (Note : pip and python must be added to the PATH for this command to work)
        ```
        pip install delta-dx
        ```
        ## Usage
        
        ```python
        from delta.expr.expression import Expression
        ex = Expression("x * e ^ x")
        print(Expression.differentiate(ex))
        ```
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
