Skip to main content

Python API client library for phpIPAM installation

Project description

phpypam: Python API client library for phpIPAM installation

PyPI version Codacy Badge Documentation 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')

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

phpypam-1.0.1.tar.gz (6.7 kB view hashes)

Uploaded Source

Built Distribution

phpypam-1.0.1-py3-none-any.whl (20.0 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page