{"id":22279017,"url":"https://github.com/marklogic/marklogic-python-client","last_synced_at":"2025-09-08T16:38:09.089Z","repository":{"id":176386221,"uuid":"657582948","full_name":"marklogic/marklogic-python-client","owner":"marklogic","description":"Python client library for MarkLogic","archived":false,"fork":false,"pushed_at":"2024-03-20T14:14:51.000Z","size":335,"stargazers_count":4,"open_issues_count":0,"forks_count":3,"subscribers_count":10,"default_branch":"master","last_synced_at":"2024-04-14T11:15:09.171Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://marklogic.github.io/marklogic-python-client/","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/marklogic.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":"CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-06-23T11:33:41.000Z","updated_at":"2024-06-10T19:27:43.113Z","dependencies_parsed_at":"2023-10-11T16:46:02.573Z","dependency_job_id":"21367146-1172-449e-8284-58b3f452f3fe","html_url":"https://github.com/marklogic/marklogic-python-client","commit_stats":null,"previous_names":["marklogic/marklogic-python-client"],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marklogic%2Fmarklogic-python-client","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marklogic%2Fmarklogic-python-client/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marklogic%2Fmarklogic-python-client/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marklogic%2Fmarklogic-python-client/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/marklogic","download_url":"https://codeload.github.com/marklogic/marklogic-python-client/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":227941964,"owners_count":17844683,"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-12-03T15:17:47.324Z","updated_at":"2024-12-03T15:17:47.947Z","avatar_url":"https://github.com/marklogic.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# MarkLogic Python Client\n\nThe [Python `requests` library](https://pypi.org/project/requests/) allows Python developers to easily create \napplications that communicate with the [MarkLogic REST API](https://docs.marklogic.com/guide/rest-dev). The \nMarkLogic Python Client further simplifies usage of the `requests` library by supporting common authentication \nstrategies with MarkLogic and improving the user experience with some of the more common endpoints in the MarkLogic\nREST API.\n\nThe client requires Python 3.9 or higher. It is [available at PyPI](https://pypi.org/project/marklogic-python-client/)\nand can be [installed via pip](https://packaging.python.org/en/latest/guides/tool-recommendations/):\n\n    pip install marklogic-python-client\n\nThe client's sole dependency with MarkLogic is on the MarkLogic REST API. MarkLogic 10 and higher is supported, and \nearlier versions of MarkLogic that support the MarkLogic REST API are likely to work as well though are not tested.\n\nAn instance of the client can be easily created and then used in the exact same way as the `requests` API:\n\n```\nfrom marklogic import Client\nclient = Client(\"http://localhost:8000\", digest=(\"python-user\", \"pyth0n\"))\nresponse = client.get(\"/v1/search\", params={\"q\": \"marklogic and python\", \"pageLength\": 100})\n```\n\nPlease see [the user guide](https://marklogic.github.io/marklogic-python-client/) to start using the client.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmarklogic%2Fmarklogic-python-client","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmarklogic%2Fmarklogic-python-client","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmarklogic%2Fmarklogic-python-client/lists"}