Metadata-Version: 2.4
Name: redneck
Version: 0.2.1
Summary: A small, plugin-driven, declarative modpack builder,
Project-URL: Repository, https://github.com/Ariss-Interactive/redneck
Maintainer-email: mjarduk <mjarduk@gmail.com>
License-Expression: GPL-3.0-or-later
License-File: LICENSE
Classifier: Development Status :: 4 - Beta
Classifier: Programming Language :: Python
Requires-Python: >=3.13
Requires-Dist: coloredlogs>=15.0.1
Requires-Dist: pydantic>=2.12.5
Requires-Dist: pyyaml>=6.0.3
Requires-Dist: requests-cache>=1.2.1
Requires-Dist: requests>=2.32.5
Description-Content-Type: text/markdown

<p align="center">
  <img src="https://raw.githubusercontent.com/Ariss-Interactive/redneck/refs/heads/master/docs/assets/logo.png" alt="Redneck">
</p>

<hr>

Redneck is a small, plugin-driven, declarative modpack builder.

Here's an example of how you can declare a mod with a few lines of YAML code:
```yaml
- load: modrinth
  id: fabric-api
  project: "fabric-api"
  version: "0.92.7+1.20.1"
```

# Install

You can install redneck from the PyPI by typing `pip install redneck` (that simple, yes!)

# Usage

You can start with running `redneck init`, and changing the base configuration found in `pack.yml` & the file found in `mods/`. Additional parameters should -- hopefully -- be explained in the docs.