[GH-ISSUE #191] Feature suggestion: Add type annotations to Proxmoxer #104

Open
opened 2026-02-27 15:46:28 +03:00 by kerem · 2 comments
Owner

Originally created by @igorbga on GitHub (Dec 5, 2024).
Original GitHub issue: https://github.com/proxmoxer/proxmoxer/issues/191

Having the code of Proxmoxer type annotated would be a great addition.

We are currently using Proxmoxer in a project where types are checked with BasedPyright and having no typing in Proxmoxer requires quite a mess in order to always ignore Proxmoxer related type issues.

Besides being more comfortable having type annotations would allow us to make a safer and more confident use of Proxmoxer.

Thanks

Originally created by @igorbga on GitHub (Dec 5, 2024). Original GitHub issue: https://github.com/proxmoxer/proxmoxer/issues/191 Having the code of Proxmoxer type annotated would be a great addition. We are currently using Proxmoxer in a project where types are checked with BasedPyright and having no typing in Proxmoxer requires quite a mess in order to always ignore Proxmoxer related type issues. Besides being more comfortable having type annotations would allow us to make a safer and more confident use of Proxmoxer. Thanks
Author
Owner

@jhollowe commented on GitHub (Dec 13, 2024):

There is some amount of adding type that would be possible, but any typing on the returned data or to validate a API path is not possible.

If you would like type annotations on the proxmoxer objects/classes, PRs are welcome!

<!-- gh-comment-id:2541872120 --> @jhollowe commented on GitHub (Dec 13, 2024): There is some amount of adding type that would be possible, but any typing on the returned data or to validate a API path is not possible. If you would like type annotations on the proxmoxer objects/classes, PRs are welcome!
Author
Owner

@dlucredativ commented on GitHub (Jan 27, 2026):

https://pypi.org/project/proxmoxer-stubs/, feedback is appreciated.

<!-- gh-comment-id:3806135105 --> @dlucredativ commented on GitHub (Jan 27, 2026): https://pypi.org/project/proxmoxer-stubs/, feedback is appreciated.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/proxmoxer#104
No description provided.