Metadata-Version: 2.1
Name: auto-diff-pkg
Version: 0.1.1
Summary: A package for performing automatic differentiation
Home-page: https://github.com/DeriveMeCrazy-AutoDiff/cs107-FinalProject/tree/master
Author: DeriveMeCrazy-AutoDiff Group 21
Author-email: jalling@g.harvard.edu, mod821@g.harvard.edu, tliu@g.harvard.edu, alk264@g.harvard.edu
License: UNKNOWN
Description: # cs107-FinalProject 
        [![Build Status](https://travis-ci.com/DeriveMeCrazy-AutoDiff/cs107-FinalProject.svg?token=tjHxgXnrZQTw99nTC12g&branch=m1b)](https://travis-ci.com/DeriveMeCrazy-AutoDiff/cs107-FinalProject)
        [![codecov](https://codecov.io/gh/DeriveMeCrazy-AutoDiff/cs107-FinalProject/branch/master/graph/badge.svg?token=G7FvPYxS2N)](https://codecov.io/gh/DeriveMeCrazy-AutoDiff/cs107-FinalProject)
        
        ### Group #21
        John Alling \
        Moriya Dechtiar \
        Al-Muataz Khalil \
        Tianen Liu
        
        ## Installing the Package
        The package can be installed by making a pip install from PyPI:
        ```
        pip install auto_diff_pkg
        ```
        Alternatively, the package can be installed by navigating to the top level of the repository and running a pip install:
        ```
        pip install .
        ```
        ## Usage
        The package can then be imported and utilized.
        ```
        import auto_diff_pkg.AutoDiff as AD
        ```
        Please see `docs/demo.ipynb` for demonstrations of the AutoDiff class.
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
