{"id":16615633,"url":"https://github.com/pschmitt/ldifj","last_synced_at":"2026-05-16T15:38:56.694Z","repository":{"id":206580848,"uuid":"717146158","full_name":"pschmitt/ldifj","owner":"pschmitt","description":"Convert LDIF to JSON","archived":false,"fork":false,"pushed_at":"2024-03-09T09:02:05.000Z","size":28,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-01-17T18:00:06.257Z","etag":null,"topics":["json","ldap","ldif"],"latest_commit_sha":null,"homepage":"http://pypi.org/p/ldifj","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/pschmitt.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,"governance":null,"roadmap":null,"authors":null,"dei":null}},"created_at":"2023-11-10T17:00:21.000Z","updated_at":"2024-06-02T10:04:39.000Z","dependencies_parsed_at":"2024-03-09T10:22:04.489Z","dependency_job_id":"0b34c74f-a0ee-454d-a91e-0d61a64ceefd","html_url":"https://github.com/pschmitt/ldifj","commit_stats":null,"previous_names":["pschmitt/ldifj"],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pschmitt%2Fldifj","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pschmitt%2Fldifj/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pschmitt%2Fldifj/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pschmitt%2Fldifj/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pschmitt","download_url":"https://codeload.github.com/pschmitt/ldifj/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":242956551,"owners_count":20212454,"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":["json","ldap","ldif"],"created_at":"2024-10-12T02:10:07.666Z","updated_at":"2026-05-16T15:38:51.661Z","avatar_url":"https://github.com/pschmitt.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ldifj\n\nThis Python script parses LDAP Data Interchange Format (LDIF) files,\nand outputs **JSON**!\n\n## 🛠 Installation\n\nInstall the required modules with pip(x):\n\n```shell\npip install ldifj\n# the cool kids use pipx nowadays:\npipx install ldifj\n```\n\n## 🚀 Usage\n\n```console\n\nusage: ldif [-h] [--metadata] [FILE]\n\npositional arguments:\n  FILE         LDIF file to parse, set to '-' to read from stdin\n\noptional arguments:\n  -h, --help   show this help message and exit\n  --metadata, -m\n               Include metadata\n```\n\n## 📝 Examples\n\nTo parse an LDIF file, run:\n\n```shell\nldif example.ldif\n```\n\n`ldif` also accepts input from a pipe:\n\n```shell\ncat example.ldif | ldif\n```\n\nIf you want to include the metadata in the returned JSON object:\n\n```bash\nldif --metadata example.ldif\n```\n\n## 📜 License\n\n[GNU General Public License v3 (GPL-3)](./LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpschmitt%2Fldifj","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpschmitt%2Fldifj","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpschmitt%2Fldifj/lists"}