{"id":22769753,"url":"https://github.com/bfontaine/p7ldap","last_synced_at":"2025-07-24T08:03:31.090Z","repository":{"id":13861888,"uuid":"16559674","full_name":"bfontaine/p7ldap","owner":"bfontaine","description":":open_file_folder: Lightweight layer on top of python-ldap for Paris Diderot University’s LDAP server","archived":false,"fork":false,"pushed_at":"2014-10-01T14:01:13.000Z","size":136,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":6,"default_branch":"master","last_synced_at":"2025-03-23T23:43:41.381Z","etag":null,"topics":["ldap","library","paris-diderot","python"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/bfontaine.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2014-02-05T21:48:57.000Z","updated_at":"2017-06-30T15:39:21.000Z","dependencies_parsed_at":"2022-08-28T16:41:45.879Z","dependency_job_id":null,"html_url":"https://github.com/bfontaine/p7ldap","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bfontaine%2Fp7ldap","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bfontaine%2Fp7ldap/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bfontaine%2Fp7ldap/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bfontaine%2Fp7ldap/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bfontaine","download_url":"https://codeload.github.com/bfontaine/p7ldap/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246313113,"owners_count":20757432,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["ldap","library","paris-diderot","python"],"created_at":"2024-12-11T15:15:09.287Z","updated_at":"2025-03-30T11:29:39.040Z","avatar_url":"https://github.com/bfontaine.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# p7ldap\n\n**p7ldap** is a very lightweight layer on top of [`python-ldap`][pldap] to\nsearch on Paris Diderot University’s LDAP server.\n\n[pldap]: http://www.python-ldap.org/\n\nThis is only a proof of concept for now.\n\n## Install\n\nRequirements:\n* Python 2.7\n\nThe library can’t be installed for now, you can clone the repo and play with it\nif you want.\n\n```sh\ngit clone https://github.com/IP7/p7ldap.git\ncd p7ldap\npip install -r requirements.txt\n```\n\n## Usage\n\nSimple search:\n\n```python\nfrom p7ldap import connection,formatting\n\ncon = connection.Connection()\nformatting.print_search_results(con.search('yun'))\n```\n\nThis should print something like (I changed the email address):\n\n```\n1 result found:\n\n  Name: Jean-Baptiste Yunes\n  Email: bar@foo.univ-paris-diderot.fr\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbfontaine%2Fp7ldap","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbfontaine%2Fp7ldap","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbfontaine%2Fp7ldap/lists"}