Metadata-Version: 2.3
Name: Spine-Asset
Version: 1.0.0
Summary: Spine Animation Asset Parser Library
License: MIT
Author: Harry Huang
Author-email: harryhuang2652@qq.com
Requires-Python: >=3.9,<4
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown

Spine-Asset-Py
==========
Spine Animation Asset Parser Library  
Spine 动画资源解析库

![PyPI - Version](https://img.shields.io/pypi/v/spine-asset?label=PyPI%20version)
![PyPI - Downloads](https://img.shields.io/pypi/dm/spine-asset?label=PyPI%20downloads)
[![GitHub Workflow - Test](https://img.shields.io/github/actions/workflow/status/isHarryh/Spine-Asset-Py/test.yml?label=Test)](https://github.com/isHarryh/Spine-Asset-Py/actions/workflows/test.yml)

## Introduction

This Python library implements [Spine](https://esotericsoftware.com) skeleton parsing.

### Features

| Spine Version | Skeleton Binary Parsing | Skeleton JSON Parsing | Atlas Parsing |
| :------------ | :---------------------- | :-------------------- | :------------ |
| 3.8           | √ Yes                   | √ Yes                 | × No          |

## Usage

Install from PyPI:

```shell
pip install spine_asset
```

## Licensing

This project is licensed under the MIT License. See the [License](https://github.com/isHarryh/Spine-Asset-Py/blob/main/LICENSE) file for more details.

