Skip to content

Latest commit

 

History

History
59 lines (41 loc) · 1.64 KB

README.rst

File metadata and controls

59 lines (41 loc) · 1.64 KB
PyPI - Python Version https://github.com/mypaceshun/openldap-schema-parser/workflows/Test/badge.svg?branch=main&event=push https://codecov.io/gh/mypaceshun/openldap-schema-parser/branch/main/graph/badge.svg?token=1H6ZVS122O https://static.pepy.tech/badge/openldap-schema-parser 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)