Skip to content

mypaceshun/openldap-schema-parser

Repository files navigation

PyPI - Python Version

image

image

image

image

Documentation Status

openldap-schema-parser

OpenLDAP の schema ファイルをパースします。

Repository

https://github.com/mypaceshun/openldap-schema-parser

Document

https://openldap-schema-parser.readthedocs.io/ja/latest/

Install

$ pip install openldap-schema-parser

Command Usage

Usage: schema-parser [OPTIONS] TARGET

Options:
  --version     Show the version and exit.
  -h, --help    Show this message and exit.
  --expand-oid  Expand ObjectIdentifier

Library Usage

from openldap_schema_parser.parser import parse

result = parse("test.schema")
print(result)