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.

version.py 684B

123456789101112
  1. # THIS FILE IS AUTO-GENERATED. PLEASE DO NOT MODIFY# version file for ldap3
  2. # generated on 2018-04-14 17:22:42.649409
  3. # on system uname_result(system='Windows', node='ELITE10GC', release='10', version='10.0.16299', machine='AMD64', processor='Intel64 Family 6 Model 58 Stepping 9, GenuineIntel')
  4. # with Python 3.6.5 - ('v3.6.5:f59c0932b4', 'Mar 28 2018 17:00:18') - MSC v.1900 64 bit (AMD64)
  5. #
  6. __version__ = '2.5'
  7. __author__ = 'Giovanni Cannata'
  8. __email__ = 'cannatag@gmail.com'
  9. __url__ = 'https://github.com/cannatag/ldap3'
  10. __description__ = 'A strictly RFC 4510 conforming LDAP V3 pure Python client library'
  11. __status__ = '5 - Production/Stable'
  12. __license__ = 'LGPL v3'