Development of an internal social media platform with personalised dashboards for students
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

METADATA 1.5KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  1. Metadata-Version: 2.0
  2. Name: pyldap
  3. Version: 3.0.0.post1
  4. Summary: DEPRECATED; use python-ldap instead
  5. Home-page: https://github.com/pyldap/pyldap/
  6. Author: pyldap project
  7. Author-email: python-ldap@python.org
  8. License: Python style
  9. Download-URL: https://pypi.python.org/pypi/pyldap/
  10. Description-Content-Type: UNKNOWN
  11. Platform: UNKNOWN
  12. Requires-Dist: python-ldap (>=3.0.0b1)
  13. -----------------------
  14. THIS FORK IS DEPRECATED
  15. -----------------------
  16. The pyldap fork was merged back into python-ldap,
  17. and released as python-ldap 3.0.0.
  18. Development continues at:
  19. https://github.com/python-ldap/python-ldap/
  20. Documentation is available at:
  21. https://python-ldap.org/
  22. To install the new code, use::
  23. pip install python-ldap
  24. Package pyldap 3.0 now exists only to require python-ldap.
  25. .. warning::
  26. Unfortunately, due to `pip bug 4961`_, upgrading from previous versions
  27. using ``pip`` makes the ``ldap`` module unimportable.
  28. Instead of upgrading, please replace ``pyldap`` by ``python-ldap``
  29. in two separate steps::
  30. python -m pip uninstall pyldap
  31. python -m pip install python-ldap
  32. If upgraded already issue, you can fix your environment by uninstalling
  33. and reinstalling ``python-ldap``::
  34. python -m pip uninstall python-ldap
  35. python -m pip install python-ldap
  36. We are sorry for the inconvenience.
  37. If you have a better solution, please join the discussion at `pyldap bug 148`_.
  38. .. _pip bug 4961: https://github.com/pypa/pip/issues/4961
  39. .. _pyldap bug 148: https://github.com/pyldap/pyldap/issues/148