{"id":29104983,"url":"https://github.com/aserto-dev/python-directory","last_synced_at":"2026-03-09T10:31:40.082Z","repository":{"id":278816381,"uuid":"556349246","full_name":"aserto-dev/python-directory","owner":"aserto-dev","description":"Python gRPC bindings for the Aserto directory service.","archived":false,"fork":false,"pushed_at":"2025-03-25T16:42:14.000Z","size":363,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-08-31T16:53:34.895Z","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":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/aserto-dev.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS.md","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-10-23T16:48:06.000Z","updated_at":"2025-03-25T16:42:18.000Z","dependencies_parsed_at":"2025-03-24T17:40:49.812Z","dependency_job_id":null,"html_url":"https://github.com/aserto-dev/python-directory","commit_stats":null,"previous_names":["aserto-dev/python-directory"],"tags_count":12,"template":false,"template_full_name":null,"purl":"pkg:github/aserto-dev/python-directory","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aserto-dev%2Fpython-directory","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aserto-dev%2Fpython-directory/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aserto-dev%2Fpython-directory/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aserto-dev%2Fpython-directory/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/aserto-dev","download_url":"https://codeload.github.com/aserto-dev/python-directory/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aserto-dev%2Fpython-directory/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30291807,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-09T02:57:19.223Z","status":"ssl_error","status_checked_at":"2026-03-09T02:56:26.373Z","response_time":61,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":"2025-06-29T00:39:01.023Z","updated_at":"2026-03-09T10:31:40.070Z","avatar_url":"https://github.com/aserto-dev.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Aserto Directory gRPC client\nThis is an automatically generated client for interacting with Aserto's\n[Directory service](https://www.topaz.sh/docs/directory) using the gRPC protocol.\n\nThe code was generated from https://buf.build/aserto-dev/directory.\n\n## Installation\n\n### Using Pip\n```sh\npip install aserto-directory\n```\n\n### Using Poetry\n```sh\npoetry add aserto-directory\n```\n\n## Usage\n```py\nimport grpc\nfrom aserto.directory.reader.v3 import ReaderStub, GetObjectRequest\n\nwith grpc.secure_channel(\n    target=\"directory.prod.aserto.com:8443\",\n    credentials=grpc.ssl_channel_credentials(),\n) as channel:\n    reader = ReaderStub(channel)\n\n    # Read an object from the directory.\n    response = reader.GetObject(\n        GetObjectRequest(object_type=\"user\", object_id=\"rick@the-citadel.com\"),\n        metadata=(\n            (\"authorization\", f\"basic {ASERTO_DIRECTORY_API_KEY}\"),\n            (\"aserto-tenant-id\", ASERTO_TENANT_ID),\n        ),\n    )\n\n    print(\"Object:\", object_type.result)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faserto-dev%2Fpython-directory","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faserto-dev%2Fpython-directory","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faserto-dev%2Fpython-directory/lists"}