{"id":19282188,"url":"https://github.com/itstato/pterodactylpy","last_synced_at":"2026-02-26T00:43:33.706Z","repository":{"id":256350335,"uuid":"854326524","full_name":"ItsTato/PterodactylPy","owner":"ItsTato","description":"A Python wrapper for the Pterodactyl API.","archived":false,"fork":false,"pushed_at":"2025-01-16T06:48:22.000Z","size":37,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"edge","last_synced_at":"2025-04-01T17:57:54.628Z","etag":null,"topics":["pterodactyl","pterodactyl-api","pterodactyl-api-wrapper","pterodactyl-panel","pterodactyl-panel-api","python","python-library","python-module","python-package","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":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ItsTato.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-09-09T00:50:01.000Z","updated_at":"2025-01-16T06:48:23.000Z","dependencies_parsed_at":"2024-11-09T21:26:35.443Z","dependency_job_id":"28dd4061-5c0c-415e-b60a-7d248fd91b8a","html_url":"https://github.com/ItsTato/PterodactylPy","commit_stats":null,"previous_names":["itstato/pterodactylpy"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ItsTato%2FPterodactylPy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ItsTato%2FPterodactylPy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ItsTato%2FPterodactylPy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ItsTato%2FPterodactylPy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ItsTato","download_url":"https://codeload.github.com/ItsTato/PterodactylPy/tar.gz/refs/heads/edge","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250162016,"owners_count":21385025,"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":["pterodactyl","pterodactyl-api","pterodactyl-api-wrapper","pterodactyl-panel","pterodactyl-panel-api","python","python-library","python-module","python-package","python3","python310"],"created_at":"2024-11-09T21:25:43.444Z","updated_at":"2026-02-26T00:43:28.681Z","avatar_url":"https://github.com/ItsTato.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Pterodactyl.py\n\n\u003e [!CAUTION]\n\u003e Package is still in very early development. Do not use in a production environment!\n\n\u003e [!WARNING]\n\u003e All current code and structure is subject to change.\n\nA Python wrapper for the Pterodactyl API.\n\n## Random Notes (Ordered in priority)\n\nI've switched to a different development methodology. Instead of building this blindly, I'm going to make use of it in another project. This way, I can slowly add what I really need and fix the most important bugs. I think this gives me the right to call it, \"purpose-built\" as well, no?\n\n- [x] Remove bloat\n- [x] ~~Rewrite into async. Yes, that's right. I'm doing that.~~ No, I'm not doing that. Mind fog cleared.\n- [ ] Remove all methods like \"update_user\". Make them more specific.\n- [ ] [User].update(), [Node].delete(), etc.\n- - [x] User\n- - [ ] Allocations\n- - [ ] Nodes\n- [ ] Implement pagination\n- [ ] Add include arguments to everything\n\n## Example\n\n```python title=\"get_user.py\"\nimport pterodactyl\n\npanel_url:str = \"http://panel.example.com/\"\npterodactyl_application_key:str = \"ptla_shhhhhhhhhhhhhhhhhhhhh!\"\n\nPanel = pterodactyl.API.Application(panel_url,pterodactyl_application_key)\n\nuser = Panel.Users.get_user(1)\nuser.set(\"first_name\",\"Tato\")\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fitstato%2Fpterodactylpy","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fitstato%2Fpterodactylpy","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fitstato%2Fpterodactylpy/lists"}