Metadata-Version: 2.1
Name: midiferenciacion
Version: 0.44
Summary: Make a diferentiation of a given function
Home-page: https://pypi.org/project/midiferenciacion
Author: Sofia Arboleda-Bolivar
Author-email: sofia.arboledab@udea.edu.co
License: MIT
Keywords: Dif math
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
License-File: LICENSE

# PyMiau
## Use a short explanatory subtitle like, Make a Miau and a Guau

<!-- This are visual tags that you may add to your package at the beginning with useful information on your package --> 
[![version 0.41](https://img.shields.io/pypi/v/pymiau?color=blue)](https://pypi.org/project/midiferenciacion/)
[![downloads](https://img.shields.io/pypi/dw/midiferenciacion)](https://pypi.org/project/midiferenciacion/)

Always start the README explaining clearly what your package do.  If
you can include here some beautiful image to call the attention of the
potential user do it!

This is an example:

<p align="center"><img src="https://drive.google.com/uc?export=view&id=1P4T-6cMTga6iO4rFBhVvevcg1CgBuUto" alt="Logo""/></p>

## Download and install

Describe here how the package can be downloaded and install it in
different arquitectures.

If you are using `PyPI` installation it's as simple as:

```
pip install midiferenciacion
```

You can also test the unstable version of the package with:

```
pip install -i https://test.pypi.org/simple/midiferenciacion
```

## Quick start

In this section you should provide the most simple instructions to use
your package.

For instance:

```
import midiferenciacion
print(midiferenciacion.dif())
```

## Code examples

Provide some detailed examples for more advanced users.

For instance:

```
import midiferenciacion
print(midiferenciacion.dif(x=2))
```

## What's new



Version 0.41:

- README updates

Version 0.4:

- First version of the package.

------------

This package has been designed and written by Fulanit@ de Tal (C) 2023
