Metadata-Version: 2.1
Name: CalculusPy
Version: 1.0.3
Summary: Tool for teaching calculus in one variable.
Home-page: https://github.com/josorio398/CalculusPy_Library
Download-URL: https://github.com/josorio398/CalculusPy_Library/blob/master/CalculusPy/RiemannSums.pyy
Author: Jhonny Osorio Gallego
Author-email: osoriojohnny1986@gmail.com
License: CC BY-NC-SA 4.0
Keywords: calculus,riemann,plot,riemann sum
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Build Tools
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
License-File: LICENSE
Requires-Dist: plotly (==5.11.0)
Requires-Dist: numpy
Requires-Dist: sympy
Requires-Dist: ipywidgets

CalculusPy
==========

CalculusPy is a library written in Python, designed to help teachers and students to understand the basic material of a standard course 
calculus of one variable.

|travis| |Group| |coveralls| |libraries| |lgtm| |Languages| |IDE| |Education|

.. |travis| image:: https://img.shields.io/badge/python%20-%2314354C.svg?&style=flat&logo=python&logoColor=white
  :target: https://www.python.org/
  :alt: Tests

.. |Group| image:: https://img.shields.io/badge/Pandas%20-2C2D72?style=flat&logo=pandas&logoColor=white
  :target: https://pandas.pydata.org/
  :alt: Dependencies

.. |coveralls| image:: https://img.shields.io/badge/numpy%20-%230095D5.svg?&style=flat&logo=numpy&logoColor=white
  :target: https://numpy.org/
  :alt: Coverage

.. |libraries| image:: https://img.shields.io/badge/scipy%20-00599C?style=flat&logo=scipy&logoColor=white
  :target: https://scipy.org/
  :alt: Dependencies

.. |lgtm| image::  https://img.shields.io/badge/plotly%20-%233B4D98.svg?&style=flat&logo=plotly&logoColor=white
  :target: https://plotly.com/
  :alt: LGTM

.. |Languages| image:: https://img.shields.io/badge/LaTex%20-%23239120.svg?&style=flat&logo=latex&logoColor=white
  :target: https://www.latex-project.org/
  :alt: Dependencies

.. |IDE| image:: https://img.shields.io/badge/Colab%20--FFAD00?style=flat&logo=googlecolab&logoColor=white
  :target: https://colab.research.google.com/
  :alt: Dependencies

.. |Education| image:: https://img.shields.io/badge/Jupyter%20-F79114?style=flat&logo=Jupyter&logoColor=white
  :target: https://jupyter.org/
  :alt: Dependencies
 
Installation 
============

The library CalculusPy may be installed using pip...
  
.. code:: python

    !pip install CalculusPy

The library CalculusPy may be installed using pip...
To import  you can use:

.. code:: python

    from CalculusPy.RiemannSums import plot_riemann_sum

Maintainer
==========

- **Prof. Jhonny Osorio Gallego, M.Sc.**

https://github.com/josorio398

Fundación Universidad de América

jhonny.osorio@profesores.uamerica.edu.co

