Metadata-Version: 2.1
Name: swiftest
Version: 2024.12.1
Summary: Swiftest is a software packaged designed to model the long-term dynamical dynamics of n-body systems with a dominant central body, like the solar system.
Keywords: astronomy,astrophysics,planetary,n-body,integrator,symplectic,wisdom-holman,symba
Author: Carlisle Wishard, Jennifer Pouplin, Jake Elliott, Dana Singh, Kaustub Anand
Author-Email: "David A. Minton" <daminton@purdue.edu>
Maintainer-Email: "David A. Minton" <daminton@purdue.edu>
License: Copyright 2024 - The Minton Group at Purdue University 
        The Swiftest development team: David Minton, Carlisle Wishard, Jennifer Pouplin, Jake Elliott, Dana Singh, & Kaustub Anand
        
        This file is part of Swiftest.
        Swiftest is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License 
        as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
        Swiftest is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty 
        of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
        You should have received a copy of the GNU General Public License along with Swiftest. 
        If not, see: https://www.gnu.org/licenses. 
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Science/Research
Classifier: Topic :: Scientific/Engineering :: Astronomy
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Programming Language :: Python :: 3
Project-URL: Repository, https://github.com/MintonGroup/swiftest
Project-URL: Documentation, https://swiftest.readthedocs.io/en/latest/
Project-URL: Changelog, https://swiftest.readthedocs.io/en/latest/whats-new.html
Requires-Python: >=3.10
Requires-Dist: numpy
Requires-Dist: xarray>=2024.10.0
Requires-Dist: scipy
Requires-Dist: h5py>=3.12.1
Requires-Dist: netcdf4
Requires-Dist: h5netcdf
Requires-Dist: dask
Requires-Dist: distributed
Requires-Dist: bottleneck
Requires-Dist: matplotlib
Requires-Dist: astropy>=6
Requires-Dist: astroquery
Requires-Dist: tqdm
Requires-Dist: cython>=3
Requires-Dist: pywinpty; platform_system == "Windows"
Requires-Dist: pyshtools>=4.12.2; extra == "pyshtools"
Provides-Extra: pyshtools
Description-Content-Type: text/markdown

# Swiftest 

---
Swiftest is a software packaged designed to model the long-term dynamical dynamics of n-body systems with a dominant central body, 
like the solar system. Swiftest is a re-write of the [Swifter](https://www.boulder.swri.edu/swifter/) software package that 
incorporates modern programming techniques and performance improvements. 

#### Installation

For most users, installing swiftest can be done via pip using the command:

```
pip install swiftest
```

This will install the `swiftest` Python package, which can be incorporated into Python projects using `import swiftest`. It also will install a standalone executable called `swiftest`, which can execute simulations from the command line, provided that initial conditions and configuration files are available in the path. 

#### Documentation

Please see the [Swiftest documentation](https://swiftest.readthedocs.io/en/latest/) page for more details, including advanced installation instructions, user guides, API documentation, and examples.

#### Licensing Agreement

Swiftest is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

Swiftest is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with Swiftest. If not, see <https://www.gnu.org/licenses/>. 
