{"library":"peopledatalabs","title":"People Data Labs Python Client","description":"Official Python client for the People Data Labs API. Provides access to person, company, job, school, and other enrichment datasets. As of version 6.4.13, the library supports Python 3.8+ and is actively maintained with frequent dependency updates.","language":"python","status":"active","last_verified":"Fri May 01","install":{"commands":["pip install peopledatalabs"],"cli":null},"imports":["from peopledatalabs import PDLClient"],"auth":{"required":false,"env_vars":[]},"quickstart":{"code":"from peopledatalabs import PDLClient\n\nclient = PDLClient(api_key=os.environ.get('PDL_API_KEY', ''))\nresponse = client.person.enrichment(\n    email='test@example.com',\n    pretty=True\n)\nprint(response)","lang":"python","description":"Initialize the client with your API key and perform a person enrichment query by email.","tag":null,"tag_description":null,"last_tested":null,"results":[]},"compatibility":null}