PKG-INFO 818 B

12345678910111213141516171819
  1. Metadata-Version: 1.0
  2. Name: pam
  3. Version: 0.1.3
  4. Summary: PAM interface using ctypes
  5. Home-page: http://atlee.ca/software/pam
  6. Author: Chris AtLee
  7. Author-email: chris@atlee.ca
  8. License: MIT
  9. Download-URL: http://atlee.ca/software/pam/dist/0.1.3
  10. Description: An interface to the Pluggable Authentication Modules (PAM) library on linux, written in pure python (using ctypes)
  11. Platform: UNKNOWN
  12. Classifier: Development Status :: 3 - Alpha
  13. Classifier: Intended Audience :: Developers
  14. Classifier: License :: OSI Approved :: MIT License
  15. Classifier: Operating System :: POSIX :: Linux
  16. Classifier: Operating System :: MacOS :: MacOS X
  17. Classifier: Programming Language :: Python
  18. Classifier: Topic :: Software Development :: Libraries :: Python Modules
  19. Classifier: Topic :: System :: Systems Administration :: Authentication/Directory