{"library":"python-freeipa","title":"python-freeipa","description":"A lightweight FreeIPA client library for Python. Provides Pythonic access to FreeIPA JSON-RPC API. Current version is 1.0.10, requires Python >=3.10. Release cadence is low (last release in 2023).","language":"python","status":"active","last_verified":"Fri May 01","install":{"commands":["pip install python-freeipa"],"cli":null},"imports":["from freeipa.client import FreeIPA"],"auth":{"required":false,"env_vars":[]},"quickstart":{"code":"from freeipa.client import FreeIPA\n\nclient = FreeIPA(\n    host='ipa.example.com',\n    username='admin',\n    password='secret'\n)\nprint(client.user_find('admin'))","lang":"python","description":"Initialize a FreeIPA client and perform a user search. Replace host, username, password with actual credentials.","tag":null,"tag_description":null,"last_tested":null,"results":[]},"compatibility":null}