phpypam: Python API client library for phpIPAM installation

https://badge.fury.io/py/phpypam.svgPyPI version https://app.codacy.com/project/badge/Grade/ed3511c33a254bfe942777c9ef3251e3Codacy Badge https://readthedocs.org/projects/phpypam/badge/?version=latestDocumentation Status

phpypam is intended to be a complete library for speaking with phpIPAM API.

Using phpypam is as easy as using the UI.

import phpypam

pi = phpypam.api(
  url='https://ipam.example.com',
  app_id='ansible',
  username='apiuser',
  password='apiP455wd',
  ssl_verify=True
)
pi.get_entity(controller='sections')