Metadata-Version: 2.1
Name: gradpy
Version: 0.0.1
Summary: A package for automatic differentiation
Home-page: https://github.com/DualSapiens/cs207-FinalProject
Author: DualSapiens
Author-email: 
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
Requires-Dist: numpy

# autodiff package

This is a package that implements automatic differentation to support other applications.

It is hosted at https://github.com/DualSapiens/cs207-FinalProject.


