From c9216ba01c383b4999ca823b984b810f1902985e Mon Sep 17 00:00:00 2001 From: Cryptex <64497526+Cryptex-github@users.noreply.github.com> Date: Tue, 16 Aug 2022 12:46:30 -0700 Subject: [PATCH 1/2] Add ril to projects.yml --- docs/data/projects.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/data/projects.yml b/docs/data/projects.yml index 19b6d5250..00533ae3e 100644 --- a/docs/data/projects.yml +++ b/docs/data/projects.yml @@ -606,3 +606,10 @@ ci: [github] os: [linux, apple] note: A machine learning model serving framework powered by Rust + +- name: ril + gh: Cryptex-github/ril-py + ci: [github] + os: [windows, apple, linux] + pypi: pyril + notes: A python binding to Rust Imaging library using maturin and Pyo3, utilizes Github Action cache to improve speed. Builds abi3 wheels. From ed290fac3d5c3f099b62978a00519d477c5e9eeb Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Tue, 16 Aug 2022 19:50:09 +0000 Subject: [PATCH 2/2] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- docs/data/projects.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/data/projects.yml b/docs/data/projects.yml index 00533ae3e..ecdb4658c 100644 --- a/docs/data/projects.yml +++ b/docs/data/projects.yml @@ -606,7 +606,7 @@ ci: [github] os: [linux, apple] note: A machine learning model serving framework powered by Rust - + - name: ril gh: Cryptex-github/ril-py ci: [github]