quantagonia


Namequantagonia JSON
Version 0.2.2 PyPI version JSON
download
home_pageNone
SummaryThis package contains the CLI and API to access Quantagonia's HybridSolver.
upload_time2024-09-23 20:34:25
maintainerNone
docs_urlNone
authorNone
requires_python<3.12,>=3.8
licenseCopyright 2022 Quantagonia GmbH Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. 3. Neither the name of the copyright holder nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
keywords linear programming operations research optimization
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Quantagonia API Client

This package contains the CLI and API to access Quantagonia's HybridSolver.

## Installation

Python >= 3.8 is required. Then, do
```
python -m pip install quantagonia
```
In order to use Quantagonia's cloud-based HybridSolver, you need to sign up for an API key at https://platform.quantagonia.com and set it system-wide by
```
export QUANTAGONIA_API_KEY=<your API key here>
```

## Quick start:
Please see the [Documentation](https://docs.quantagonia.com) for a Quick Start Guide, Examples, and References on how to use the CLI and API.

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "quantagonia",
    "maintainer": null,
    "docs_url": null,
    "requires_python": "<3.12,>=3.8",
    "maintainer_email": null,
    "keywords": "Linear Programming, Operations Research, Optimization",
    "author": null,
    "author_email": "Quantagonia GmbH <apis@quantagonia.com>",
    "download_url": null,
    "platform": null,
    "description": "# Quantagonia API Client\n\nThis package contains the CLI and API to access Quantagonia's HybridSolver.\n\n## Installation\n\nPython >= 3.8 is required. Then, do\n```\npython -m pip install quantagonia\n```\nIn order to use Quantagonia's cloud-based HybridSolver, you need to sign up for an API key at https://platform.quantagonia.com and set it system-wide by\n```\nexport QUANTAGONIA_API_KEY=<your API key here>\n```\n\n## Quick start:\nPlease see the [Documentation](https://docs.quantagonia.com) for a Quick Start Guide, Examples, and References on how to use the CLI and API.\n",
    "bugtrack_url": null,
    "license": "Copyright 2022 Quantagonia GmbH  Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:  1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.  2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.  3. Neither the name of the copyright holder nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.  THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS \"AS IS\" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.",
    "summary": "This package contains the CLI and API to access Quantagonia's HybridSolver.",
    "version": "0.2.2",
    "project_urls": {
        "Homepage": "https://www.quantagonia.com"
    },
    "split_keywords": [
        "linear programming",
        " operations research",
        " optimization"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "832e5d4fd724c947a7e9df7a2958cdd580ac58e97358f94635fc1cc516ba4c8c",
                "md5": "01dd625628e08f7d45d15c5d59c95c4f",
                "sha256": "0f24e7f72a16a3a5d95c5f6c939f73e3c79e3b9fa1474a96f75adc556e53a353"
            },
            "downloads": -1,
            "filename": "quantagonia-0.2.2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "01dd625628e08f7d45d15c5d59c95c4f",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<3.12,>=3.8",
            "size": 38669,
            "upload_time": "2024-09-23T20:34:25",
            "upload_time_iso_8601": "2024-09-23T20:34:25.716794Z",
            "url": "https://files.pythonhosted.org/packages/83/2e/5d4fd724c947a7e9df7a2958cdd580ac58e97358f94635fc1cc516ba4c8c/quantagonia-0.2.2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-09-23 20:34:25",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "quantagonia"
}
        
Elapsed time: 0.61250s