Metadata-Version: 2.1
Name: sarracen
Version: 1.1
Summary: SPH analysis and visualization
Author-email: "Terrence S. Tricco" <tstricco@mun.ca>
Requires-Python: >=3.8
Description-Content-Type: text/markdown
Requires-Dist: matplotlib>=3.6
Requires-Dist: numba>=0.55.1
Requires-Dist: pandas>=1.4
Requires-Dist: scipy>=1.8.0
Requires-Dist: seaborn>=0.11
Project-URL: Docs, https://sarracen.readthedocs.io
Project-URL: Source, https://github.com/ttricco/sarracen

Sarracen
========

A Python library for smoothed particle hydrodynamics (SPH) analysis and visualization.

About
-----

Sarracen is built upon the pandas, Matplotlib and NumPy libraries. It can load SPH particle data into a pandas DataFrame object that has been extended to allow for rendering of particle data and interpolation of particles to fixed grids. Additionally, this allows for access to the rich landscape of Python scientific and statistical libraries. All SPH functions offer multi-threaded CPU and CUDA implementations. Our intended application is for astrophysical SPH data. 

Installation
------------

The latest stable release and associated dependencies can be installed from PyPi:

    pip install sarracen

This is the recommended way to install Sarracen.

To install the latest development snapshot, install using this GitHub repository. Either clone the repository and add it to your path so that it can be imported, or install directly through pip:

    pip install git+https://github.com/ttricco/sarracen.git

Documentation
-------------

Sarracen's documentation is hosted online at [https://sarracen.readthedocs.io](https://sarracen.readthedocs.io).

Bugs / Missing Features
-----------------------

Please raise any bugs [as an issue](https://github.com/ttricco/sarracen/issues). If something does not work as you might expect, please let us know. If there are features that you feel are missing, please let us know.

