Metadata-Version: 2.1
Name: jeans
Version: 1.0.2
Summary: package to compute integrals related to spherical Jeans equation, including various parametric functions to describe halo and tracer components
Author-email: "Matthew G. Walker" <mgwalker@cmu.edu>
Project-URL: Homepage, https://github.com/mgwalkergit/jeans
Project-URL: Issues, https://github.com/mgwalkergit/jeans/issues
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: numpy
Requires-Dist: scipy
Requires-Dist: astropy
Requires-Dist: matplotlib

# jeans

A package for ...

Author: Matthew G. Walker (2024) 

# Instructions 

* Install jeans. You can either pip install the released version or install from github

```
pip install jeans
```
# Available Models for 2D position

xxx

In order to ...:

```dmhalo=jeans.dmhalo('nfw',triangle=200,m_triangle=1.e+10,c_triangle=10)```

# Examples 

For examples of ...

# Acknowledgement

