Metadata-Version: 2.1
Name: spoonful_project
Version: 0.0.1
Summary: Testing installation of Package
Home-page: https://github.com/m3mc3/Spoonful.git
Author: Nikhil Murali
Author-email: nikhilmurali1301@gmail.com
License: MIT
Download-URL: https://github.com/mike-huls/toolbox_public/archive/refs/tags/0.0.3.tar.gz
Description: ﻿# Spoonful Scientific Library
        
        Spoonful is a Python package meant to handle fairly common tasks encounted in mathematics and physics, such as numerical integration, matrix and linear algebra, and root-finding.
        
        ## Installation and Upgrading
        
        I'm still trying to figure that one out, I'll need a second lol.
        
        ## Usage
        
        The initial release of Spoonful contains some useful functions such as:
        
         - Integrator.Simpson -- Integration via Simpson's 1/3 rule
         - Integrator.Trapezoid -- Integration via trapezoidal sums
         - ODE.RK4 -- Numerical integration using Runge Kutta of 4th Order
         - ODE.Coupled_RK4 -- Numerical integration of coupled ODEs using Runge Kutta of 4th Order
        
        ## Contributing
        
        If you have an idea you'd like me to implement or catch a bug, let me know and I'll try to send a fix ASAP!
        
        ## License
        
        MIT
        
Keywords: pypi,spoonful,scientific
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Science/Research
Classifier: Topic :: Scientific/Engineering :: Mathematics
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Description-Content-Type: text/markdown
