Metadata-Version: 2.2
Name: relic-tool-sga
Version: 2.0.1
Summary: A collection of libraries for reading & writing Relic's SGA archive files.
Author: Marcus Kertesz
Project-URL: Bug Tracker, https://github.com/MAK-Relic-Tool/Issue-Tracker/issues
Project-URL: Homepage, https://github.com/MAK-Relic-Tool/Relic-Tool-SGA
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE.txt
Requires-Dist: relic-tool-sga-core>=2.0.1

# Relic Tool - SGA
[![PyPI](https://img.shields.io/pypi/v/relic-tool-sga)](https://pypi.org/project/relic-tool-sga/)
[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/relic-tool-sga)](https://www.python.org/downloads/)
[![PyPI - License](https://img.shields.io/pypi/l/relic-tool-sga)](https://github.com/MAK-Relic-Tool/Relic-Tool-SGA/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)
[![Builds](https://github.com/MAK-Relic-Tool/Relic-Tool-SGA/actions/workflows/build-check.yml/badge.svg)](https://github.com/MAK-Relic-Tool/Relic-Tool-SGA/actions/workflows/build-check.yml)

#### Disclaimer
Not affiliated with Sega, Relic Entertainment, or THQ.

#### Description
A collection of libraries for reading & writing Relic's SGA archive files.

## Installation (Pip)
### Installing from PyPI (Recommended)
```
pip install relic-tool-sga
```
Which will install
- [SGA Core](https://github.com/MAK-Relic-Tool/SGA-Core) (Required for other plugins to work)
- [SGA V2](https://github.com/MAK-Relic-Tool/SGA-V2) (Dawn of War I / Impossible Creatures)


### Installing from GitHub
Relic-Tool-SGA only installs pip libraries, and generally shouldn't be installed via GitHub.

If you want to build from GitHub, you should install each repository manually.

Please see instructions for installing  individual repositories on their respective pages.
- [Core](https://github.com/MAK-Relic-Tool/SGA-Core) (Required for other plugins to work)
- [V2](https://github.com/MAK-Relic-Tool/SGA-V2) (Dawn of War I / Impossible Creatures)
