{"id":20918792,"url":"https://github.com/thegamecracks/berconpy","last_synced_at":"2026-04-29T23:12:15.730Z","repository":{"id":41202811,"uuid":"502648444","full_name":"thegamecracks/berconpy","owner":"thegamecracks","description":"An asynchronous Python wrapper over the BattlEye RCON protocol.","archived":false,"fork":false,"pushed_at":"2026-03-30T00:35:46.000Z","size":1050,"stargazers_count":10,"open_issues_count":0,"forks_count":2,"subscribers_count":2,"default_branch":"main","last_synced_at":"2026-03-30T04:28:23.763Z","etag":null,"topics":["asyncio","battleye-rcon","python","python-library","python3","rcon"],"latest_commit_sha":null,"homepage":"https://berconpy.rtfd.org/","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/thegamecracks.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2022-06-12T15:06:44.000Z","updated_at":"2026-03-30T00:35:50.000Z","dependencies_parsed_at":"2023-01-19T07:30:20.387Z","dependency_job_id":"a1cb0468-d5b4-486e-bb6d-fec93aebe6b7","html_url":"https://github.com/thegamecracks/berconpy","commit_stats":{"total_commits":269,"total_committers":1,"mean_commits":269.0,"dds":0.0,"last_synced_commit":"953b3bc066fc7994e9ae8a5a9856894d518c64fd"},"previous_names":[],"tags_count":26,"template":false,"template_full_name":null,"purl":"pkg:github/thegamecracks/berconpy","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thegamecracks%2Fberconpy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thegamecracks%2Fberconpy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thegamecracks%2Fberconpy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thegamecracks%2Fberconpy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/thegamecracks","download_url":"https://codeload.github.com/thegamecracks/berconpy/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thegamecracks%2Fberconpy/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32447387,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-29T22:27:22.272Z","status":"ssl_error","status_checked_at":"2026-04-29T22:10:49.234Z","response_time":110,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["asyncio","battleye-rcon","python","python-library","python3","rcon"],"created_at":"2024-11-18T16:39:59.839Z","updated_at":"2026-04-29T23:12:15.725Z","avatar_url":"https://github.com/thegamecracks.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# berconpy\n\n[![PyPI](https://img.shields.io/pypi/v/berconpy?label=View%20on%20pypi\u0026style=flat-square)](https://pypi.org/project/berconpy/)\n[![Docs](https://readthedocs.org/projects/berconpy/badge/?style=flat-square)](http://berconpy.readthedocs.io/)\n[![](https://img.shields.io/github/actions/workflow/status/thegamecracks/berconpy/python-publish.yml?style=flat-square\u0026logo=uv\u0026label=build)](https://docs.astral.sh/uv/)\n[![](https://img.shields.io/github/actions/workflow/status/thegamecracks/berconpy/python-test.yml?style=flat-square\u0026logo=pytest\u0026label=tests)](https://docs.pytest.org/en/stable/)\n[![](https://img.shields.io/github/actions/workflow/status/thegamecracks/berconpy/ruff-check.yml?style=flat-square\u0026logo=ruff\u0026label=lints)](https://docs.astral.sh/ruff/)\n[![](https://img.shields.io/github/actions/workflow/status/thegamecracks/berconpy/ruff-format.yml?style=flat-square\u0026logo=ruff\u0026label=style)](https://docs.astral.sh/ruff/)\n\nAn asynchronous Python wrapper over the [BattlEye RCON protocol][1].\n\n## Features\n\n- Easy to use event-based interface\n- Automatic network loss recovery\n- Included extension for Arma 3 commands and events\n\n## Basic Usage\n\n```py\nimport asyncio\nimport berconpy\n\nclient = berconpy.RCONClient()\n\nIP = \"XXX.XXX.XXX.XXX\"\nPORT = 9999\nPASSWORD = \"ASCII_PASSWORD\"\n\n@client.dispatch.on_login\nasync def on_login():\n    print(\"We have logged in!\")\n\nasync def main():\n    async with client.connect(IP, PORT, PASSWORD):\n        players = await client.send_command(\"players\")\n        print(players)\n\nasyncio.run(main())\n```\n\nSee the [documentation][2] for more details.\n\n## Migrating to v3\n\nv3.0.0 is a major rewrite of this library to isolate generic BattlEye RCON functionality\nfrom Arma 3 / DayZ-specific features. For users that need to work with other games like\nArma Reforger, you must use v3.\n\nFor v2 users that cannot migrate, ensure that your requirements are pinned\nto `berconpy~=2.1` to prevent accidentally upgrading to v3.\n[v2 documentation] is still available for the time being.\n\n[v2 documentation]: https://berconpy.readthedocs.io/en/v2.1.4/\n\n## Installation\n\n(**Python 3.10** or higher is required)\n\nThis package can be installed from PyPI using the following command:\n\n```\n# Linux/macOS\npython3 -m pip install berconpy\n\n# Windows\npy -m pip install berconpy\n```\n\nIf you want to install the development version instead, and you have git installed:\n\n```\npip install git+https://github.com/thegamecracks/berconpy\n```\n\n## Related resources\n\n- [BattlEye RCON protocol specification][1]\n- [BattlEye RCON commands](https://www.battleye.com/support/documentation/)\n- [Arma server commands](https://community.bistudio.com/wiki/Multiplayer_Server_Commands)\n\n## License\n\nThis project uses the [MIT][3] License.\n\n[1]: https://github.com/thegamecracks/berconpy/blob/main/docs/source/BERConProtocol.txt\n[2]: https://berconpy.readthedocs.io/en/stable/\n[3]: https://github.com/thegamecracks/berconpy/blob/main/LICENSE\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthegamecracks%2Fberconpy","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fthegamecracks%2Fberconpy","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthegamecracks%2Fberconpy/lists"}