{"id":27603221,"url":"https://github.com/klukashka/vaultx","last_synced_at":"2025-10-10T10:19:09.528Z","repository":{"id":277827006,"uuid":"933585633","full_name":"klukashka/Vaultx","owner":"klukashka","description":"🛡️ Python 3.x httpx client for HashiCorp's Vault","archived":false,"fork":false,"pushed_at":"2025-04-15T17:03:07.000Z","size":2582,"stargazers_count":5,"open_issues_count":5,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-08-25T02:23:36.540Z","etag":null,"topics":["aiohttp","async","httpx","python3","vault","vault-client"],"latest_commit_sha":null,"homepage":"https://klukashka.github.io/Vaultx/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/klukashka.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","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,"zenodo":null}},"created_at":"2025-02-16T10:28:11.000Z","updated_at":"2025-08-22T16:51:11.000Z","dependencies_parsed_at":"2025-02-16T12:26:02.352Z","dependency_job_id":"5e6c8d5f-c6d6-471c-9d48-87ff9703d6c7","html_url":"https://github.com/klukashka/Vaultx","commit_stats":null,"previous_names":["klukashka/vaultx"],"tags_count":9,"template":false,"template_full_name":null,"purl":"pkg:github/klukashka/Vaultx","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/klukashka%2FVaultx","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/klukashka%2FVaultx/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/klukashka%2FVaultx/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/klukashka%2FVaultx/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/klukashka","download_url":"https://codeload.github.com/klukashka/Vaultx/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/klukashka%2FVaultx/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279003502,"owners_count":26083594,"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","status":"online","status_checked_at":"2025-10-10T02:00:06.843Z","response_time":62,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["aiohttp","async","httpx","python3","vault","vault-client"],"created_at":"2025-04-22T19:14:01.633Z","updated_at":"2025-10-10T10:19:09.509Z","avatar_url":"https://github.com/klukashka.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n    \u003ca href=\"https://github.com/klukashka/Vaultx\"\u003e\n    \u003cimg src=\"https://github.com/user-attachments/assets/f9b82311-e1ec-4cf2-8792-3c0d9a7ab8c1\" alt=\"Vaultx\"\u003e \u003c/a\u003e\n\u003c/p\u003e\n\u003cp align=\"center\"\u003e\n    \u003cem\u003eVaultx is a Python 3.x client for HashiCorp's Vault. It is based on httpx and provides both sync and async clients.\u003c/em\u003e\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"https://github.com/klukashka/Vaultx/actions/workflows/run_tests.yml/badge.svg\" alt=\"Tests status\"\u003e\n  \u003cimg src=\"https://klukashka.github.io/Vaultx/coverage.svg\" alt=\"Coverage\"\u003e\n  \u003cimg src=\"https://img.shields.io/pypi/pyversions/Vaultx?color=dark-green\" alt=\"Supported Python versions\"\u003e\n  \u003cimg src=\"https://img.shields.io/badge/Supported%20OS-Windows%2C%20macOS%2C%20Linux-default\" alt=\"Supported OS\"\u003e\n  \u003cimg src=\"https://static.pepy.tech/badge/Vaultx/month\" alt=\"Downloads per month\"\u003e\n\u003c/p\u003e\n\n---\n**Documentation:** \u003chttps://klukashka.github.io/Vaultx/\u003e\n\n**Source code:**: \u003chttps://github.com/klukashka/Vaultx/\u003e\n\n---\n\n## Installation\n\n```shell\npip install vaultx\n```\n\n\u003e**Note**: Vaultx is inspired by [hvac](https://github.com/hvac/hvac). Architecture and interface are taken from there.\n\n## Features\n\n* Supports async\n* Based on [httpx](https://github.com/encode/httpx)\n* Supports [hvac](https://github.com/hvac/hvac) interface\n* Faster than [hvac](https://github.com/hvac/hvac)\n\n## Documentation\n* [Overview](https://klukashka.github.io/Vaultx/)\n* [Getting Started](https://klukashka.github.io/Vaultx/overview/getting_started)\n* [Usage](https://klukashka.github.io/Vaultx/usage/)\n* [Async Support](https://klukashka.github.io/Vaultx/overview/async_support)\n* [Contribute](https://klukashka.github.io/Vaultx/contribute/guidelines/)\n\n## Contributing\nIf you want to contribute, follow the [Contribution Guide](https://klukashka.github.io/Vaultx/contribute/guidelines/).","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fklukashka%2Fvaultx","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fklukashka%2Fvaultx","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fklukashka%2Fvaultx/lists"}