Metadata-Version: 2.1
Name: NAnPack
Version: 1.0.0a4
Summary: A package of scientific computing tools for learning and teaching.
Home-page: https://github.com/vxsharma-14/project-NAnPack
Author: Dr. Vishal Sharma
Author-email: sharma_vishal14@hotmail.com
License: LICENSE.md
Description: # NAnPack
        
        ### A Numerical Analysis Package in Python
        
        Edition - Learner's
        
        NAnPack Learner's Edition is a collection of tools and numerical solvers based on existing computational methods for one-dimensional and two-dimensional partial differential equations written in Python language and inteded for use in learning and teaching.
        
        Thank you for visiting this page. I hope that together we will make NAnPack a great experience for all users.
        
        # Version
        
        ## 1.0.0-alpha3
        This package follows Semantic Versioning guidelines. The current version of this package is an alpha version (pre-release) and is currently being tested. Most probably it will not work as expected, however, please consider reporting issues to the repo owner.
        
        # Table of Contents
        1. [Installation](#Installation)
        2. [Usage](#Usage)
        3. [Contribution](#Contribution)
        4. [Code of Conduct](#Code-of-Conduct)
        5. [License](#License)
        
        # Installation
        For installation instructions, visit [INSTALLATION](https://github.com/vxsharma-14/project-NAnPack/blob/main/docs/INSTALLATION.md) page.
        
        # Usage
        The NAnPack Learners edition is intended to be used for the purpose of teaching and learning various numerical schemes for solving partial differential equations in engineering and science.
        
        For detailed objective and usage, read [USAGE](https://github.com/vxsharma-14/project-NAnPack/blob/main/docs/USAGE.md) page.
        
        # Contribution
        
        Want to contribute? Please read the section on [CONTRIBUTION GUIDELINES](https://github.com/vxsharma-14/project-NAnPack/blob/main/docs/CONTRIBUTING.md).
        
        # Code of Conduct
        
        This project and everyone participating in it is governed by the [NAnPack Code of Conduct](https://github.com/vxsharma-14/project-NAnPack/blob/main/CODE_OF_CONDUCT.md). By participating, you are expected to uphold this code.
        Please report unacceptable behavior to project.NAnPack@gmail.com.
        
        # License
        This project is licensed under the terms of the [MIT license](https://github.com/vxsharma-14/project-NAnPack/blob/main/LICENSE.md).
        
Keywords: numerical methods computational engineering computational fluid dynamics scientific computing
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Programming Language :: Python :: 3.7
Classifier: License :: OSI Approved :: MIT License
Classifier: Intended Audience :: Science/Research
Classifier: Topic :: Scientific/Engineering
Requires-Python: >=3.7
Description-Content-Type: text/markdown
