Python API client library for phpIPAM installation
Project description
phpypam: Python API client library for phpIPAM installation
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
Release history Release notifications | RSS feed
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.0.tar.gz
(4.9 kB
view hashes)
Built Distribution
phpypam-1.0.0-py3-none-any.whl
(17.8 kB
view hashes)