Metadata-Version: 2.1
Name: handyderivatives
Version: 1.2.2
Summary: A simple little program to batch process some basic calc stuff.
Home-page: https://github.com/fitzy1293/handyderivatives
License: MIT
Author: fitzy1293
Requires-Python: >=3,<4
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Requires-Dist: sympy (>=1.7.1,<2.0.0)
Project-URL: Repository, https://github.com/fitzy1293/handyderivatives
Description-Content-Type: text/markdown

# handyderivatives

Install with pip for the easiest use.

`pip install handyderivatives`

[https://pypi.org/project/handyderivatives/](https://pypi.org/project/handyderivatives/)

## Running it
`handyderivatives functions.txt`

## How to use it
It gets the derivatives for differentiable functions of a single variable.

Edit a file that looks like this. 

![Placeholder](https://raw.githubusercontent.com/Fitzy1293/handyderivatives/main/file.png)

To get output that looks like this. LaTex output is included.

**If you install with pip just run handyderivatives, this image was from before it was published.**

![Placeholder](https://raw.githubusercontent.com/Fitzy1293/handyderivatives/main/output.png)

