Metadata-Version: 2.1
Name: nsscache
Version: 0.48
Summary: nsscache tool and library
Home-page: https://github.com/google/nsscache
Author: Jamie Wilkinson
Author-email: jaq@google.com
License: GPL
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Indended Audience :: System Administrators
Classifier: License :: OSI Approved :: GPL
Classifier: Operating System :: POSIX
Classifier: Programming Language :: Python
Classifier: Topic :: System
Requires-Python: ~=3.4
License-File: COPYING
Provides-Extra: ldap
Requires-Dist: python-ldap; extra == "ldap"
Requires-Dist: python3-ldap; extra == "ldap"
Provides-Extra: http
Requires-Dist: pycurl; extra == "http"
Provides-Extra: s3
Requires-Dist: boto3; extra == "s3"
Provides-Extra: consul
Requires-Dist: pycurl; extra == "consul"
Provides-Extra: gcs
Requires-Dist: google-cloud-storage; extra == "gcs"

nsscache is a Python library and a commandline frontend to that library
that synchronises a local NSS cache against a remote directory service, such
as LDAP.
