PKG-INFO 837 B

1234567891011121314151617181920
  1. Metadata-Version: 1.0
  2. Name: kerberos
  3. Version: 1.1.1
  4. Summary: Kerberos high-level interface
  5. Home-page: UNKNOWN
  6. Author: UNKNOWN
  7. Author-email: UNKNOWN
  8. License: UNKNOWN
  9. Description:
  10. This Python package is a high-level wrapper for Kerberos (GSSAPI) operations.
  11. The goal is to avoid having to build a module that wraps the entire Kerberos.framework,
  12. and instead offer a limited set of functions that do what is needed for client/server
  13. Kerberos authentication based on <http://www.ietf.org/rfc/rfc4559.txt>.
  14. Platform: UNKNOWN
  15. Classifier: License :: OSI Approved :: Apache Software License
  16. Classifier: Programming Language :: Python :: 2
  17. Classifier: Topic :: Software Development :: Libraries :: Python Modules
  18. Classifier: Topic :: System :: Systems Administration :: Authentication/Directory