{"id":18272501,"url":"https://github.com/meowmeowahr/kevinbotlib","last_synced_at":"2025-04-05T02:31:06.616Z","repository":{"id":259312958,"uuid":"876394933","full_name":"meowmeowahr/kevinbotlib","owner":"meowmeowahr","description":"Robot Development Framework","archived":false,"fork":false,"pushed_at":"2025-04-01T03:44:55.000Z","size":4818,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-01T04:28:49.690Z","etag":null,"topics":["cli","command-line-tools","hatch","joystick","kevinbot","kevinbotlib","pydantic","pyside6","python","python3","qt","qt6","robot","robotics","serial","server","websocket","websockets","xbox-controller"],"latest_commit_sha":null,"homepage":"https://meowmeowahr.github.io/kevinbotlib/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"lgpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/meowmeowahr.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","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-10-21T22:34:54.000Z","updated_at":"2025-03-25T02:54:30.000Z","dependencies_parsed_at":"2024-10-24T09:43:23.518Z","dependency_job_id":"069ac0e1-b25a-48e7-a8f0-ef8a904bce3f","html_url":"https://github.com/meowmeowahr/kevinbotlib","commit_stats":null,"previous_names":["meowmeowahr/kevinbotlib"],"tags_count":15,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/meowmeowahr%2Fkevinbotlib","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/meowmeowahr%2Fkevinbotlib/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/meowmeowahr%2Fkevinbotlib/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/meowmeowahr%2Fkevinbotlib/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/meowmeowahr","download_url":"https://codeload.github.com/meowmeowahr/kevinbotlib/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247279367,"owners_count":20912870,"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":["cli","command-line-tools","hatch","joystick","kevinbot","kevinbotlib","pydantic","pyside6","python","python3","qt","qt6","robot","robotics","serial","server","websocket","websockets","xbox-controller"],"created_at":"2024-11-05T12:02:25.646Z","updated_at":"2025-04-05T02:31:06.553Z","avatar_url":"https://github.com/meowmeowahr.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n  \u003cimg src=\"https://github.com/meowmeowahr/kevinbotlib/raw/main/docs/media/icon.svg\" alt=\"Kevinbot v3 logo\" width=120/\u003e\n\u003c/p\u003e\n\n# KevinbotLib\n\n[![Ruff](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/ruff/main/assets/badge/v2.json)](https://github.com/astral-sh/ruff)\n[![uv](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/uv/main/assets/badge/v0.json)](https://github.com/astral-sh/uv)\n[![Hatch project](https://img.shields.io/badge/%F0%9F%A5%9A-Hatch-4051b5.svg)](https://github.com/pypa/hatch)\n[![PyPI - Version](https://img.shields.io/pypi/v/kevinbotlib.svg)](https://pypi.org/project/kevinbotlib)\n[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/kevinbotlib.svg)](https://pypi.org/project/kevinbotlib)\n[![Codacy Badge](https://app.codacy.com/project/badge/Grade/0a806fcc04e441538d3c92d42ab3f7ca)](https://app.codacy.com/gh/meowmeowahr/kevinbotlib/dashboard?utm_source=gh\u0026utm_medium=referral\u0026utm_content=\u0026utm_campaign=Badge_grade)\n\n-----\n\n**The KevinbotLib Robot Development Framework**\n\nKevinbotLib includes many utility classes for developing robots, such as communication, joystick input, logging, and more.\n\n## Table of Contents\n\n- [KevinbotLib](#kevinbotlib)\n  - [Table of Contents](#table-of-contents)\n  - [Installation](#installation)\n  - [Developing](#developing)\n    - [Set up module in development mode](#set-up-module-in-development-mode)\n    - [Formatting](#formatting)\n  - [License](#license)\n\n## Installation\n\n```console\npip install kevinbotlib\n```\n\n## Developing\n\n### Set up module in development mode\n\n- Install hatch\n  \n  [Hatch Installation](https://hatch.pypa.io/1.12/install/) (I recommend using pipx)\n- Clone this repo\n\n  ```console\n  git clone https://github.com/meowmeowahr/kevinbotlib \u0026\u0026 cd kevinbotlib\n  ```\n\n* Create env\n\n  ```console\n  hatch env create\n  ```\n\n* Activate env\n\n  ```console\n  hatch shell\n  ```\n\n### Formatting\n\nFormatting is done through ruff. You can run the formatter using:\n\n```console\nhatch fmt\n```\n\n## License\n\n`kevinbotlib` is distributed under the terms of the [LGPL-3.0-or-later](https://spdx.org/licenses/LGPL-3.0-or-later.html) license.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmeowmeowahr%2Fkevinbotlib","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmeowmeowahr%2Fkevinbotlib","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmeowmeowahr%2Fkevinbotlib/lists"}