Python Wrapper for the Proxmox 2.x API (HTTP and SSH)


Keywords
proxmox, api, documentation, mkdocs-material
License
MIT
Install
pip install proxmoxer==2.0.1

Documentation

Proxmoxer Documentation

Documentation for the proxmoxer python library

This documentation is available ato https://proxmoxer.github.io/docs

Deploy main ("dev") branch

Developing

To build and serve the documentation locally, follow the steps below

  1. pip install -r requirements.txt - install dependencies
  2. mkdocs serve - serve the documentation
  3. mike serve - OPTIONAL: serve the multi-version documentation

If you are using Visual Studio Code, you can instead just use the included devcontainer definition to develop within a Docker container. This allows automatically installs all needed dependencies and provides a consistent, repeatable development environment which does not conflict with anything else and can be easily removed.