From 500b2c7a84c45da39753fd077e62c275be959f8e Mon Sep 17 00:00:00 2001 From: Yuan SUN Date: Wed, 11 Dec 2024 23:24:37 +0100 Subject: [PATCH] update the project description docs --- README.md | 12 +++++++----- pyproject.toml | 1 + 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 41586b3..d1ba920 100644 --- a/README.md +++ b/README.md @@ -1,13 +1,15 @@ # CXX Image IO -![GitHub tag (with filter)](https://img.shields.io/github/v/tag/sygslhy/image-io) -[![Supported Python versions](https://img.shields.io/pypi/pyversions/cxx-image-io.svg?style=flat-square)](https://pypi.org/project/cxx-image-io) +![PyPI - Version](https://img.shields.io/pypi/v/cxx-image-io) +![Supported Python versions](https://img.shields.io/pypi/pyversions/cxx-image-io.svg?style=flat-square) ![Supported OS](https://img.shields.io/badge/OS-Linux_%7C_Windows_%7C_macOS-blue) +![Supported Archi](https://img.shields.io/badge/Architecture-x86__64_%7C_ARM__64-green) [![License](https://img.shields.io/badge/license-MIT-blue.svg?style=flat-square)](https://github.com/sygslhy/image-io/blob/main/LICENSE.md) -![PyPI - Version](https://img.shields.io/pypi/v/cxx-image-io) +[![pypi/downloads](https://shields.io/pypi/dm/cxx-image-io)](https://pypi.org/project/cxx-image-io/#files) ![Wheel OS](https://img.shields.io/badge/wheels-Linux_%7C_Windows_%7C_macOS-green) -![Supported Archi](https://img.shields.io/badge/Architecture-x86__64_%7C_ARM__64-green) -![Implementation](https://shields.io/pypi/implementation/tree-sitter-zathurarc) +[![CI](https://github.com/sygslhy/image-io/actions/workflows/wheels.yml/badge.svg)](https://github.com/sygslhy/image-io/actions/workflows/wheels.yml) +[![Weekly](https://github.com/sygslhy/image-io/actions/workflows/schedule.yml/badge.svg)](https://github.com/sygslhy/image-io/actions/workflows/schedule.yml) + CXX Image IO is a Python project which provides the image IO interfaces, binding with the C++ library: https://github.com/emmcb/cxx-image, diff --git a/pyproject.toml b/pyproject.toml index 81d6fd6..74cd3c8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -37,3 +37,4 @@ classifiers = [ Homepage = "https://github.com/sygslhy/image-io" Repository = "https://github.com/sygslhy/image-io" Issues = "https://github.com/sygslhy/image-io/issues" +Releases = "https://github.com/sygslhy/image-io/releases"