Metadata-Version: 2.4
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"
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: home-page
Dynamic: license
Dynamic: license-file
Dynamic: provides-extra
Dynamic: requires-python
Dynamic: summary

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.
