{"id":26159595,"url":"https://github.com/virxec/python-interface","last_synced_at":"2025-03-11T11:33:17.211Z","repository":{"id":219852178,"uuid":"749636818","full_name":"VirxEC/python-interface","owner":"VirxEC","description":"A high performance Python interface for communicating with RLBot v5.","archived":false,"fork":false,"pushed_at":"2025-03-06T05:18:41.000Z","size":1746,"stargazers_count":2,"open_issues_count":1,"forks_count":3,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-06T06:25:11.993Z","etag":null,"topics":["python","rlbot"],"latest_commit_sha":null,"homepage":"https://rlbot.org/v5","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/VirxEC.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}},"created_at":"2024-01-29T04:48:38.000Z","updated_at":"2025-03-06T05:18:45.000Z","dependencies_parsed_at":"2024-03-08T06:30:53.490Z","dependency_job_id":"ed47943a-5895-4083-a85d-7148cb5bf8c7","html_url":"https://github.com/VirxEC/python-interface","commit_stats":null,"previous_names":["virxec/python-interface"],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/VirxEC%2Fpython-interface","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/VirxEC%2Fpython-interface/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/VirxEC%2Fpython-interface/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/VirxEC%2Fpython-interface/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/VirxEC","download_url":"https://codeload.github.com/VirxEC/python-interface/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243025726,"owners_count":20223856,"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":["python","rlbot"],"created_at":"2025-03-11T11:33:02.384Z","updated_at":"2025-03-11T11:33:17.159Z","avatar_url":"https://github.com/VirxEC.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# RLBot Python Interface\n\nA high performance Python interface for communicating with RLBot v5.\n\n## Making a bot with this interface\n\nSee this video tutorial on YouTube for a quick start guide: \u003chttps://www.youtube.com/watch?v=GLqvodQ942A\u003e\n\nAlso see the [main RLBot wiki](https://wiki.rlbot.org/) (make sure to avoid info on v4) and also see [this project's wiki](https://github.com/VirxEC/python-interface/wiki)\n\n## Dev setup\n\nThe following is how to setup a development environment for this project, NOT how to create a bot using this interface!\n\n- Ensure Python 3.11+ is installed\n- Create a virtual Python environment\n  - `python3 -m venv venv`\n- Activate the virtual environment\n  - Windows: `venv\\Scripts\\activate.bat`\n  - Linux: `source venv/bin/activate`\n- Install the package\n  - `pip install --editable .`\n  - This will install the package in editable mode,\n  meaning you can make changes to the code, and they\n  will be reflected in the installed package without\n  having to run the command again\n- If you are making changes involving the flatbuffer schema and\n  [rlbot_flatbuffers_py](https://github.com/VirxEC/rlbot_flatbuffers_py),\n  also install your local copy of that package in editable mode:\n  - `pip uninstall rlbot_flatbuffers`\n  - `pip install --editable \u003cpath/to/rlbot_flatbuffers\u003e`\n\nThis project is formatted using [Black](https://github.com/psf/black).\n\n- Install: `pip install black`.\n- Use: `black .`\n\n## Testing\n\n- You can test launching a match with `python tests/runner.py`\n\n## Building\n\n- You can build the package with `python -m build`\n  - Note: You might have to `pip install -U build` first\n  - `rlbot-5.0.0-py3-none-any.whl` and `rlbot-5.0.0.tar.gz`\n  will be created in the `dist` folder\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvirxec%2Fpython-interface","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvirxec%2Fpython-interface","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvirxec%2Fpython-interface/lists"}