Parallels / artifactory

A Python client for Artifactory
MIT License
82 stars 54 forks source link

Add session, fix Windows test #55

Closed allburov closed 2 years ago

allburov commented 7 years ago

Hello! We use LDAP-auth in Artifactory, and every http-session connection establishment slows down the work, when we done something like this or bulk remove artifacts

    for p in path.glob('**/*'):
        print(p)

I have added requests.session to object and operating time decreases

Also fix test on Windows system