Metadata-Version: 2.2
Name: MSG_Nbody
Version: 0.1.1
Summary: Nbody simulation code for galaxy interactions
Home-page: https://github.com/elkogerville/MSG_Nbody
Author: Elko Gerville-Reache
Author-email: elkogerville@gmail.com
License: MIT
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: numpy
Requires-Dist: numba
Requires-Dist: tqdm
Requires-Dist: matplotlib
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: license
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

# MSG_Nbody

**MSG_Nbody** is an N-body simulation code for modeling galaxy interactions under mutual gravitational attraction.

## Installation

You can install MSG_Nbody via pip:

pip install MSG-Nbody
