Metadata-Version: 2.4
Name: lihzahrd
Version: 4.0.0b1
Summary: Terraria world parser in Python
Project-URL: Repository, https://forge.steffo.eu/steffo/lihzahrd/
Project-URL: Issues, https://forge.steffo.eu/steffo/lihzahrd/issues
Project-URL: Documentation, https://artifacts.steffo.eu/steffo/lihzahrd/
Author-email: Stefano Pigozzi <me@steffo.eu>
Maintainer-email: Stefano Pigozzi <me@steffo.eu>
License-Expression: AGPL-3.0-or-later
License-File: LICENSE.md
Keywords: game,parser,terraria
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+)
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.14
Classifier: Topic :: Games/Entertainment
Classifier: Topic :: Games/Entertainment :: Side-Scrolling/Arcade Games
Classifier: Typing :: Typed
Requires-Python: >=3.14
Requires-Dist: numpy>=2.4.2
Provides-Extra: cli
Requires-Dist: click>=8.3.1; extra == 'cli'
Description-Content-Type: text/markdown

<div align="center">
<img alt="" src="https://forge.steffo.eu/steffo/lihzahrd/raw/branch/main/.media/icon-512.png" height="128" style="border-radius: 100%;">
<hgroup>
<h1>Lihzahrd</h1>
<p>Terraria world parser in Python</p>
</hgroup>
</div>

## Links

### Context

<a href="https://www.terraria.org/">
	<img alt="For Terraria" title="For Terraria" src="https://img.shields.io/badge/game-terraria-1cd85e" height="30px">
</a>

### Tools

<a href="https://www.python.org/">
	<img alt="Written in Python" title="Written in Python" src="https://img.shields.io/badge/language-python-3775a9" height="30px">
</a>

### Packaging

<a href="https://pypi.org/project/lihzahrd">
	<img alt="Available on PyPI" title="Available on PyPI" src="https://img.shields.io/pypi/v/lihzahrd?label=pypi&color=ffd242" height="30px">
</a>
&hairsp;
<a href="https://forge.steffo.eu/steffo/-/packages/pypi/lihzahrd">
	<img alt="Available on Forgejo Packages" title="Available on Forgejo Packages" src="https://img.shields.io/badge/forgejo%20packages-latest-ff6600" height="30px">
</a>

### Documentation

<a href="https://artifacts.steffo.eu/steffo/lihzahrd/">
	<img alt="Documentation available" title="Documentation available" src="https://img.shields.io/website?url=https%3A%2F%2Fartifacts.steffo.eu%2Fsteffo%2Flihzahrd%2F&up_color=175d36&up_message=available&down_message=error&label=documentation" height="30px">
</a>
&hairsp;
<a href="https://www.gnu.org/licenses/agpl-3.0.en.html">
	<img alt="Licensed under EUPL-1.2" title="Licensed under EUPL-1.2" src="https://img.shields.io/badge/license-AGPL--3.0--or--later-a32d2a" height="30px">
</a>

### Development

<a href="https://forge.steffo.eu/steffo/lihzahrd">
	<img alt="Code repository" title="Code repository" src="https://img.shields.io/gitea/last-commit/steffo/lihzahrd?gitea_url=https%3A%2F%2Fforge.steffo.eu&color=374351" height="30px">
</a>
&hairsp;
<a href="https://forge.steffo.eu/steffo/lihzahrd/releases">
	<img alt="Releases" title="Releases" src="https://img.shields.io/gitea/v/release/steffo/lihzahrd?gitea_url=https%3A%2F%2Fforge.steffo.eu&label=last+release&color=374351" height="30px">
</a>
&hairsp;
<a href="https://forge.steffo.eu/steffo/lihzahrd/issues">
	<img alt="Issues" title="Issues" src="https://img.shields.io/gitea/issues/open/steffo/lihzahrd?gitea_url=https%3A%2F%2Fforge.steffo.eu&label=issues&color=374351" height="30px">
</a>
&hairsp;
<a href="https://forge.steffo.eu/steffo/lihzahrd/pulls">
	<img alt="Pull requests" title="Pull requests" src="https://img.shields.io/gitea/pull-requests/open/steffo/lihzahrd?gitea_url=https%3A%2F%2Fforge.steffo.eu&color=374351" height="30px">
</a>
