{"id":23831948,"url":"https://github.com/csdms/bmi-python","last_synced_at":"2025-06-25T14:32:40.440Z","repository":{"id":2401504,"uuid":"179283861","full_name":"csdms/bmi-python","owner":"csdms","description":"Basic Model Interface for Python","archived":false,"fork":false,"pushed_at":"2025-03-31T19:44:35.000Z","size":162,"stargazers_count":11,"open_issues_count":10,"forks_count":12,"subscribers_count":8,"default_branch":"master","last_synced_at":"2025-04-15T14:51:04.091Z","etag":null,"topics":["bmi","csdms","python"],"latest_commit_sha":null,"homepage":"https://bmi.csdms.io","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/csdms.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2019-04-03T12:19:09.000Z","updated_at":"2025-01-28T02:07:22.000Z","dependencies_parsed_at":"2023-11-06T21:08:04.223Z","dependency_job_id":"c061bf11-0808-43d1-b994-9cd5fab32f88","html_url":"https://github.com/csdms/bmi-python","commit_stats":{"total_commits":129,"total_committers":6,"mean_commits":21.5,"dds":0.2325581395348837,"last_synced_commit":"b0ef8b640aee4b499c5d7a8b3b30d625c28a2194"},"previous_names":[],"tags_count":8,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/csdms%2Fbmi-python","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/csdms%2Fbmi-python/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/csdms%2Fbmi-python/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/csdms%2Fbmi-python/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/csdms","download_url":"https://codeload.github.com/csdms/bmi-python/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251658167,"owners_count":21622819,"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":["bmi","csdms","python"],"created_at":"2025-01-02T14:16:41.603Z","updated_at":"2025-04-30T06:43:22.592Z","avatar_url":"https://github.com/csdms.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# BMI for Python\n\nPython bindings for the CSDMS [Basic Model Interface](https://bmi.readthedocs.io).\n\n![[Python][pypi-link]][python-badge]\n![[DOI][doi-link]][doi-badge]\n![[Build Status][build-link]][build-badge]\n![[PyPI][pypi-link]][pypi-badge]\n![[Build Status][anaconda-link]][anaconda-badge]\n\n[anaconda-badge]: https://anaconda.org/conda-forge/bmipy/badges/version.svg\n[anaconda-link]: https://anaconda.org/conda-forge/bmipy\n[build-badge]: https://github.com/csdms/bmi-python/actions/workflows/test.yml/badge.svg\n[build-link]: https://github.com/csdms/bmi-python/actions/workflows/test.yml\n[doi-badge]: https://zenodo.org/badge/179283861.svg\n[doi-link]: https://zenodo.org/badge/latestdoi/179283861\n[pypi-badge]: https://badge.fury.io/py/bmipy.svg\n[pypi-link]: https://pypi.org/project/bmipy/\n[python-badge]: https://img.shields.io/pypi/pyversions/bmipy.svg\n\n## Install\n\nInstall *bmipy* with *pip*,\n\n```bash\npip install bmipy\n```\n\nIf you're using Anaconda, you can also install *bmipy*\nwith conda from the *conda-forge* channel,\n\n```bash\nconda install bmipy -c conda-forge\n```\n\nTo build and install *bmipy* from source,\n\n```bash\npip install git+https://github.com/csdms/bmi-python.git\n```\n\n## Usage\n\n```python\nfrom bmipy import Bmi\n\n\nclass MyBmi(Bmi):\n\n    def initialize(self, config_file):\n        # Your implementation goes here\n```\n\nA complete sample implementation is given in the\n\u003chttps://github.com/csdms/bmi-example-python\u003e\nrepository.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcsdms%2Fbmi-python","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcsdms%2Fbmi-python","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcsdms%2Fbmi-python/lists"}