Pyomo


NamePyomo JSON
Version 6.7.1 PyPI version JSON
download
home_pagehttp://pyomo.org
SummaryPyomo: Python Optimization Modeling Objects
upload_time2024-02-21 18:09:59
maintainerPyomo Developer Team
docs_urlNone
author
requires_python>=3.8
licenseBSD
keywords optimization
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage
            [![a COIN-OR project](https://www.coin-or.org/GitHub/coin-or-badge.png)](https://www.coin-or.org)

## Pyomo Overview

Pyomo is a Python-based open-source software package that supports a
diverse set of optimization capabilities for formulating and analyzing
optimization models. Pyomo can be used to define symbolic problems,
create concrete problem instances, and solve these instances with
standard solvers. Pyomo supports a wide range of problem types,
including:

 -  Linear programming
 -  Quadratic programming
 -  Nonlinear programming
 -  Mixed-integer linear programming
 -  Mixed-integer quadratic programming
 -  Mixed-integer nonlinear programming
 -  Mixed-integer stochastic programming
 -  Generalized disjunctive programming
 -  Differential algebraic equations
 -  Mathematical programming with equilibrium constraints
 -  Constraint programming

Pyomo supports analysis and scripting within a full-featured programming
language. Further, Pyomo has also proven an effective framework for
developing high-level optimization and analysis tools.  For example, the
[`mpi-sppy`](https://github.com/Pyomo/mpi-sppy) package provides generic
solvers for stochastic programming. `mpi-sppy` leverages the fact that
Pyomo's modeling objects are embedded within a full-featured high-level
programming language, which allows for transparent parallelization of
subproblems using Python parallel communication libraries.

* [Pyomo Home](http://www.pyomo.org)
* [About Pyomo](http://www.pyomo.org/about)
* [Download](http://www.pyomo.org/installation/)
* [Documentation](http://www.pyomo.org/documentation/)
* [Performance Plots](https://pyomo.github.io/performance/)

Pyomo was formerly released as the Coopr software library.

Pyomo is available under the BSD License - see the 
[`LICENSE.md`](https://github.com/Pyomo/pyomo/blob/main/LICENSE.md) file.

Pyomo is currently tested with the following Python implementations:

* CPython: 3.8, 3.9, 3.10, 3.11, 3.12
* PyPy: 3.9

_Testing and support policy_:

At the time of the first Pyomo release after the end-of-life of a minor Python
version, we will remove testing for that Python version.

### Installation

#### PyPI [![PyPI version](https://img.shields.io/pypi/v/pyomo.svg?maxAge=3600)](https://pypi.org/project/Pyomo/) [![PyPI downloads](https://img.shields.io/pypi/dm/pyomo.svg?maxAge=21600)](https://pypistats.org/packages/pyomo)

    pip install pyomo

#### Anaconda [![Anaconda version](https://anaconda.org/conda-forge/pyomo/badges/version.svg)](https://anaconda.org/conda-forge/pyomo) [![Anaconda downloads](https://anaconda.org/conda-forge/pyomo/badges/downloads.svg)](https://anaconda.org/conda-forge/pyomo)

    conda install -c conda-forge pyomo

### Tutorials and Examples

* [Pyomo Workshop Slides](https://github.com/Pyomo/pyomo-tutorials/blob/main/Pyomo-Workshop-December-2023.pdf)
* [Prof. Jeffrey Kantor's Pyomo Cookbook](https://jckantor.github.io/ND-Pyomo-Cookbook/)
* [Pyomo Gallery](https://github.com/Pyomo/PyomoGallery)

### Getting Help

To get help from the Pyomo community ask a question on one of the following:
* [Use the #pyomo tag on StackOverflow](https://stackoverflow.com/questions/ask?tags=pyomo)
* [Pyomo Forum](https://groups.google.com/forum/?hl=en#!forum/pyomo-forum)

### Developers

Pyomo development moved to this repository in June 2016 from
Sandia National Laboratories. Developer discussions are hosted by
[Google Groups](https://groups.google.com/forum/#!forum/pyomo-developers).

The Pyomo Development team holds weekly coordination meetings on
Tuesdays 12:30 - 14:00 (MT).  Please contact wg-pyomo@sandia.gov to
request call-in information.

By contributing to this software project, you are agreeing to the
following terms and conditions for your contributions:

1. You agree your contributions are submitted under the BSD license. 
2. You represent you are authorized to make the contributions and grant
   the license. If your employer has rights to intellectual property that
   includes your contributions, you represent that you have received
   permission to make contributions and grant the required license on
   behalf of that employer.


### Related Packages

See https://pyomo.readthedocs.io/en/latest/related_packages.html.
            

Raw data

            {
    "_id": null,
    "home_page": "http://pyomo.org",
    "name": "Pyomo",
    "maintainer": "Pyomo Developer Team",
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": "pyomo-developers@googlegroups.com",
    "keywords": "optimization",
    "author": "",
    "author_email": "",
    "download_url": "https://files.pythonhosted.org/packages/24/12/e8fe851bdaecfd99f7a9054cda020a4d3984318559ba2fa193cc526a238f/Pyomo-6.7.1.tar.gz",
    "platform": "any",
    "description": "[![a COIN-OR project](https://www.coin-or.org/GitHub/coin-or-badge.png)](https://www.coin-or.org)\n\n## Pyomo Overview\n\nPyomo is a Python-based open-source software package that supports a\ndiverse set of optimization capabilities for formulating and analyzing\noptimization models. Pyomo can be used to define symbolic problems,\ncreate concrete problem instances, and solve these instances with\nstandard solvers. Pyomo supports a wide range of problem types,\nincluding:\n\n -  Linear programming\n -  Quadratic programming\n -  Nonlinear programming\n -  Mixed-integer linear programming\n -  Mixed-integer quadratic programming\n -  Mixed-integer nonlinear programming\n -  Mixed-integer stochastic programming\n -  Generalized disjunctive programming\n -  Differential algebraic equations\n -  Mathematical programming with equilibrium constraints\n -  Constraint programming\n\nPyomo supports analysis and scripting within a full-featured programming\nlanguage. Further, Pyomo has also proven an effective framework for\ndeveloping high-level optimization and analysis tools.  For example, the\n[`mpi-sppy`](https://github.com/Pyomo/mpi-sppy) package provides generic\nsolvers for stochastic programming. `mpi-sppy` leverages the fact that\nPyomo's modeling objects are embedded within a full-featured high-level\nprogramming language, which allows for transparent parallelization of\nsubproblems using Python parallel communication libraries.\n\n* [Pyomo Home](http://www.pyomo.org)\n* [About Pyomo](http://www.pyomo.org/about)\n* [Download](http://www.pyomo.org/installation/)\n* [Documentation](http://www.pyomo.org/documentation/)\n* [Performance Plots](https://pyomo.github.io/performance/)\n\nPyomo was formerly released as the Coopr software library.\n\nPyomo is available under the BSD License - see the \n[`LICENSE.md`](https://github.com/Pyomo/pyomo/blob/main/LICENSE.md) file.\n\nPyomo is currently tested with the following Python implementations:\n\n* CPython: 3.8, 3.9, 3.10, 3.11, 3.12\n* PyPy: 3.9\n\n_Testing and support policy_:\n\nAt the time of the first Pyomo release after the end-of-life of a minor Python\nversion, we will remove testing for that Python version.\n\n### Installation\n\n#### PyPI [![PyPI version](https://img.shields.io/pypi/v/pyomo.svg?maxAge=3600)](https://pypi.org/project/Pyomo/) [![PyPI downloads](https://img.shields.io/pypi/dm/pyomo.svg?maxAge=21600)](https://pypistats.org/packages/pyomo)\n\n    pip install pyomo\n\n#### Anaconda [![Anaconda version](https://anaconda.org/conda-forge/pyomo/badges/version.svg)](https://anaconda.org/conda-forge/pyomo) [![Anaconda downloads](https://anaconda.org/conda-forge/pyomo/badges/downloads.svg)](https://anaconda.org/conda-forge/pyomo)\n\n    conda install -c conda-forge pyomo\n\n### Tutorials and Examples\n\n* [Pyomo Workshop Slides](https://github.com/Pyomo/pyomo-tutorials/blob/main/Pyomo-Workshop-December-2023.pdf)\n* [Prof. Jeffrey Kantor's Pyomo Cookbook](https://jckantor.github.io/ND-Pyomo-Cookbook/)\n* [Pyomo Gallery](https://github.com/Pyomo/PyomoGallery)\n\n### Getting Help\n\nTo get help from the Pyomo community ask a question on one of the following:\n* [Use the #pyomo tag on StackOverflow](https://stackoverflow.com/questions/ask?tags=pyomo)\n* [Pyomo Forum](https://groups.google.com/forum/?hl=en#!forum/pyomo-forum)\n\n### Developers\n\nPyomo development moved to this repository in June 2016 from\nSandia National Laboratories. Developer discussions are hosted by\n[Google Groups](https://groups.google.com/forum/#!forum/pyomo-developers).\n\nThe Pyomo Development team holds weekly coordination meetings on\nTuesdays 12:30 - 14:00 (MT).  Please contact wg-pyomo@sandia.gov to\nrequest call-in information.\n\nBy contributing to this software project, you are agreeing to the\nfollowing terms and conditions for your contributions:\n\n1. You agree your contributions are submitted under the BSD license. \n2. You represent you are authorized to make the contributions and grant\n   the license. If your employer has rights to intellectual property that\n   includes your contributions, you represent that you have received\n   permission to make contributions and grant the required license on\n   behalf of that employer.\n\n\n### Related Packages\n\nSee https://pyomo.readthedocs.io/en/latest/related_packages.html.",
    "bugtrack_url": null,
    "license": "BSD",
    "summary": "Pyomo: Python Optimization Modeling Objects",
    "version": "6.7.1",
    "project_urls": {
        "Documentation": "https://pyomo.readthedocs.io/",
        "Homepage": "http://pyomo.org",
        "Source": "https://github.com/Pyomo/pyomo"
    },
    "split_keywords": [
        "optimization"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "1dfb4fb39b6c889d2f8c3307402a4bd93cf228399b1cdf084c379c16342c88f8",
                "md5": "cdc3cfb1a9d89972af820b2f5a655065",
                "sha256": "11b99ebec3586b0b7fffcc9c2d451581bb2b72db07d61a357375ecb52e8e368c"
            },
            "downloads": -1,
            "filename": "Pyomo-6.7.1-cp310-cp310-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "cdc3cfb1a9d89972af820b2f5a655065",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.8",
            "size": 5559620,
            "upload_time": "2024-02-21T18:18:43",
            "upload_time_iso_8601": "2024-02-21T18:18:43.235148Z",
            "url": "https://files.pythonhosted.org/packages/1d/fb/4fb39b6c889d2f8c3307402a4bd93cf228399b1cdf084c379c16342c88f8/Pyomo-6.7.1-cp310-cp310-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ab3ee1fb79575ca95792e17bf083368803f9197cd165836bfe66433ef8db05a1",
                "md5": "1d111205117b24bcab872c83f4768f91",
                "sha256": "c2a45e0db94da8e27cbf27d9739973520babf69d638f3d51916029fde2d091c5"
            },
            "downloads": -1,
            "filename": "Pyomo-6.7.1-cp310-cp310-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "1d111205117b24bcab872c83f4768f91",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.8",
            "size": 5332761,
            "upload_time": "2024-02-21T18:18:51",
            "upload_time_iso_8601": "2024-02-21T18:18:51.701636Z",
            "url": "https://files.pythonhosted.org/packages/ab/3e/e1fb79575ca95792e17bf083368803f9197cd165836bfe66433ef8db05a1/Pyomo-6.7.1-cp310-cp310-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f5d116b1fb406809bcd049603104334b7728dff5ca32e2244356364125c96f9a",
                "md5": "57594dea7c37389b381777a0039eb60c",
                "sha256": "e8f301029e7bee33c7742241f852ac413ffdf54bdf3aa6cdd83bd4b915527db4"
            },
            "downloads": -1,
            "filename": "Pyomo-6.7.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "57594dea7c37389b381777a0039eb60c",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.8",
            "size": 12558842,
            "upload_time": "2024-02-21T18:19:09",
            "upload_time_iso_8601": "2024-02-21T18:19:09.799276Z",
            "url": "https://files.pythonhosted.org/packages/f5/d1/16b1fb406809bcd049603104334b7728dff5ca32e2244356364125c96f9a/Pyomo-6.7.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "cac19fb791d304ae194e9121371e435b1e2dd4425cd36e8d32cc060444505b24",
                "md5": "5fe99fc611379833280713c7f8628f2a",
                "sha256": "12b467b9ec7f489e8f4295de68cd31c4af0d81a717bb0b3d6ab2ebab2c5763ff"
            },
            "downloads": -1,
            "filename": "Pyomo-6.7.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "5fe99fc611379833280713c7f8628f2a",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.8",
            "size": 12688502,
            "upload_time": "2024-02-21T18:19:30",
            "upload_time_iso_8601": "2024-02-21T18:19:30.831150Z",
            "url": "https://files.pythonhosted.org/packages/ca/c1/9fb791d304ae194e9121371e435b1e2dd4425cd36e8d32cc060444505b24/Pyomo-6.7.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "9c1152d391d9b0e9bd879d792e8cf4f864b3a30dbeffb0952a3a8651b6164916",
                "md5": "9ca513e96bc9a0ff54d35c4780af99f9",
                "sha256": "de3a4eab752a1e11b4d736aeb61cc63550442a8d4de8e24e238a73285846a138"
            },
            "downloads": -1,
            "filename": "Pyomo-6.7.1-cp310-cp310-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "9ca513e96bc9a0ff54d35c4780af99f9",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.8",
            "size": 4807464,
            "upload_time": "2024-02-21T18:19:41",
            "upload_time_iso_8601": "2024-02-21T18:19:41.922842Z",
            "url": "https://files.pythonhosted.org/packages/9c/11/52d391d9b0e9bd879d792e8cf4f864b3a30dbeffb0952a3a8651b6164916/Pyomo-6.7.1-cp310-cp310-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "4cea4f8517734a0d97aeb36d29f2ade46f117ece1bbf6c0e2ad4eea5fe851285",
                "md5": "60ad5ea76d24cc2b89cf6009f598419d",
                "sha256": "119cc5337177457250d7d450688687ccb4230ac3ab70774390307bbe3cb19871"
            },
            "downloads": -1,
            "filename": "Pyomo-6.7.1-cp310-cp310-win_arm64.whl",
            "has_sig": false,
            "md5_digest": "60ad5ea76d24cc2b89cf6009f598419d",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.8",
            "size": 4546421,
            "upload_time": "2024-02-21T18:19:55",
            "upload_time_iso_8601": "2024-02-21T18:19:55.445526Z",
            "url": "https://files.pythonhosted.org/packages/4c/ea/4f8517734a0d97aeb36d29f2ade46f117ece1bbf6c0e2ad4eea5fe851285/Pyomo-6.7.1-cp310-cp310-win_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "95daf41704889f0c13c8ba17948c9e0b1c15e7485dcefc853a466d24c9e1dd26",
                "md5": "57072657bde7ab50eeddecfaa6a9734f",
                "sha256": "fcaebc11ca162f05d9644f22eb9b17d08d73384fa0edbfbf79e090a453551c21"
            },
            "downloads": -1,
            "filename": "Pyomo-6.7.1-cp311-cp311-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "57072657bde7ab50eeddecfaa6a9734f",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.8",
            "size": 5571753,
            "upload_time": "2024-02-21T18:20:05",
            "upload_time_iso_8601": "2024-02-21T18:20:05.420316Z",
            "url": "https://files.pythonhosted.org/packages/95/da/f41704889f0c13c8ba17948c9e0b1c15e7485dcefc853a466d24c9e1dd26/Pyomo-6.7.1-cp311-cp311-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d017e879f721bb31f7e80abeefa80b19403f1eaf5e01022dd88dcd2feb22aae0",
                "md5": "9d9654966c493c2f8be695dff73fec1a",
                "sha256": "da86125c0346be05dc8d2e365e7493e95ccd9fdf570facf8598018a6a162870e"
            },
            "downloads": -1,
            "filename": "Pyomo-6.7.1-cp311-cp311-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "9d9654966c493c2f8be695dff73fec1a",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.8",
            "size": 5343201,
            "upload_time": "2024-02-21T18:20:14",
            "upload_time_iso_8601": "2024-02-21T18:20:14.730851Z",
            "url": "https://files.pythonhosted.org/packages/d0/17/e879f721bb31f7e80abeefa80b19403f1eaf5e01022dd88dcd2feb22aae0/Pyomo-6.7.1-cp311-cp311-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "041e5bb15ad744917ac9ac4cf8bd5db0e636a7c9520cab76ac6729d7de9973da",
                "md5": "6ae36a4b556e2877c6e826239c17c052",
                "sha256": "a3dd245b884f75e4984f10bead83f78109d7b83b996c16a03b1babdc759d9cc7"
            },
            "downloads": -1,
            "filename": "Pyomo-6.7.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "6ae36a4b556e2877c6e826239c17c052",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.8",
            "size": 13757859,
            "upload_time": "2024-02-21T18:20:38",
            "upload_time_iso_8601": "2024-02-21T18:20:38.570359Z",
            "url": "https://files.pythonhosted.org/packages/04/1e/5bb15ad744917ac9ac4cf8bd5db0e636a7c9520cab76ac6729d7de9973da/Pyomo-6.7.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "da8d49d95772b1541130ee26a2f79a4975d4b1e554789f33c397582b1b48c2c3",
                "md5": "132fa69519c0add248f87cf07f7ccd69",
                "sha256": "b7314a56d5a3b14b3afd3a2f207df0256af3c0407d166bce80ab2fe0d8650311"
            },
            "downloads": -1,
            "filename": "Pyomo-6.7.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "132fa69519c0add248f87cf07f7ccd69",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.8",
            "size": 13841163,
            "upload_time": "2024-02-21T18:21:03",
            "upload_time_iso_8601": "2024-02-21T18:21:03.784506Z",
            "url": "https://files.pythonhosted.org/packages/da/8d/49d95772b1541130ee26a2f79a4975d4b1e554789f33c397582b1b48c2c3/Pyomo-6.7.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "35e996a57d8efa6a9126b66695c5ff2bf2ac122d02ccd79f6e8a99082467ead5",
                "md5": "05037e3872fca1309a9052f604e6d620",
                "sha256": "889e8937854ea6d124585ff7e2783cb3aae71d8888a6e00008d1606983dc3b58"
            },
            "downloads": -1,
            "filename": "Pyomo-6.7.1-cp311-cp311-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "05037e3872fca1309a9052f604e6d620",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.8",
            "size": 4810501,
            "upload_time": "2024-02-21T18:21:15",
            "upload_time_iso_8601": "2024-02-21T18:21:15.485548Z",
            "url": "https://files.pythonhosted.org/packages/35/e9/96a57d8efa6a9126b66695c5ff2bf2ac122d02ccd79f6e8a99082467ead5/Pyomo-6.7.1-cp311-cp311-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ad1fbb9c10f50c3a7885606d2b473e38abda1103ee620cb208e919c1407d96d9",
                "md5": "f790b90348d4687c615ff2c8f3f9dcf9",
                "sha256": "aacf08f535715a34a0fe6e7924ff9a0d48b9bbff406c91b16d7a20c898acc0ff"
            },
            "downloads": -1,
            "filename": "Pyomo-6.7.1-cp311-cp311-win_arm64.whl",
            "has_sig": false,
            "md5_digest": "f790b90348d4687c615ff2c8f3f9dcf9",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.8",
            "size": 4549992,
            "upload_time": "2024-02-21T18:21:25",
            "upload_time_iso_8601": "2024-02-21T18:21:25.735538Z",
            "url": "https://files.pythonhosted.org/packages/ad/1f/bb9c10f50c3a7885606d2b473e38abda1103ee620cb208e919c1407d96d9/Pyomo-6.7.1-cp311-cp311-win_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "42c1f3bc51d011aced41f0b995f34091bfaeaaf96b297ce93692d7dba62fbc1b",
                "md5": "a16518db5aa0443c4423648db93e7cef",
                "sha256": "dc05843f52ccf21d9c480ae6674e20df4b202c8ec69f2489b898dcbcd81653ec"
            },
            "downloads": -1,
            "filename": "Pyomo-6.7.1-cp312-cp312-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "a16518db5aa0443c4423648db93e7cef",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.8",
            "size": 5393641,
            "upload_time": "2024-02-21T18:21:41",
            "upload_time_iso_8601": "2024-02-21T18:21:41.570252Z",
            "url": "https://files.pythonhosted.org/packages/42/c1/f3bc51d011aced41f0b995f34091bfaeaaf96b297ce93692d7dba62fbc1b/Pyomo-6.7.1-cp312-cp312-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ee72e83435a0cfcc468f2abefe864a48a7401ce2cf955ec3e9499bbc194f2145",
                "md5": "017ab3769dddc958617806c75b3a557f",
                "sha256": "b2a983356c19b89f5e73704d57d50f58eca253a833d5bc6c01f1710f51fed565"
            },
            "downloads": -1,
            "filename": "Pyomo-6.7.1-cp312-cp312-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "017ab3769dddc958617806c75b3a557f",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.8",
            "size": 5261605,
            "upload_time": "2024-02-21T18:21:51",
            "upload_time_iso_8601": "2024-02-21T18:21:51.659001Z",
            "url": "https://files.pythonhosted.org/packages/ee/72/e83435a0cfcc468f2abefe864a48a7401ce2cf955ec3e9499bbc194f2145/Pyomo-6.7.1-cp312-cp312-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "fd8056bae41d344e1aad51b7a56861f93873b64130224b685a65fb73516f1b9e",
                "md5": "7443a2441d4f245f7f1c074f725468fc",
                "sha256": "41c18eab8c8e826791e375d138836d5b918e15679d7164ba5132ccafbafe76c6"
            },
            "downloads": -1,
            "filename": "Pyomo-6.7.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "7443a2441d4f245f7f1c074f725468fc",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.8",
            "size": 13501702,
            "upload_time": "2024-02-21T18:22:16",
            "upload_time_iso_8601": "2024-02-21T18:22:16.221100Z",
            "url": "https://files.pythonhosted.org/packages/fd/80/56bae41d344e1aad51b7a56861f93873b64130224b685a65fb73516f1b9e/Pyomo-6.7.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "19f91a7f29521e5f5c47ef53c74486dfba88162be3d505b0d4144677878e99d2",
                "md5": "3b02e5af453e7cf23d536fb8e82947e7",
                "sha256": "94c917dbabdada7fe443d56c31ad500e574da7489288fa09857911ac2b924c2b"
            },
            "downloads": -1,
            "filename": "Pyomo-6.7.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "3b02e5af453e7cf23d536fb8e82947e7",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.8",
            "size": 13651503,
            "upload_time": "2024-02-21T18:22:42",
            "upload_time_iso_8601": "2024-02-21T18:22:42.475345Z",
            "url": "https://files.pythonhosted.org/packages/19/f9/1a7f29521e5f5c47ef53c74486dfba88162be3d505b0d4144677878e99d2/Pyomo-6.7.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "fa4f9a18847de81c3238f2ec3962b5e323e9205d699fc50e8b1100683322bcaa",
                "md5": "1a9a3c96da6f0c399b844e2da9d61ff7",
                "sha256": "a1e86f8f812b40dfb682912525f35fff0911a82c18311de5e3448951edea1a0a"
            },
            "downloads": -1,
            "filename": "Pyomo-6.7.1-cp312-cp312-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "1a9a3c96da6f0c399b844e2da9d61ff7",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.8",
            "size": 4667912,
            "upload_time": "2024-02-21T18:22:51",
            "upload_time_iso_8601": "2024-02-21T18:22:51.013567Z",
            "url": "https://files.pythonhosted.org/packages/fa/4f/9a18847de81c3238f2ec3962b5e323e9205d699fc50e8b1100683322bcaa/Pyomo-6.7.1-cp312-cp312-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b06a0222b4e6a3880f58f408b6995ab0855feb7d43d665abb91cefe31b8e00bb",
                "md5": "470de6f983e4d4696387bb9c0c85e028",
                "sha256": "111f40517640149f440eded00091041fb5091c6d5497b687e4b7b3bb45e11726"
            },
            "downloads": -1,
            "filename": "Pyomo-6.7.1-cp312-cp312-win_arm64.whl",
            "has_sig": false,
            "md5_digest": "470de6f983e4d4696387bb9c0c85e028",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.8",
            "size": 4446400,
            "upload_time": "2024-02-21T18:22:59",
            "upload_time_iso_8601": "2024-02-21T18:22:59.600361Z",
            "url": "https://files.pythonhosted.org/packages/b0/6a/0222b4e6a3880f58f408b6995ab0855feb7d43d665abb91cefe31b8e00bb/Pyomo-6.7.1-cp312-cp312-win_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "8bca80c18398bab25e4d9c03006f4fe788abe2fe6cafa017e2e71f76a8fbd978",
                "md5": "1ee430dc49120fad4483ea42d415578d",
                "sha256": "673be2970c67badf292f9e6917fd00bd6a7c31f87137f5e1203f4143bd4c8fb2"
            },
            "downloads": -1,
            "filename": "Pyomo-6.7.1-cp38-cp38-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "1ee430dc49120fad4483ea42d415578d",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.8",
            "size": 5550094,
            "upload_time": "2024-02-21T18:23:11",
            "upload_time_iso_8601": "2024-02-21T18:23:11.792493Z",
            "url": "https://files.pythonhosted.org/packages/8b/ca/80c18398bab25e4d9c03006f4fe788abe2fe6cafa017e2e71f76a8fbd978/Pyomo-6.7.1-cp38-cp38-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c755b51da99b51ee352875b31c65833adcab328a5258ba509fe9cc0ce3d22687",
                "md5": "b213231777ab3a30195fd322464bd28b",
                "sha256": "d0d111f9efed1db1896db57df5744a466f29ec795b23ee189e86378566fe636e"
            },
            "downloads": -1,
            "filename": "Pyomo-6.7.1-cp38-cp38-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "b213231777ab3a30195fd322464bd28b",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.8",
            "size": 5326075,
            "upload_time": "2024-02-21T18:23:24",
            "upload_time_iso_8601": "2024-02-21T18:23:24.358906Z",
            "url": "https://files.pythonhosted.org/packages/c7/55/b51da99b51ee352875b31c65833adcab328a5258ba509fe9cc0ce3d22687/Pyomo-6.7.1-cp38-cp38-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "9e9631f1742c5800f704c4d2727baf4204496c73c64b378ba3bfaef4034cf805",
                "md5": "7af48579af13f1ca31a325679333de4d",
                "sha256": "c9fb2fcc3881eae6ef360a512de54b34e29814178f984dbacca6ea4228501823"
            },
            "downloads": -1,
            "filename": "Pyomo-6.7.1-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "7af48579af13f1ca31a325679333de4d",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.8",
            "size": 12851850,
            "upload_time": "2024-02-21T18:23:54",
            "upload_time_iso_8601": "2024-02-21T18:23:54.871841Z",
            "url": "https://files.pythonhosted.org/packages/9e/96/31f1742c5800f704c4d2727baf4204496c73c64b378ba3bfaef4034cf805/Pyomo-6.7.1-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b2c21001cdf225134dc909c4b84dcbfda29a9ec22c42fa85af8da14a59a4936f",
                "md5": "b8b833d06cb85a015503036da2233d66",
                "sha256": "7cb435714cdce7c15f7f32922ceed2589f66c52753514ace28e05d2b7e47a0b9"
            },
            "downloads": -1,
            "filename": "Pyomo-6.7.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "b8b833d06cb85a015503036da2233d66",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.8",
            "size": 13011367,
            "upload_time": "2024-02-21T18:24:22",
            "upload_time_iso_8601": "2024-02-21T18:24:22.228378Z",
            "url": "https://files.pythonhosted.org/packages/b2/c2/1001cdf225134dc909c4b84dcbfda29a9ec22c42fa85af8da14a59a4936f/Pyomo-6.7.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "eee691b208d6890182f56db34ac42fc2cb6903095db9375ec7bcd6bf6fcbeff3",
                "md5": "98e5394ca996fef68709e04a191cbedd",
                "sha256": "143c50c62af4aca5f07b2cd61d47a5da0590d7c98667bb931962deaafe446177"
            },
            "downloads": -1,
            "filename": "Pyomo-6.7.1-cp38-cp38-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "98e5394ca996fef68709e04a191cbedd",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.8",
            "size": 4843486,
            "upload_time": "2024-02-21T18:24:33",
            "upload_time_iso_8601": "2024-02-21T18:24:33.517148Z",
            "url": "https://files.pythonhosted.org/packages/ee/e6/91b208d6890182f56db34ac42fc2cb6903095db9375ec7bcd6bf6fcbeff3/Pyomo-6.7.1-cp38-cp38-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "eae95b94aace87bb39f805de09540e3a8937b8a626a0bccaa4c960e0a77ced40",
                "md5": "5bc36c8dc2916df3a71a27016181169b",
                "sha256": "e3bb68d901005ab67a3b0fc71a343162d59f3507bf3b5e6660fe1d3f4f397f88"
            },
            "downloads": -1,
            "filename": "Pyomo-6.7.1-cp39-cp39-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "5bc36c8dc2916df3a71a27016181169b",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.8",
            "size": 5562558,
            "upload_time": "2024-02-21T18:24:46",
            "upload_time_iso_8601": "2024-02-21T18:24:46.157169Z",
            "url": "https://files.pythonhosted.org/packages/ea/e9/5b94aace87bb39f805de09540e3a8937b8a626a0bccaa4c960e0a77ced40/Pyomo-6.7.1-cp39-cp39-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "8a2898e2b3c06b251dac7337bfb328e46e2571ea20c143a7ca62e2c6538b3348",
                "md5": "d309d120506cc336af9345bbd025ca3a",
                "sha256": "3957d8021e039f8c700bf86e87a828a4d6201c54cd7946ef93b22b236857bc51"
            },
            "downloads": -1,
            "filename": "Pyomo-6.7.1-cp39-cp39-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "d309d120506cc336af9345bbd025ca3a",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.8",
            "size": 5336021,
            "upload_time": "2024-02-21T18:24:59",
            "upload_time_iso_8601": "2024-02-21T18:24:59.291632Z",
            "url": "https://files.pythonhosted.org/packages/8a/28/98e2b3c06b251dac7337bfb328e46e2571ea20c143a7ca62e2c6538b3348/Pyomo-6.7.1-cp39-cp39-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "40ba503fd429033770fc99ed17f45d796423a6d5551ca4327ac7c107596ef345",
                "md5": "a2f2ad862dc95e7ce7fad72996d98a6b",
                "sha256": "a264755bc8d29e9386bc73b324eea165a14b83ddb22388fb35d4b9610b550852"
            },
            "downloads": -1,
            "filename": "Pyomo-6.7.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "a2f2ad862dc95e7ce7fad72996d98a6b",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.8",
            "size": 12568673,
            "upload_time": "2024-02-21T18:25:24",
            "upload_time_iso_8601": "2024-02-21T18:25:24.968338Z",
            "url": "https://files.pythonhosted.org/packages/40/ba/503fd429033770fc99ed17f45d796423a6d5551ca4327ac7c107596ef345/Pyomo-6.7.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "22c2242c92c1c132d5c937bfc008be138ca572b933faa71df8b67b1296b28d97",
                "md5": "348b129ec92572ee4038274a51dc5683",
                "sha256": "c96ed63294bb22da9397693123ca780522aee588d63b40aa4afb217ae9760b00"
            },
            "downloads": -1,
            "filename": "Pyomo-6.7.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "348b129ec92572ee4038274a51dc5683",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.8",
            "size": 12738100,
            "upload_time": "2024-02-21T18:26:04",
            "upload_time_iso_8601": "2024-02-21T18:26:04.102805Z",
            "url": "https://files.pythonhosted.org/packages/22/c2/242c92c1c132d5c937bfc008be138ca572b933faa71df8b67b1296b28d97/Pyomo-6.7.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "9b9983b17e6e990af6b491203b0c16a7587e0b4954ccdbdbf6c6887324c9cb7c",
                "md5": "82f94cfdb0fb2ba37191d53c448cff32",
                "sha256": "c71344da3443b4850e37d4603b1397f20bb031df765435176085780369da1a0e"
            },
            "downloads": -1,
            "filename": "Pyomo-6.7.1-cp39-cp39-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "82f94cfdb0fb2ba37191d53c448cff32",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.8",
            "size": 4807882,
            "upload_time": "2024-02-21T18:26:19",
            "upload_time_iso_8601": "2024-02-21T18:26:19.183479Z",
            "url": "https://files.pythonhosted.org/packages/9b/99/83b17e6e990af6b491203b0c16a7587e0b4954ccdbdbf6c6887324c9cb7c/Pyomo-6.7.1-cp39-cp39-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "2358bddf1cc0fd02e60321ddc662a6ce3d50af24a427c01d14b93e57c73f1198",
                "md5": "85c34a95122f1ff80b023f3d828c010e",
                "sha256": "d7eba18bcaac8c14df80adaf01b73156b06d73cc58666b33dee6d33ff567a564"
            },
            "downloads": -1,
            "filename": "Pyomo-6.7.1-cp39-cp39-win_arm64.whl",
            "has_sig": false,
            "md5_digest": "85c34a95122f1ff80b023f3d828c010e",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.8",
            "size": 4547659,
            "upload_time": "2024-02-21T18:26:26",
            "upload_time_iso_8601": "2024-02-21T18:26:26.622555Z",
            "url": "https://files.pythonhosted.org/packages/23/58/bddf1cc0fd02e60321ddc662a6ce3d50af24a427c01d14b93e57c73f1198/Pyomo-6.7.1-cp39-cp39-win_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "2412e8fe851bdaecfd99f7a9054cda020a4d3984318559ba2fa193cc526a238f",
                "md5": "2a57c8172e537452feb3de3d5b7fb157",
                "sha256": "735b66c45937f1caa43f073d8218a4918b6de658914a699397d38d5b8c219a40"
            },
            "downloads": -1,
            "filename": "Pyomo-6.7.1.tar.gz",
            "has_sig": false,
            "md5_digest": "2a57c8172e537452feb3de3d5b7fb157",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 2667101,
            "upload_time": "2024-02-21T18:09:59",
            "upload_time_iso_8601": "2024-02-21T18:09:59.615141Z",
            "url": "https://files.pythonhosted.org/packages/24/12/e8fe851bdaecfd99f7a9054cda020a4d3984318559ba2fa193cc526a238f/Pyomo-6.7.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-02-21 18:09:59",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "Pyomo",
    "github_project": "pyomo",
    "travis_ci": false,
    "coveralls": true,
    "github_actions": true,
    "lcname": "pyomo"
}
        
Elapsed time: 0.26780s