prog-server


Nameprog-server JSON
Version 1.6.0 PyPI version JSON
download
home_pagehttps://nasa.github.com/progpy/prog_server_guide.html
SummaryThe NASA Prognostics As-A-Service (PaaS) Sandbox (a.k.a. prog_server) is a simplified Software Oriented Architecture (SOA) for performing prognostics of engineering systems. The PaaS Sandbox is a wrapper around the Prognostics Algorithms and Models Packages, allowing 1+ users to access these packages features through a REST API. The package is intended to be used as a research tool to prototype and benchmark Prognostics As-A-Service (PaaS) architectures and work on the challenges facing such architectures
upload_time2023-10-25 22:39:13
maintainer
docs_urlNone
authorChristopher Teubert
requires_python>=3.7, <3.12
licenseNOSA
keywords prognostics diagnostics fault detection fdir physics modeling prognostics and health management phm health management prognostics as a service ivhm
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Prognostics As-A-Service (PaaS) Sandbox
[![CodeFactor](https://www.codefactor.io/repository/github/nasa/prog_server/badge)](https://www.codefactor.io/repository/github/nasa/prog_server)
[![GitHub License](https://img.shields.io/badge/License-NOSA-green)](https://github.com/nasa/prog_server/blob/master/license.pdf)
[![GitHub Releases](https://img.shields.io/github/release/nasa/prog_server.svg)](https://github.com/nasa/prog_server/releases)

The NASA Prognostics As-A-Service (PaaS) Sandbox is a simplified implementation of a Software Oriented Architecture (SOA) for performing prognostics (estimation of time until events and future system states) of engineering systems. The PaaS Sandbox is a wrapper around the [Prognostics Python Package (ProgPy)](https://nasa.github.io/progpy/), allowing one or more users to access the features of these packages through a REST API. The package is intended to be used as a research tool to prototype and benchmark Prognostics As-A-Service (PaaS) architectures and work on the challenges facing such architectures, including Generality, Communication, Security, Environmental Complexity, Utility, and Trust.

This is designed to be used with the [Prognostics Python Package (ProgPy)](https://nasa.github.io/progpy/).

## Installation
`pip install prog_server`

## [Documentation](https://nasa.github.io/progpy/prog_server_guide.html)
See documentation [here](https://nasa.github.io/progpy/prog_server_guide.html)

## Citing this repository
Use the following to cite this repository:

```
@misc{2023_nasa_prog_server,
    author    = {Christopher Teubert and Jason Watkins and Katelyn Jarvis},
    title     = {Prognostics As-A-Service (PaaS) Sandbox},
    month     = October,
    year      = 2023,
    version   = {1.6},
    url       = {https://github.com/nasa/prog_server}
    }
```

The corresponding reference should look like this:

C. Teubert, J. Watkins, K. Jarvis, Prognostics As-A-Service (PaaS) Sandbox, v1.6, Oct 2023. URL https://github.com/nasa/prog_server.

## Notices
Copyright © 2021 United States Government as represented by the Administrator of the National Aeronautics and Space Administration.  All Rights Reserved.

## Disclaimers
No Warranty: THE SUBJECT SOFTWARE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY OF ANY KIND, EITHER EXPRESSED, IMPLIED, OR STATUTORY, INCLUDING, BUT NOT LIMITED TO, ANY WARRANTY THAT THE SUBJECT SOFTWARE WILL CONFORM TO SPECIFICATIONS, ANY IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, OR FREEDOM FROM INFRINGEMENT, ANY WARRANTY THAT THE SUBJECT SOFTWARE WILL BE ERROR FREE, OR ANY WARRANTY THAT DOCUMENTATION, IF PROVIDED, WILL CONFORM TO THE SUBJECT SOFTWARE. THIS AGREEMENT DOES NOT, IN ANY MANNER, CONSTITUTE AN ENDORSEMENT BY GOVERNMENT AGENCY OR ANY PRIOR RECIPIENT OF ANY RESULTS, RESULTING DESIGNS, HARDWARE, SOFTWARE PRODUCTS OR ANY OTHER APPLICATIONS RESULTING FROM USE OF THE SUBJECT SOFTWARE.  FURTHER, GOVERNMENT AGENCY DISCLAIMS ALL WARRANTIES AND LIABILITIES REGARDING THIRD-PARTY SOFTWARE, IF PRESENT IN THE ORIGINAL SOFTWARE, AND DISTRIBUTES IT "AS IS."

Waiver and Indemnity:  RECIPIENT AGREES TO WAIVE ANY AND ALL CLAIMS AGAINST THE UNITED STATES GOVERNMENT, ITS CONTRACTORS AND SUBCONTRACTORS, AS WELL AS ANY PRIOR RECIPIENT.  IF RECIPIENT'S USE OF THE SUBJECT SOFTWARE RESULTS IN ANY LIABILITIES, DEMANDS, DAMAGES, EXPENSES OR LOSSES ARISING FROM SUCH USE, INCLUDING ANY DAMAGES FROM PRODUCTS BASED ON, OR RESULTING FROM, RECIPIENT'S USE OF THE SUBJECT SOFTWARE, RECIPIENT SHALL INDEMNIFY AND HOLD HARMLESS THE UNITED STATES GOVERNMENT, ITS CONTRACTORS AND SUBCONTRACTORS, AS WELL AS ANY PRIOR RECIPIENT, TO THE EXTENT PERMITTED BY LAW.  RECIPIENT'S SOLE REMEDY FOR ANY SUCH MATTER SHALL BE THE IMMEDIATE, UNILATERAL TERMINATION OF THIS AGREEMENT.

            

Raw data

            {
    "_id": null,
    "home_page": "https://nasa.github.com/progpy/prog_server_guide.html",
    "name": "prog-server",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.7, <3.12",
    "maintainer_email": "",
    "keywords": "prognostics,diagnostics,fault detection,fdir,physics modeling,prognostics and health management,PHM,health management,prognostics as a service,ivhm",
    "author": "Christopher Teubert",
    "author_email": "christopher.a.teubert@nasa.gov",
    "download_url": "https://files.pythonhosted.org/packages/01/29/aadfbb78dd192e96b0d06c8cc24a7766770796c8a5e92a684b238feb3fb3/prog_server-1.6.0.tar.gz",
    "platform": null,
    "description": "# Prognostics As-A-Service (PaaS) Sandbox\n[![CodeFactor](https://www.codefactor.io/repository/github/nasa/prog_server/badge)](https://www.codefactor.io/repository/github/nasa/prog_server)\n[![GitHub License](https://img.shields.io/badge/License-NOSA-green)](https://github.com/nasa/prog_server/blob/master/license.pdf)\n[![GitHub Releases](https://img.shields.io/github/release/nasa/prog_server.svg)](https://github.com/nasa/prog_server/releases)\n\nThe NASA Prognostics As-A-Service (PaaS) Sandbox is a simplified implementation of a Software Oriented Architecture (SOA) for performing prognostics (estimation of time until events and future system states) of engineering systems. The PaaS Sandbox is a wrapper around the [Prognostics Python Package (ProgPy)](https://nasa.github.io/progpy/), allowing one or more users to access the features of these packages through a REST API. The package is intended to be used as a research tool to prototype and benchmark Prognostics As-A-Service (PaaS) architectures and work on the challenges facing such architectures, including Generality, Communication, Security, Environmental Complexity, Utility, and Trust.\n\nThis is designed to be used with the [Prognostics Python Package (ProgPy)](https://nasa.github.io/progpy/).\n\n## Installation\n`pip install prog_server`\n\n## [Documentation](https://nasa.github.io/progpy/prog_server_guide.html)\nSee documentation [here](https://nasa.github.io/progpy/prog_server_guide.html)\n\n## Citing this repository\nUse the following to cite this repository:\n\n```\n@misc{2023_nasa_prog_server,\n    author    = {Christopher Teubert and Jason Watkins and Katelyn Jarvis},\n    title     = {Prognostics As-A-Service (PaaS) Sandbox},\n    month     = October,\n    year      = 2023,\n    version   = {1.6},\n    url       = {https://github.com/nasa/prog_server}\n    }\n```\n\nThe corresponding reference should look like this:\n\nC. Teubert, J. Watkins, K. Jarvis, Prognostics As-A-Service (PaaS) Sandbox, v1.6, Oct 2023. URL https://github.com/nasa/prog_server.\n\n## Notices\nCopyright \u00a9 2021 United States Government as represented by the Administrator of the National Aeronautics and Space Administration.  All Rights Reserved.\n\n## Disclaimers\nNo Warranty: THE SUBJECT SOFTWARE IS PROVIDED \"AS IS\" WITHOUT ANY WARRANTY OF ANY KIND, EITHER EXPRESSED, IMPLIED, OR STATUTORY, INCLUDING, BUT NOT LIMITED TO, ANY WARRANTY THAT THE SUBJECT SOFTWARE WILL CONFORM TO SPECIFICATIONS, ANY IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, OR FREEDOM FROM INFRINGEMENT, ANY WARRANTY THAT THE SUBJECT SOFTWARE WILL BE ERROR FREE, OR ANY WARRANTY THAT DOCUMENTATION, IF PROVIDED, WILL CONFORM TO THE SUBJECT SOFTWARE. THIS AGREEMENT DOES NOT, IN ANY MANNER, CONSTITUTE AN ENDORSEMENT BY GOVERNMENT AGENCY OR ANY PRIOR RECIPIENT OF ANY RESULTS, RESULTING DESIGNS, HARDWARE, SOFTWARE PRODUCTS OR ANY OTHER APPLICATIONS RESULTING FROM USE OF THE SUBJECT SOFTWARE.  FURTHER, GOVERNMENT AGENCY DISCLAIMS ALL WARRANTIES AND LIABILITIES REGARDING THIRD-PARTY SOFTWARE, IF PRESENT IN THE ORIGINAL SOFTWARE, AND DISTRIBUTES IT \"AS IS.\"\n\nWaiver and Indemnity:  RECIPIENT AGREES TO WAIVE ANY AND ALL CLAIMS AGAINST THE UNITED STATES GOVERNMENT, ITS CONTRACTORS AND SUBCONTRACTORS, AS WELL AS ANY PRIOR RECIPIENT.  IF RECIPIENT'S USE OF THE SUBJECT SOFTWARE RESULTS IN ANY LIABILITIES, DEMANDS, DAMAGES, EXPENSES OR LOSSES ARISING FROM SUCH USE, INCLUDING ANY DAMAGES FROM PRODUCTS BASED ON, OR RESULTING FROM, RECIPIENT'S USE OF THE SUBJECT SOFTWARE, RECIPIENT SHALL INDEMNIFY AND HOLD HARMLESS THE UNITED STATES GOVERNMENT, ITS CONTRACTORS AND SUBCONTRACTORS, AS WELL AS ANY PRIOR RECIPIENT, TO THE EXTENT PERMITTED BY LAW.  RECIPIENT'S SOLE REMEDY FOR ANY SUCH MATTER SHALL BE THE IMMEDIATE, UNILATERAL TERMINATION OF THIS AGREEMENT.\n",
    "bugtrack_url": null,
    "license": "NOSA",
    "summary": "The NASA Prognostics As-A-Service (PaaS) Sandbox (a.k.a. prog_server) is a simplified Software Oriented Architecture (SOA) for performing prognostics of engineering systems. The PaaS Sandbox is a wrapper around the Prognostics Algorithms and Models Packages, allowing 1+ users to access these packages features through a REST API. The package is intended to be used as a research tool to prototype and benchmark Prognostics As-A-Service (PaaS) architectures and work on the challenges facing such architectures",
    "version": "1.6.0",
    "project_urls": {
        "Bug Reports": "https://github.com/nasa/prog_server/issues",
        "Docs": "https://nasa.github.io/progpy/prog_server_guide.html",
        "Homepage": "https://nasa.github.com/progpy/prog_server_guide.html",
        "Organization": "https://www.nasa.gov/content/diagnostics-prognostics",
        "Source": "https://github.com/nasa/prog_server"
    },
    "split_keywords": [
        "prognostics",
        "diagnostics",
        "fault detection",
        "fdir",
        "physics modeling",
        "prognostics and health management",
        "phm",
        "health management",
        "prognostics as a service",
        "ivhm"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c93d464d5c156350a3881cf214b6d5f1edf19da8cc186faaa8b6bc7dc65c3423",
                "md5": "5151d0cc975e7c254068d15525409092",
                "sha256": "45bbb33ab7a0d12151bfff46695321963ff1bb1a3fae5489d6a09100423c90cd"
            },
            "downloads": -1,
            "filename": "prog_server-1.6.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "5151d0cc975e7c254068d15525409092",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7, <3.12",
            "size": 15411,
            "upload_time": "2023-10-25T22:39:11",
            "upload_time_iso_8601": "2023-10-25T22:39:11.828307Z",
            "url": "https://files.pythonhosted.org/packages/c9/3d/464d5c156350a3881cf214b6d5f1edf19da8cc186faaa8b6bc7dc65c3423/prog_server-1.6.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "0129aadfbb78dd192e96b0d06c8cc24a7766770796c8a5e92a684b238feb3fb3",
                "md5": "7e8d09993b96a3593e8de5633b702d38",
                "sha256": "18a7ccb4a6ce73bba8543a14be92ea76997679e84ae41d1b10a81591696ab767"
            },
            "downloads": -1,
            "filename": "prog_server-1.6.0.tar.gz",
            "has_sig": false,
            "md5_digest": "7e8d09993b96a3593e8de5633b702d38",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7, <3.12",
            "size": 14542,
            "upload_time": "2023-10-25T22:39:13",
            "upload_time_iso_8601": "2023-10-25T22:39:13.340864Z",
            "url": "https://files.pythonhosted.org/packages/01/29/aadfbb78dd192e96b0d06c8cc24a7766770796c8a5e92a684b238feb3fb3/prog_server-1.6.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-10-25 22:39:13",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "nasa",
    "github_project": "prog_server",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "prog-server"
}
        
Elapsed time: 0.13860s