mdolab-baseclasses


Namemdolab-baseclasses JSON
Version 1.8.0 PyPI version JSON
download
home_pagehttps://github.com/mdolab/baseclasses
Summarybase classes that are used together with the rest of MDO Lab tools.
upload_time2023-08-07 20:59:56
maintainer
docs_urlNone
author
requires_python
licenseApache License Version 2.0
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # baseclasses
[![PyPI](https://img.shields.io/pypi/v/mdolab-baseclasses)](https://pypi.org/project/mdolab-baseclasses/)
[![conda](https://img.shields.io/conda/v/conda-forge/mdolab-baseclasses)](https://anaconda.org/conda-forge/mdolab-baseclasses)
[![Build Status](https://dev.azure.com/mdolab/Public/_apis/build/status/mdolab.baseclasses?repoName=mdolab%2Fbaseclasses&branchName=main)](https://dev.azure.com/mdolab/Public/_build/latest?definitionId=31&repoName=mdolab%2Fbaseclasses&branchName=main)
[![Documentation Status](https://readthedocs.com/projects/mdolab-baseclasses/badge/?version=latest)](https://mdolab-baseclasses.readthedocs-hosted.com/?badge=latest)
[![codecov](https://codecov.io/gh/mdolab/baseclasses/branch/main/graph/badge.svg?token=L4B85135LS)](https://codecov.io/gh/mdolab/baseclasses)

`baseclasses` contains, well, base classes that are used together with the rest of MDO Lab tools.
It includes the various `problems` to be defined by the user in order to perform certain analyses, such as
- `AeroProblem`
- `StructProblem`
- `AeroStructProblem`

It also contains some class definitions shared by various solvers, such as `AeroSolver`.
Finally, it also contains a class, `BaseRegTest`, which is used as part of the testing toolchain.



            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/mdolab/baseclasses",
    "name": "mdolab-baseclasses",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "",
    "author": "",
    "author_email": "",
    "download_url": "",
    "platform": null,
    "description": "# baseclasses\n[![PyPI](https://img.shields.io/pypi/v/mdolab-baseclasses)](https://pypi.org/project/mdolab-baseclasses/)\n[![conda](https://img.shields.io/conda/v/conda-forge/mdolab-baseclasses)](https://anaconda.org/conda-forge/mdolab-baseclasses)\n[![Build Status](https://dev.azure.com/mdolab/Public/_apis/build/status/mdolab.baseclasses?repoName=mdolab%2Fbaseclasses&branchName=main)](https://dev.azure.com/mdolab/Public/_build/latest?definitionId=31&repoName=mdolab%2Fbaseclasses&branchName=main)\n[![Documentation Status](https://readthedocs.com/projects/mdolab-baseclasses/badge/?version=latest)](https://mdolab-baseclasses.readthedocs-hosted.com/?badge=latest)\n[![codecov](https://codecov.io/gh/mdolab/baseclasses/branch/main/graph/badge.svg?token=L4B85135LS)](https://codecov.io/gh/mdolab/baseclasses)\n\n`baseclasses` contains, well, base classes that are used together with the rest of MDO Lab tools.\nIt includes the various `problems` to be defined by the user in order to perform certain analyses, such as\n- `AeroProblem`\n- `StructProblem`\n- `AeroStructProblem`\n\nIt also contains some class definitions shared by various solvers, such as `AeroSolver`.\nFinally, it also contains a class, `BaseRegTest`, which is used as part of the testing toolchain.\n\n\n",
    "bugtrack_url": null,
    "license": "Apache License Version 2.0",
    "summary": "base classes that are used together with the rest of MDO Lab tools.",
    "version": "1.8.0",
    "project_urls": {
        "Homepage": "https://github.com/mdolab/baseclasses"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "3febbcb5340538f377c079c133d61354c4e26091418bd243c07170462a87e383",
                "md5": "09d4c323e5a37929173524f77770a6c8",
                "sha256": "6289bcb0bcdc207b150f198c78b070a9c79825974e4e90d3d842ae6e63cf3193"
            },
            "downloads": -1,
            "filename": "mdolab_baseclasses-1.8.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "09d4c323e5a37929173524f77770a6c8",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 69204,
            "upload_time": "2023-08-07T20:59:56",
            "upload_time_iso_8601": "2023-08-07T20:59:56.987607Z",
            "url": "https://files.pythonhosted.org/packages/3f/eb/bcb5340538f377c079c133d61354c4e26091418bd243c07170462a87e383/mdolab_baseclasses-1.8.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-08-07 20:59:56",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "mdolab",
    "github_project": "baseclasses",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "mdolab-baseclasses"
}
        
Elapsed time: 0.10274s