aerocaps


Nameaerocaps JSON
Version 0.1.1 PyPI version JSON
download
home_pageNone
SummaryToolkit for design of Class-A, parametric design of aerodynamic surfaces
upload_time2025-01-14 07:59:11
maintainerNone
docs_urlNone
authorNone
requires_python>=3.10
licenseNone
keywords aerodynamics mdao mdo parametric airfoil system surface modeling surface design nurbs b-spline
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # AeroCaps
Toolkit for design of Class-A, parametric design of aerodynamic surfaces

## Installation

For installation of `aerocaps` using the latest stable release, open a terminal 
and use the following command:

```shell
pip install aerocaps
```

To install the bleeding-edge version instead, open a terminal 
and use the following command:

```shell
cd <Install-Parent-Location>
git clone https://github.com/mlau154/aerocaps.git
cd <Install-Parent-Location>/aerocaps
pip install .
```

## Updating

To update `aerocaps` to the newest version from the basic install, use

```shell
pip install aerocaps --upgrade
```

From the bleeding-edge version, use

```shell
cd <Install-Location>
git pull
pip install .
```

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "aerocaps",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.10",
    "maintainer_email": null,
    "keywords": "aerodynamics, MDAO, MDO, parametric, airfoil system, surface modeling, surface design, NURBS, B-Spline",
    "author": null,
    "author_email": "Matthew G Lauer <mlauer2015@gmail.com>",
    "download_url": "https://files.pythonhosted.org/packages/c3/cf/64513d82864599247f33ef147e36d56fb2115074a907b3627e12438f0d77/aerocaps-0.1.1.tar.gz",
    "platform": null,
    "description": "# AeroCaps\nToolkit for design of Class-A, parametric design of aerodynamic surfaces\n\n## Installation\n\nFor installation of `aerocaps` using the latest stable release, open a terminal \nand use the following command:\n\n```shell\npip install aerocaps\n```\n\nTo install the bleeding-edge version instead, open a terminal \nand use the following command:\n\n```shell\ncd <Install-Parent-Location>\ngit clone https://github.com/mlau154/aerocaps.git\ncd <Install-Parent-Location>/aerocaps\npip install .\n```\n\n## Updating\n\nTo update `aerocaps` to the newest version from the basic install, use\n\n```shell\npip install aerocaps --upgrade\n```\n\nFrom the bleeding-edge version, use\n\n```shell\ncd <Install-Location>\ngit pull\npip install .\n```\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "Toolkit for design of Class-A, parametric design of aerodynamic surfaces",
    "version": "0.1.1",
    "project_urls": null,
    "split_keywords": [
        "aerodynamics",
        " mdao",
        " mdo",
        " parametric",
        " airfoil system",
        " surface modeling",
        " surface design",
        " nurbs",
        " b-spline"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b1a8cc4b4bf611da199b0fa7bd19fa485de202b487c814c256958c1a03a22f24",
                "md5": "a507fffb2105df0565477e7e88c1360c",
                "sha256": "e3fc061cecc9df7e8f7cef90f989d62b19f2ffa0e06ffaf6f4b574af00c9df82"
            },
            "downloads": -1,
            "filename": "aerocaps-0.1.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "a507fffb2105df0565477e7e88c1360c",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.10",
            "size": 96650,
            "upload_time": "2025-01-14T07:59:09",
            "upload_time_iso_8601": "2025-01-14T07:59:09.005076Z",
            "url": "https://files.pythonhosted.org/packages/b1/a8/cc4b4bf611da199b0fa7bd19fa485de202b487c814c256958c1a03a22f24/aerocaps-0.1.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c3cf64513d82864599247f33ef147e36d56fb2115074a907b3627e12438f0d77",
                "md5": "fdffd4cc58f64f013c5b3b528dcf6286",
                "sha256": "747f48f92a5091f26965477a48ee9f435c8fdb74a3a3d9c31b1bbb49b9a6c822"
            },
            "downloads": -1,
            "filename": "aerocaps-0.1.1.tar.gz",
            "has_sig": false,
            "md5_digest": "fdffd4cc58f64f013c5b3b528dcf6286",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.10",
            "size": 85044,
            "upload_time": "2025-01-14T07:59:11",
            "upload_time_iso_8601": "2025-01-14T07:59:11.526221Z",
            "url": "https://files.pythonhosted.org/packages/c3/cf/64513d82864599247f33ef147e36d56fb2115074a907b3627e12438f0d77/aerocaps-0.1.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-01-14 07:59:11",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "aerocaps"
}
        
Elapsed time: 3.20154s