<p align="center">
<img src="https://github.com/fast-aircraft-design/FAST-OAD/blob/master/docs/img/FAST_OAD_logo2.jpg?raw=true" alt="FAST-OAD logo" width="600">
</p>
# CS-25/FAR-25-related models
[![image](https://img.shields.io/pypi/v/fast-oad-cs25.svg)](https://pypi.python.org/pypi/fast-oad-cs25)
[![image](https://img.shields.io/pypi/pyversions/fast-oad-cs25.svg)](https://pypi.python.org/pypi/fast-oad-cs25)
[![License: GPL v3](https://img.shields.io/badge/License-GPLv3-blue.svg)](https://www.gnu.org/licenses/gpl-3.0)
![Tests](https://github.com/fast-aircraft-design/FAST-OAD_CS25/workflows/Tests/badge.svg)
[![Codacy Badge](https://app.codacy.com/project/badge/Grade/06d1fb8ee5c3429cb3cbb165413187bc)](https://app.codacy.com/gh/fast-aircraft-design/FAST-OAD_CS25/dashboard?utm_source=gh&utm_medium=referral&utm_content=&utm_campaign=Badge_grade)[![codecov](https://codecov.io/gh/fast-aircraft-design/FAST-OAD_CS25/branch/main/graph/badge.svg?token=91CIX996RD)](https://codecov.io/gh/fast-aircraft-design/FAST-OAD_CS25)
[![Ruff](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/ruff/main/assets/badge/v2.json)](https://github.com/astral-sh/ruff)
[![Documentation Status](https://readthedocs.org/projects/fast-oad-cs25/badge/?version=stable)](https://fast-oad-cs25.readthedocs.io/)
[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/fast-aircraft-design/FAST-OAD_CS25.git/latest-release?urlpath=lab%2Ftree%2Fsrc%2Ffastoad_cs25%2Fnotebooks)
This package is a plugin for FAST-OAD (version 1.3 or above). It contains models related to classic
commercial transport aircraft.
## Want to try quickly?
You can run FAST-OAD-CS25 notebooks **without installation** using our
[Binder-hosted Jupyter notebooks](https://mybinder.org/v2/gh/fast-aircraft-design/FAST-OAD_CS25.git/latest-release?filepath=src%2Ffastoad_cs25%2Fnotebooks).
## Install
**Prerequisite**:FAST-OAD needs at least **Python 3.8.0**.
It is recommended (but not required) to do the install in a virtual
environment ([conda](https://docs.conda.io/en/latest/),
[venv](https://docs.python.org/3.7/library/venv.html), ...)
Once Python is installed, installation can be done using pip. FAST-OAD, the core software, will be
installed at the same time.
> **Note**: If your network uses a proxy, you may have to do [some
> settings](https://pip.pypa.io/en/stable/user_guide/#using-a-proxy-server)
> for pip to work correctly
You can install the latest version (including the main software FAST-OAD) with this command:
``` {.bash}
$ pip install --upgrade fast-oad-cs25
```
Raw data
{
"_id": null,
"home_page": "https://github.com/fast-aircraft-design/FAST-OAD_CS25",
"name": "FAST-OAD-CS25",
"maintainer": null,
"docs_url": null,
"requires_python": "<4.0,>=3.9",
"maintainer_email": null,
"keywords": "aircraft, design, multi-disciplinary",
"author": "Christophe DAVID",
"author_email": "christophe.david@onera.fr",
"download_url": "https://files.pythonhosted.org/packages/b2/77/22fcf5d3fedfd890f75a6e727671c8661e6488a0a0f72b0ec7946b2a6a93/fast_oad_cs25-0.7.2.tar.gz",
"platform": null,
"description": "<p align=\"center\">\n <img src=\"https://github.com/fast-aircraft-design/FAST-OAD/blob/master/docs/img/FAST_OAD_logo2.jpg?raw=true\" alt=\"FAST-OAD logo\" width=\"600\">\n</p>\n\n# CS-25/FAR-25-related models\n\n\n[![image](https://img.shields.io/pypi/v/fast-oad-cs25.svg)](https://pypi.python.org/pypi/fast-oad-cs25)\n[![image](https://img.shields.io/pypi/pyversions/fast-oad-cs25.svg)](https://pypi.python.org/pypi/fast-oad-cs25)\n[![License: GPL v3](https://img.shields.io/badge/License-GPLv3-blue.svg)](https://www.gnu.org/licenses/gpl-3.0)\n\n![Tests](https://github.com/fast-aircraft-design/FAST-OAD_CS25/workflows/Tests/badge.svg)\n[![Codacy Badge](https://app.codacy.com/project/badge/Grade/06d1fb8ee5c3429cb3cbb165413187bc)](https://app.codacy.com/gh/fast-aircraft-design/FAST-OAD_CS25/dashboard?utm_source=gh&utm_medium=referral&utm_content=&utm_campaign=Badge_grade)[![codecov](https://codecov.io/gh/fast-aircraft-design/FAST-OAD_CS25/branch/main/graph/badge.svg?token=91CIX996RD)](https://codecov.io/gh/fast-aircraft-design/FAST-OAD_CS25)\n[![Ruff](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/ruff/main/assets/badge/v2.json)](https://github.com/astral-sh/ruff)\n\n[![Documentation Status](https://readthedocs.org/projects/fast-oad-cs25/badge/?version=stable)](https://fast-oad-cs25.readthedocs.io/)\n[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/fast-aircraft-design/FAST-OAD_CS25.git/latest-release?urlpath=lab%2Ftree%2Fsrc%2Ffastoad_cs25%2Fnotebooks)\n\n\nThis package is a plugin for FAST-OAD (version 1.3 or above). It contains models related to classic\ncommercial transport aircraft.\n\n## Want to try quickly?\n\nYou can run FAST-OAD-CS25 notebooks **without installation** using our\n[Binder-hosted Jupyter notebooks](https://mybinder.org/v2/gh/fast-aircraft-design/FAST-OAD_CS25.git/latest-release?filepath=src%2Ffastoad_cs25%2Fnotebooks).\n\n\n## Install\n\n**Prerequisite**:FAST-OAD needs at least **Python 3.8.0**.\n\nIt is recommended (but not required) to do the install in a virtual\nenvironment ([conda](https://docs.conda.io/en/latest/),\n[venv](https://docs.python.org/3.7/library/venv.html), ...)\n\nOnce Python is installed, installation can be done using pip. FAST-OAD, the core software, will be\ninstalled at the same time.\n\n> **Note**: If your network uses a proxy, you may have to do [some\n> settings](https://pip.pypa.io/en/stable/user_guide/#using-a-proxy-server)\n> for pip to work correctly\n\nYou can install the latest version (including the main software FAST-OAD) with this command:\n\n``` {.bash}\n$ pip install --upgrade fast-oad-cs25\n```\n",
"bugtrack_url": null,
"license": "GPL-3.0-only",
"summary": "FAST-OAD_CS25 is a FAST-OAD plugin with CS25/FAR25-related models.",
"version": "0.7.2",
"project_urls": {
"Homepage": "https://github.com/fast-aircraft-design/FAST-OAD_CS25"
},
"split_keywords": [
"aircraft",
" design",
" multi-disciplinary"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "1b96288d0cc1e8718c7ae7dca37b870edefc0c16f9a653c89043d4932ebb288b",
"md5": "e08af5612ace8727323d97066fa22617",
"sha256": "c8adae643e735a603ae6afa248524b1910024f467c9613363202a9b58612ed56"
},
"downloads": -1,
"filename": "fast_oad_cs25-0.7.2-py3-none-any.whl",
"has_sig": false,
"md5_digest": "e08af5612ace8727323d97066fa22617",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": "<4.0,>=3.9",
"size": 3653629,
"upload_time": "2024-10-18T06:40:09",
"upload_time_iso_8601": "2024-10-18T06:40:09.319970Z",
"url": "https://files.pythonhosted.org/packages/1b/96/288d0cc1e8718c7ae7dca37b870edefc0c16f9a653c89043d4932ebb288b/fast_oad_cs25-0.7.2-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "b27722fcf5d3fedfd890f75a6e727671c8661e6488a0a0f72b0ec7946b2a6a93",
"md5": "8b1cb946143c954c82522de7ee684fd7",
"sha256": "0cd52a73de6f12dbf863327af5271ca9e329820afe74d4fcbcc23fbd7a336b6e"
},
"downloads": -1,
"filename": "fast_oad_cs25-0.7.2.tar.gz",
"has_sig": false,
"md5_digest": "8b1cb946143c954c82522de7ee684fd7",
"packagetype": "sdist",
"python_version": "source",
"requires_python": "<4.0,>=3.9",
"size": 3485675,
"upload_time": "2024-10-18T06:40:11",
"upload_time_iso_8601": "2024-10-18T06:40:11.685453Z",
"url": "https://files.pythonhosted.org/packages/b2/77/22fcf5d3fedfd890f75a6e727671c8661e6488a0a0f72b0ec7946b2a6a93/fast_oad_cs25-0.7.2.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-10-18 06:40:11",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "fast-aircraft-design",
"github_project": "FAST-OAD_CS25",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"lcname": "fast-oad-cs25"
}