Metadata-Version: 2.1
Name: relic-tool-chunky-core
Version: 1.0.1
Summary: Core files used to read/write Relic Chunky files.
Home-page: https://github.com/MAK-Relic-Tool/Relic-Tool-Chunky-Core
Author: Marcus Kertesz
Project-URL: Bug Tracker, https://github.com/MAK-Relic-Tool/Issue-Tracker/issues
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Operating System :: OS Independent
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE.txt

# Relic Tool - Chunky - Core
[![PyPI](https://img.shields.io/pypi/v/relic-tool-chunky-core)](https://pypi.org/project/Relic-Tool-Chunky-Core/)
[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/relic-tool-chunky-core)](https://www.python.org/downloads/)
[![PyPI - License](https://img.shields.io/pypi/l/relic-tool-chunky-core)](https://github.com/MAK-Relic-Tool/Relic-Tool-Chunky-Core/blob/main/LICENSE.txt)
[![linting: pylint](https://img.shields.io/badge/linting-pylint-yellowgreen)](https://github.com/PyCQA/pylint)
[![Checked with mypy](http://www.mypy-lang.org/static/mypy_badge.svg)](http://mypy-lang.org/)
[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)
[![Pytest](https://github.com/MAK-Relic-Tool/Relic-Tool-Chunky-Core/actions/workflows/pytest.yml/badge.svg)](https://github.com/MAK-Relic-Tool/Relic-Tool-Chunky-Core/actions/workflows/pytest.yml)
[![Pylint](https://github.com/MAK-Relic-Tool/Relic-Tool-Chunky-Core/actions/workflows/pylint.yml/badge.svg)](https://github.com/MAK-Relic-Tool/Relic-Tool-Chunky-Core/actions/workflows/pylint.yml)
[![MyPy](https://github.com/MAK-Relic-Tool/Relic-Tool-Chunky-Core/actions/workflows/mypy.yml/badge.svg)](https://github.com/MAK-Relic-Tool/Relic-Tool-Chunky-Core/actions/workflows/mypy.yml)
#### Disclaimer
Not affiliated with Sega, Relic Entertainment, or THQ.
#### Description
Core files used to read/write Relic Chunky files.

## Installation (Pip)
### Installing from PyPI (Recommended)
```
pip install relic-tool-chunky-core
```
### Installing from GitHub
For more information, see [pip VCS support](https://pip.pypa.io/en/stable/topics/vcs-support/#git)
```
pip install git+https://github.com/MAK-Relic-Tool/Relic-Tool-Chunky-Core
```
