Hacktoberfest 2026:メンテナが10月に向けて印を付けた、オープンで初心者向けの issue。 Hacktoberfest の issue を見る

Support async in OFREP provider

オープン
#310 コメント 0 件 リアクション 0 件 担当者 0 名 GitHub で見る

まだ誰も着手していません。

評価

難易度
4/5
見積もり時間
3〜5日
初心者へのやさしさ
25/100
issue の種類
機能追加
明瞭さ
おおむね明確
活発さ
停滞
技術スタック
python
領域
api

調査の方向性

PR #311 に示されている OFREP provider ファイルから始め、続いて依存関係の設定と provider の既存テストを確認してください。依存関係の変更を確認し、同期リクエストと非同期リクエストのテストを追加または更新してから、作業を完了とみなす前に provider が両方をサポートしていることを検証してください。

索引モデルが issue の本文から書いたものです。

説明

Right now the OFREP provider uses requests, which means that it can only support sync APIs.

Would there be any willingness to move to using the httpx library for http requests rather than requests? It's API compatible so should be a straightforward port, and it would then become trivial to add support for async requests.

I've opened https://github.com/open-feature/python-sdk-contrib/pull/311 to show concretely what I'm proposing, though I'll note that that PR just shows the update to the OFREP provider file; it still needs updates to dependencies to add httpx, new/updated tests, etc., just want to get more confirmation before going further.

(I opened the PR because I implemented the provider in my internal code and if nothing else wanted to share.)

主要言語
Python
スター
27
フォーク
33
平均マージ
5時間
マージ済み PR(30日)
10

コントリビューションガイド

コントリビューションガイドを開く

はじめの一歩

  1. issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
  2. 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
  3. リポジトリをフォークし、ブランチを切って変更します。
  4. issue 番号を参照したプルリクエストを送ります。

open-feature/python-sdk-contrib のほかの issue

open-feature/python-sdk-contrib の issue をすべて見る

似ている issue

Python の issue をもっと見る

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。