{"id":15442927,"url":"https://github.com/wumpyproject/wumpy","last_synced_at":"2025-10-04T18:07:12.807Z","repository":{"id":40990297,"uuid":"393772130","full_name":"wumpyproject/wumpy","owner":"wumpyproject","description":"Discord API Wrapper - Easy enough for Wumpus, and fast enough for Clyde!","archived":false,"fork":false,"pushed_at":"2023-03-20T13:04:54.000Z","size":2667,"stargazers_count":27,"open_issues_count":12,"forks_count":1,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-09-25T10:24:52.428Z","etag":null,"topics":["bot-api","discord","discord-api","discord-bot","python-3","wrapper"],"latest_commit_sha":null,"homepage":"https://wumpy.readthedocs.io/en/latest/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/wumpyproject.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}},"created_at":"2021-08-07T19:17:44.000Z","updated_at":"2025-01-13T03:25:08.000Z","dependencies_parsed_at":"2024-12-28T17:59:56.332Z","dependency_job_id":"30b4400e-a60d-49ee-842a-f0a09b7f11c5","html_url":"https://github.com/wumpyproject/wumpy","commit_stats":{"total_commits":750,"total_committers":2,"mean_commits":375.0,"dds":"0.0013333333333332975","last_synced_commit":"08b1628a8aa4bddf6bd25b4e9418247783fa6663"},"previous_names":["bluenix2/wumpy"],"tags_count":14,"template":false,"template_full_name":null,"purl":"pkg:github/wumpyproject/wumpy","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wumpyproject%2Fwumpy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wumpyproject%2Fwumpy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wumpyproject%2Fwumpy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wumpyproject%2Fwumpy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/wumpyproject","download_url":"https://codeload.github.com/wumpyproject/wumpy/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wumpyproject%2Fwumpy/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278351122,"owners_count":25972703,"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","status":"online","status_checked_at":"2025-10-04T02:00:05.491Z","response_time":63,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["bot-api","discord","discord-api","discord-bot","python-3","wrapper"],"created_at":"2024-10-01T19:31:51.846Z","updated_at":"2025-10-04T18:07:12.747Z","avatar_url":"https://github.com/wumpyproject.png","language":"Python","readme":"# Wumpy\n\nA Discord API wrapper for Python. Wumpy aims to be easy enough for Wumpus, and\nextensible enough for Clyde!\n\n## Community\n\nThere is a [development Discord server](https://discord.gg/ZWpjYdKKTF) you can\njoin. GitHub Discussions is used for support.\n\n## Usage\n\nIf you are new to Wumpy consider [reading the documentation](https://wumpy.rtfd.io).\n\nA lot of the functionality of Wumpy is separated into *multiple subpackages*,\nfor example [`wumpy-gateway`](library/wumpy-gateway/README.md) (imported as\n`wumpy.gateway`) is a subpackage that only contains the code for interacting\nwith the gateway.\n\nIf you are building another library, consider using some of these subpackages\ninstead of re-implementing the same functionality - more times than not it is\nonly the highest level (the one that the end-user interacts with) that differs.\nFor Wumpy the highest level of abstraction is\n[`wumpy-client`](library/wumpy-client/README.md) which is built on top of all\nother subpackages.\n\n## Support\n\nIf you have a problem please open a discussion through GitHub. This is the best\nplace to ask for help as only bug reports or detailed feature requests should\ngo in the issue tracker.\n\n⭐ Please consider starring the repository, it really helps! ⭐\n\n## Future plans\n\nThe highest priority right now is to get full API coverage, while keeping the\nstandards of quality that Wumpy stands for.\n\nDevelopment is triaged through\n[this GitHub project](https://github.com/orgs/wumpyproject/projects/1) if you\nget curious about the current state of the project, this brings together all\nissues and todos from all subpackage.\n\n## Contributing\n\nThe library is only first now starting to get a good structure. Take a look\nat [CONTRIBUTING.md](CONTRIBUTING.md) and\n[the Wiki](https://github.com/wumpyproject/wumpy/wiki) for developer notes and\ndifferent design decision write-ups.\n\nThe library is licensed under one of MIT or Apache 2.0 (up to you). Please\nsee [LICENSE](./LICENSE) for more information.\n\n## Version guarantees\n\nThe Wumpy project's official subpackages all follow\n[Semantic Versioning 2.0](https://semver.org/):\n\n- Major version bumps hold no guarantees at all.\n\n- Minor version bumps are backwards compatible but not forwards compatible.\n\n- Patch versions are *both* backwards compatible and forwards compatible.\n\nTo simplify the above, this is how it will affect you (these are imaginary\nexample versions):\n\n- You can upgrade from `v1.0.6` to `v1.0.8`, or downgrade to `v1.0.3` without\n  any code changes.\n\n- You can upgrade from `v1.5.0` to `v1.6.0` without any code changes, but you\n  can't downgrade to `v1.4.0`.\n\n- You cannot upgrade from `v4.0.0` to `v5.0.0` or downgrade to `v3.0.0`. Major\n  versions have no guarantee of compatability.\n\n## Public API\n\nThe public API is documented in the API reference hosted on Read the docs,\nwhich can be found [here](https://wumpy.rtfd.io/).\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwumpyproject%2Fwumpy","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwumpyproject%2Fwumpy","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwumpyproject%2Fwumpy/lists"}