{"id":29227274,"url":"https://github.com/royerlab/python-mip-feedstock","last_synced_at":"2025-07-03T09:10:22.120Z","repository":{"id":268959359,"uuid":"904945698","full_name":"royerlab/python-mip-feedstock","owner":"royerlab","description":null,"archived":false,"fork":false,"pushed_at":"2024-12-19T23:51:51.000Z","size":84,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2024-12-20T00:29:52.601Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/royerlab.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-12-17T21:18:08.000Z","updated_at":"2024-12-19T23:51:55.000Z","dependencies_parsed_at":"2024-12-20T00:39:56.148Z","dependency_job_id":null,"html_url":"https://github.com/royerlab/python-mip-feedstock","commit_stats":null,"previous_names":["royerlab/python-mip-feedstock"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/royerlab/python-mip-feedstock","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/royerlab%2Fpython-mip-feedstock","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/royerlab%2Fpython-mip-feedstock/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/royerlab%2Fpython-mip-feedstock/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/royerlab%2Fpython-mip-feedstock/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/royerlab","download_url":"https://codeload.github.com/royerlab/python-mip-feedstock/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/royerlab%2Fpython-mip-feedstock/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":263296638,"owners_count":23444499,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-07-03T09:10:21.355Z","updated_at":"2025-07-03T09:10:22.096Z","avatar_url":"https://github.com/royerlab.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"About python-mip-feedstock\n===========================\n\n## ARCHIVED see [mip-feedstock](https://github.com/royerlab/mip-feedstock)\n\nFeedstock license: [BSD-3-Clause](https://github.com/royerlab/python-mip-feedstock/blob/main/LICENSE.txt)\n\nHome: https://python-mip.com\n\nPackage license: EPL-2.0\n\nSummary: python-mip\n\nDevelopment: https://github.com/coin-or/python-mip\n\nCurrent release info\n====================\n\n| Name | Downloads | Version | Platforms |\n| --- | --- | --- | --- |\n| [![Conda Recipe](https://img.shields.io/badge/recipe-coin--or--cbc-green.svg)](https://anaconda.org/royerlab/python-mip) | [![Conda Downloads](https://img.shields.io/conda/dn/royerlab/python-mip.svg)](https://anaconda.org/royerlab/python-mip) | [![Conda Version](https://img.shields.io/conda/vn/royerlab/python-mip.svg)](https://anaconda.org/royerlab/python-mip) | [![Conda Platforms](https://img.shields.io/conda/pn/royerlab/python-mip.svg)](https://anaconda.org/royerlab/python-mip) |\n| [![Conda Recipe](https://img.shields.io/badge/recipe-coincbc-green.svg)](https://anaconda.org/conda-forge/coincbc) | [![Conda Downloads](https://img.shields.io/conda/dn/conda-forge/coincbc.svg)](https://anaconda.org/conda-forge/coincbc) | [![Conda Version](https://img.shields.io/conda/vn/conda-forge/coincbc.svg)](https://anaconda.org/conda-forge/coincbc) | [![Conda Platforms](https://img.shields.io/conda/pn/conda-forge/coincbc.svg)](https://anaconda.org/conda-forge/coincbc) |\n\nInstalling python-mip\n======================\n\nInstalling `python-mip` from the `royerlab` channel can be achieved by adding `royerlab` to your channels with:\n\n```\nconda config --add channels royerlab\nconda config --set channel_priority strict\n```\n\nOnce the `royerlab` channel has been enabled, `python-mip` can be installed with `conda`:\n\n```\nconda install python-mip coincbc\n```\n\nor with `mamba`:\n\n```\nmamba install python-mip coincbc\n```\n\nIt is possible to list all of the versions of `python-mip` available on your platform with `conda`:\n\n```\nconda search python-mip --channel royerlab\n```\n\nor with `mamba`:\n\n```\nmamba search python-mip --channel royerlab\n```\n\nAlternatively, `mamba repoquery` may provide more information:\n\n```\n# Search all versions available on your platform:\nmamba repoquery search python-mip --channel royerlab\n\n# List packages depending on `python-mip`:\nmamba repoquery whoneeds python-mip --channel royerlab\n\n# List dependencies of `python-mip`:\nmamba repoquery depends python-mip --channel royerlab\n```\n\n\nAbout conda-forge\n=================\n\n[![Powered by\nNumFOCUS](https://img.shields.io/badge/powered%20by-NumFOCUS-orange.svg?style=flat\u0026colorA=E1523D\u0026colorB=007D8A)](https://numfocus.org)\n\nconda-forge is a community-led conda channel of installable packages.\nIn order to provide high-quality builds, the process has been automated into the\nconda-forge GitHub organization. The conda-forge organization contains one repository\nfor each of the installable packages. Such a repository is known as a *feedstock*.\n\nA feedstock is made up of a conda recipe (the instructions on what and how to build\nthe package) and the necessary configurations for automatic building using freely\navailable continuous integration services. Thanks to the awesome service provided by\n[Azure](https://azure.microsoft.com/en-us/services/devops/), [GitHub](https://github.com/),\n[CircleCI](https://circleci.com/), [AppVeyor](https://www.appveyor.com/),\n[Drone](https://cloud.drone.io/welcome), and [TravisCI](https://travis-ci.com/)\nit is possible to build and upload installable packages to the\n[conda-forge](https://anaconda.org/conda-forge) [anaconda.org](https://anaconda.org/)\nchannel for Linux, Windows and OSX respectively.\n\nTo manage the continuous integration and simplify feedstock maintenance\n[conda-smithy](https://github.com/conda-forge/conda-smithy) has been developed.\nUsing the ``conda-forge.yml`` within this repository, it is possible to re-render all of\nthis feedstock's supporting files (e.g. the CI configuration files) with ``conda smithy rerender``.\n\nFor more information please check the [conda-forge documentation](https://conda-forge.org/docs/).\n\nTerminology\n===========\n\n**feedstock** - the conda recipe (raw material), supporting scripts and CI configuration.\n\n**conda-smithy** - the tool which helps orchestrate the feedstock.\n                   Its primary use is in the construction of the CI ``.yml`` files\n                   and simplify the management of *many* feedstocks.\n\n**conda-forge** - the place where the feedstock and smithy live and work to\n                  produce the finished article (built conda distributions)\n\n\nUpdating python-mip-feedstock\n==============================\n\nIf you would like to improve the python-mip recipe or build a new\npackage version, please fork this repository and submit a PR. Upon submission,\nyour changes will be run on the appropriate platforms to give the reviewer an\nopportunity to confirm that the changes result in a successful build. Once\nmerged, the recipe will be re-built and uploaded automatically to the\n`royerlab` channel, whereupon the built conda packages will be available for\neverybody to install and use from the `royerlab` channel.\nNote that all branches in the royerlab/python-mip-feedstock are\nimmediately built and any created packages are uploaded, so PRs should be based\non branches in forks and branches in the main repository should only be used to\nbuild distinct package versions.\n\nIn order to produce a uniquely identifiable distribution:\n * If the version of a package **is not** being increased, please add or increase\n   the [``build/number``](https://docs.conda.io/projects/conda-build/en/latest/resources/define-metadata.html#build-number-and-string).\n * If the version of a package **is** being increased, please remember to return\n   the [``build/number``](https://docs.conda.io/projects/conda-build/en/latest/resources/define-metadata.html#build-number-and-string)\n   back to 0.\n\nFeedstock Maintainers\n=====================\n\n* [@jookuma](https://github.com/jookuma/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Froyerlab%2Fpython-mip-feedstock","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Froyerlab%2Fpython-mip-feedstock","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Froyerlab%2Fpython-mip-feedstock/lists"}