Metadata-Version: 2.1
Name: swiftest
Version: 2024.4.0
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 2023 - David Minton 
        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.9
Requires-Dist: numpy>=1.26.4
Requires-Dist: cython>=3.0.8
Requires-Dist: scipy>=1.12.0
Requires-Dist: h5py>=3.10.0
Requires-Dist: netcdf4>=1.6.5
Requires-Dist: h5netcdf>=1.3.0
Requires-Dist: dask>=2024.2.1
Requires-Dist: distributed>=2024.2.1
Requires-Dist: bottleneck>=1.3.8
Requires-Dist: xarray>=2024.2.0
Requires-Dist: matplotlib>=3.8.3
Requires-Dist: astropy>=6.0.0
Requires-Dist: astroquery>=0.4.6
Requires-Dist: tqdm>=4.66.2
Requires-Dist: pyshtools>=4.12.2; extra == "pyshtools"
Provides-Extra: pyshtools
Description-Content-Type: text/markdown
License-File: LICENSE
License-File: COPYING

# 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/>. 
