philote-mdo


Namephilote-mdo JSON
Version 0.6.0 PyPI version JSON
download
home_pagehttps://chrislupp.github.io/Philote-Python/
SummaryPython bindings that implement the Philote-MDO standard.
upload_time2024-03-14 03:46:41
maintainer
docs_urlNone
authorChristopher Lupp
requires_python>=3.9,<4.0
licenseApache-2.0
keywords mdo optimization rpc
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            ![Philote](https://github.com/chrislupp/Philote-Python/blob/main/doc/graphics/philote-python.svg?raw=true)

[![Unit and Regression Tests](https://github.com/chrislupp/Philote-Python/actions/workflows/tests.yaml/badge.svg)](https://github.com/chrislupp/Philote-Python/actions/workflows/tests.yaml)
[![Coverage Status](https://coveralls.io/repos/github/chrislupp/Philote-Python/badge.svg?branch=main)](https://coveralls.io/github/chrislupp/Philote-Python?branch=main)
[![Deploy Documentation](https://github.com/chrislupp/Philote-Python/actions/workflows/documentation.yaml/badge.svg)](https://github.com/chrislupp/Philote-Python/actions/workflows/documentation.yaml)
# Philote-Python

Python library for using and creating Philote analysis servers.

Documentation can be found at:

https://chrislupp.github.io/Philote-Python


## Requirements

The installation/build process requires the following tools to be installed
(they will be installed if not present):

- grpcio-tools
- protoletariat
- importlib.resources

Additionally, the following dependencies are required by Philote MDO and will be
installed automatically during the installation process:

- numpy
- scipy
- grpcio


## Installation

Older versions of this library featured a two-step build process. This has since
been simplified. To install the package run pip:

    pip install <path/to/Philote-Python>

or

    pip install -e <path/to/Philote-Python>

for an editable install. Note, that <path/to/Philote-Python> is the path to the
repository root directory (the one containing pyproject.toml). Often, people
install packages when located in that directory, making the corresponding
command:

    pip install .


### Potential Issues

Some users have reported that grpcio-tools does not install the protoc
executable required to generate the stubs. If you run into this issue, you
will have to manually install the protoc executable (make sure to match the
version of gRPC that you have installed) and make it discoverable on your PATH.


## License

This package is licensed under the Apache 2 license:


>   Copyright 2022-2024 Christopher A. Lupp
>   
>   Licensed under the Apache License, Version 2.0 (the "License");
>   you may not use this file except in compliance with the License.
>   You may obtain a copy of the License at
>   
>       http://www.apache.org/licenses/LICENSE-2.0
>   
>   Unless required by applicable law or agreed to in writing, software
>   distributed under the License is distributed on an "AS IS" BASIS,
>   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
>   See the License for the specific language governing permissions and
>   limitations under the License.



This work has been cleared for public release, distribution unlimited, case
number: AFRL-2023-5713.

The views expressed are those of the authors and do not reflect the official
guidance or position of the United States Government, the Department of Defense
or of the United States Air Force.

Statement from DoD: The Appearance of external hyperlinks does not constitute
endorsement by the United States Department of Defense (DoD) of the linked
websites, of the information, products, or services contained therein. The DoD
does not exercise any editorial, security, or other control over the information
you may find at these locations.


            

Raw data

            {
    "_id": null,
    "home_page": "https://chrislupp.github.io/Philote-Python/",
    "name": "philote-mdo",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.9,<4.0",
    "maintainer_email": "",
    "keywords": "mdo,optimization,rpc",
    "author": "Christopher Lupp",
    "author_email": "",
    "download_url": "https://files.pythonhosted.org/packages/d4/cd/4dde59ad0f1d5d507a5834df773797f4cfa389b7923d390cf0e9666389e1/philote_mdo-0.6.0.tar.gz",
    "platform": null,
    "description": "![Philote](https://github.com/chrislupp/Philote-Python/blob/main/doc/graphics/philote-python.svg?raw=true)\n\n[![Unit and Regression Tests](https://github.com/chrislupp/Philote-Python/actions/workflows/tests.yaml/badge.svg)](https://github.com/chrislupp/Philote-Python/actions/workflows/tests.yaml)\n[![Coverage Status](https://coveralls.io/repos/github/chrislupp/Philote-Python/badge.svg?branch=main)](https://coveralls.io/github/chrislupp/Philote-Python?branch=main)\n[![Deploy Documentation](https://github.com/chrislupp/Philote-Python/actions/workflows/documentation.yaml/badge.svg)](https://github.com/chrislupp/Philote-Python/actions/workflows/documentation.yaml)\n# Philote-Python\n\nPython library for using and creating Philote analysis servers.\n\nDocumentation can be found at:\n\nhttps://chrislupp.github.io/Philote-Python\n\n\n## Requirements\n\nThe installation/build process requires the following tools to be installed\n(they will be installed if not present):\n\n- grpcio-tools\n- protoletariat\n- importlib.resources\n\nAdditionally, the following dependencies are required by Philote MDO and will be\ninstalled automatically during the installation process:\n\n- numpy\n- scipy\n- grpcio\n\n\n## Installation\n\nOlder versions of this library featured a two-step build process. This has since\nbeen simplified. To install the package run pip:\n\n    pip install <path/to/Philote-Python>\n\nor\n\n    pip install -e <path/to/Philote-Python>\n\nfor an editable install. Note, that <path/to/Philote-Python> is the path to the\nrepository root directory (the one containing pyproject.toml). Often, people\ninstall packages when located in that directory, making the corresponding\ncommand:\n\n    pip install .\n\n\n### Potential Issues\n\nSome users have reported that grpcio-tools does not install the protoc\nexecutable required to generate the stubs. If you run into this issue, you\nwill have to manually install the protoc executable (make sure to match the\nversion of gRPC that you have installed) and make it discoverable on your PATH.\n\n\n## License\n\nThis package is licensed under the Apache 2 license:\n\n\n>   Copyright 2022-2024 Christopher A. Lupp\n>   \n>   Licensed under the Apache License, Version 2.0 (the \"License\");\n>   you may not use this file except in compliance with the License.\n>   You may obtain a copy of the License at\n>   \n>       http://www.apache.org/licenses/LICENSE-2.0\n>   \n>   Unless required by applicable law or agreed to in writing, software\n>   distributed under the License is distributed on an \"AS IS\" BASIS,\n>   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n>   See the License for the specific language governing permissions and\n>   limitations under the License.\n\n\n\nThis work has been cleared for public release, distribution unlimited, case\nnumber: AFRL-2023-5713.\n\nThe views expressed are those of the authors and do not reflect the official\nguidance or position of the United States Government, the Department of Defense\nor of the United States Air Force.\n\nStatement from DoD: The Appearance of external hyperlinks does not constitute\nendorsement by the United States Department of Defense (DoD) of the linked\nwebsites, of the information, products, or services contained therein. The DoD\ndoes not exercise any editorial, security, or other control over the information\nyou may find at these locations.\n\n",
    "bugtrack_url": null,
    "license": "Apache-2.0",
    "summary": "Python bindings that implement the Philote-MDO standard.",
    "version": "0.6.0",
    "project_urls": {
        "Documentation": "https://chrislupp.github.io/Philote-Python/",
        "Homepage": "https://chrislupp.github.io/Philote-Python/",
        "Repository": "https://github.com/chrislupp/Philote-Python"
    },
    "split_keywords": [
        "mdo",
        "optimization",
        "rpc"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d4cd4dde59ad0f1d5d507a5834df773797f4cfa389b7923d390cf0e9666389e1",
                "md5": "a70aad8348b5832438c4dd2cf08c92b3",
                "sha256": "f893f4a389c8335008549952e3d78134ba0b49ce87a25fa260698c157746efae"
            },
            "downloads": -1,
            "filename": "philote_mdo-0.6.0.tar.gz",
            "has_sig": false,
            "md5_digest": "a70aad8348b5832438c4dd2cf08c92b3",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9,<4.0",
            "size": 56809,
            "upload_time": "2024-03-14T03:46:41",
            "upload_time_iso_8601": "2024-03-14T03:46:41.262694Z",
            "url": "https://files.pythonhosted.org/packages/d4/cd/4dde59ad0f1d5d507a5834df773797f4cfa389b7923d390cf0e9666389e1/philote_mdo-0.6.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-03-14 03:46:41",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "chrislupp",
    "github_project": "Philote-Python",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "philote-mdo"
}
        
Elapsed time: 0.20459s