Skip to content

Commit

Permalink
update the project description docs
Browse files Browse the repository at this point in the history
  • Loading branch information
sygslhy committed Dec 11, 2024
1 parent 15571a6 commit 500b2c7
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
12 changes: 7 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -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,
Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit 500b2c7

Please sign in to comment.