{"id":20206136,"url":"https://github.com/requests/requests-ntlm","last_synced_at":"2025-05-14T19:08:50.767Z","repository":{"id":5505899,"uuid":"6705902","full_name":"requests/requests-ntlm","owner":"requests","description":"NTLM authentication support for Requests.","archived":false,"fork":false,"pushed_at":"2024-06-09T23:50:47.000Z","size":134,"stargazers_count":341,"open_issues_count":22,"forks_count":100,"subscribers_count":19,"default_branch":"master","last_synced_at":"2025-05-08T00:03:24.717Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/requests.png","metadata":{"files":{"readme":"README.rst","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2012-11-15T14:26:00.000Z","updated_at":"2025-04-13T21:15:48.000Z","dependencies_parsed_at":"2025-03-16T12:00:26.743Z","dependency_job_id":"4b05f1d6-bcc4-4097-86c1-0d64ee65c7d5","html_url":"https://github.com/requests/requests-ntlm","commit_stats":{"total_commits":109,"total_committers":28,"mean_commits":3.892857142857143,"dds":0.8532110091743119,"last_synced_commit":"b80f1c72eb3fd974b2576c303c49b2048ef9e80d"},"previous_names":[],"tags_count":9,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/requests%2Frequests-ntlm","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/requests%2Frequests-ntlm/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/requests%2Frequests-ntlm/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/requests%2Frequests-ntlm/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/requests","download_url":"https://codeload.github.com/requests/requests-ntlm/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254209859,"owners_count":22032897,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-14T05:21:33.576Z","updated_at":"2025-05-14T19:08:48.987Z","avatar_url":"https://github.com/requests.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"requests-ntlm\n=============\n\n.. image:: https://github.com/requests/requests-ntlm/actions/workflows/ci.yml/badge.svg\n    :target: https://github.com/requests/requests-ntlm/actions/workflows/ci.yml\n\nThis package allows for HTTP NTLM authentication using the requests library.\n\nUsage\n-----\n\n``HttpNtlmAuth`` extends requests ``AuthBase``, so usage is simple:\n\n.. code:: python\n\n    import requests\n    from requests_ntlm import HttpNtlmAuth\n\n    requests.get(\"http://ntlm_protected_site.com\",auth=HttpNtlmAuth('domain\\\\username','password'))\n\n``HttpNtlmAuth`` can be used in conjunction with a ``Session`` in order to\nmake use of connection pooling. Since NTLM authenticates connections,\nthis is more efficient. Otherwise, each request will go through a new\nNTLM challenge-response.\n\n.. code:: python\n\n    import requests\n    from requests_ntlm import HttpNtlmAuth\n\n    session = requests.Session()\n    session.auth = HttpNtlmAuth('domain\\\\username','password')\n    session.get('http://ntlm_protected_site.com')\n\nInstallation\n------------\n\n    pip install requests_ntlm\n\nRequirements\n------------\n\n- requests_\n- pyspnego_\n\n.. _requests: https://github.com/kennethreitz/requests/\n.. _pyspnego: https://github.com/jborean93/pyspnego/\n\nAuthors\n-------\n\n- `Ben Toews`_\n\n.. _Ben Toews: https://github.com/mastahyeti\n\n- `Ian Cordasco`_\n\n.. _Ian Cordasco: https://github.com/sigmavirus24\n\n- `Cory Benfield`_\n\n.. _Cory Benfield: https://github.com/Lukasa\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frequests%2Frequests-ntlm","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frequests%2Frequests-ntlm","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frequests%2Frequests-ntlm/lists"}