{"id":13542069,"url":"https://github.com/eludris-community/velum","last_synced_at":"2026-02-22T01:46:29.426Z","repository":{"id":93059530,"uuid":"567797049","full_name":"eludris-community/velum","owner":"eludris-community","description":"Velum is an opinionated wrapper for the Eludris API written in Python.","archived":false,"fork":false,"pushed_at":"2023-11-08T00:10:46.000Z","size":117,"stargazers_count":7,"open_issues_count":1,"forks_count":3,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-02T09:41:18.069Z","etag":null,"topics":["eludris","eludris-api","eludris-wrapper","python","python3","python310"],"latest_commit_sha":null,"homepage":"","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/eludris-community.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}},"created_at":"2022-11-18T15:46:49.000Z","updated_at":"2023-05-22T19:40:23.000Z","dependencies_parsed_at":null,"dependency_job_id":"f5bf71d7-b437-4d53-96f4-6c4ab71159c3","html_url":"https://github.com/eludris-community/velum","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/eludris-community/velum","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eludris-community%2Fvelum","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eludris-community%2Fvelum/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eludris-community%2Fvelum/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eludris-community%2Fvelum/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/eludris-community","download_url":"https://codeload.github.com/eludris-community/velum/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eludris-community%2Fvelum/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29703227,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-21T23:35:04.139Z","status":"ssl_error","status_checked_at":"2026-02-21T23:35:03.832Z","response_time":107,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: 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":["eludris","eludris-api","eludris-wrapper","python","python3","python310"],"created_at":"2024-08-01T10:01:00.988Z","updated_at":"2026-02-22T01:46:29.408Z","avatar_url":"https://github.com/eludris-community.png","language":"Python","funding_links":[],"categories":["API wrappers"],"sub_categories":["Python"],"readme":"# Velum\n\nVelum is an opinionated wrapper for the [Eludris](https://eludris.com) API written in Python, very much inspired by [Hikari](https://github.com/hikari-py/hikari).\nIt can handle connection, keep-alive, gateway events and interacting with Eludris' REST-api. If you are looking for a command handler to go with Velum, please take a look at [Velum-Sail](https://github.com/eludris-community/velum-sail).\n\nPlease keep in mind that this library is still in its infancy, and some much needed features such as documentation are coming in the near\u003csup\u003eTM\u003c/sup\u003e future.\n\n\n# Installing\n\n*Python 3.10 or higher is required.*\n\nTo install the library, currently the only option is to install it off of this very github page.\n```\npython3 -m pip install -U git+https://github.com/eludris-community/velum\n```\nTo install optional dependencies to make everything run faster, Velum can also be installed through\n```\npython3 -m pip install -U -e git+https://github.com/eludris-community/velum.git#egg=velum[speedups]\n```\nThis will install `aiohttp` with speedups extras, `uvloop`, and `orjson`. For more information, please see the [example on speedups](https://github.com/eludris-community/velum/blob/master/examples/speedups.py).\n\n\n# Example\n\n```py\nimport asyncio\n\nimport velum\n\n\nclient = velum.GatewayClient()\n\n\n@client.listen()\nasync def listener(event: velum.MessageCreateEvent) -\u003e None:\n    await client.rest.send_message(f\"{event.author} just sent a message!\")\n\n\nasyncio.run(client.start())\n```\nFor more in-depth examples, please see the [examples directory](https://github.com/eludris-community/velum/tree/master/examples).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feludris-community%2Fvelum","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Feludris-community%2Fvelum","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feludris-community%2Fvelum/lists"}