Metadata-Version: 2.1
Name: ldap-filter
Version: 0.2.2
Summary: A Python utility library for working with Lightweight Directory Access Protocol (LDAP) filters.
Home-page: https://github.com/SteveEwell/python-ldap-filter
Author: Stephen Ewell
Author-email: steve@ewell.io
License: MIT
Description: 
        python-ldap-filter
        ==================
        
        **Build and generate LDAP filters**
        
        A Python utility library for working with Lightweight Directory Access
        Protocol (LDAP) filters.
        
        This project is a port of the
        `node-ldap-filters <https://github.com/tapmodo/node-ldap-filters>`__ and
        implements many of the same APIs. The filters produced by the library
        are based on `RFC 4515 <https://tools.ietf.org/html/rfc4515>`__.
        
        Links
        -----
        
        `GitHub <https://github.com/SteveEwell/python-ldap-filter>`_
        
        
Keywords: ldap filter rfc4515 utility development
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Requires-Python: !=2.*,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*
Provides-Extra: test
