# $FreeBSD$
# Created by: Davíð Steinn Geirsson <david@isnic.is>
PORTNAME= proxmoxer
PORTVERSION= 1.0.4
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= david@isnic.is
COMMENT= Proxmoxer is a wrapper around the Proxmox REST API v2.
LICENSE= MIT
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}requests>=2.0.0:www/py-requests@${PY_FLAVOR}
USES= python:2.7+
USE_PYTHON= distutils autoplist
.include <bsd.port.mk>
SHA256 (proxmoxer-1.0.4.tar.gz) = 48de41cc3927057dc7f8d7e9bd489145b43847541e443aa82b011faf7e424694
SIZE (proxmoxer-1.0.4.tar.gz) = 16754
Proxmoxer is a wrapper around the Proxmox REST API v2.
It was inspired by slumber, but it dedicated only to Proxmox. It allows to use not only REST API over HTTPS, but the same api over ssh and pvesh utility.
Like Proxmoxia it dynamically creates attributes which responds to the attributes youâve attempted to reach.
WWW: https://github.com/proxmoxer/proxmoxer