Metadata-Version: 2.4
Name: pathsim-flight
Version: 0.1.2
Summary: Flight Dynamics Blocks for PathSim
Author: PathSim Contributors
License: MIT
Project-URL: Homepage, https://github.com/pathsim/pathsim-flight
Project-URL: Documentation, https://docs.pathsim.org/flight
Project-URL: Repository, https://github.com/pathsim/pathsim-flight
Project-URL: Issues, https://github.com/pathsim/pathsim-flight/issues
Keywords: simulation,flight dynamics,aerospace,aircraft,6DoF
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Topic :: Scientific/Engineering
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: pathsim
Requires-Dist: numpy>=1.15
Requires-Dist: scipy>=1.2
Requires-Dist: jsbsim>=1.2.4; sys_platform != "emscripten"
Provides-Extra: test
Requires-Dist: pytest>=7.0; extra == "test"
Requires-Dist: pytest-cov>=4.0; extra == "test"
Dynamic: license-file


<p align="center">
  <img src="docs/source/logos/pathsim_flight_logo.png" width="300" alt="PathSim-Flight Logo" />
</p>

<p align="center">
  <strong>Flight dynamics blocks for PathSim</strong>
</p>

<p align="center">
  <a href="https://pypi.org/project/pathsim-flight/"><img src="https://img.shields.io/pypi/v/pathsim-flight" alt="PyPI"></a>
  <img src="https://img.shields.io/github/license/pathsim/pathsim-flight" alt="License">
</p>

<p align="center">
  <a href="https://docs.pathsim.org/flight">Documentation</a> &bull;
  <a href="https://pathsim.org">PathSim Homepage</a> &bull;
  <a href="https://github.com/pathsim/pathsim-flight">GitHub</a>
</p>

---

PathSim-Flight extends the [PathSim](https://github.com/pathsim/pathsim) simulation framework with blocks for flight dynamics and aerospace simulations. All blocks follow the standard PathSim block interface and can be connected into simulation diagrams.

## Install

```bash
pip install pathsim-flight
```

## License

MIT
