Metadata-Version: 2.1
Name: thw-submission-generator
Version: 0.1.1
Summary: Generate map descriptions for hiveworkshop.com
License: MIT
Author: Cokemonkey11
Author-email: Cokemonkey11@gmail.com
Requires-Python: >=3.6,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Requires-Dist: ruamel.yaml (>=0.17.20,<0.18.0)
Description-Content-Type: text/markdown

Start with a config file:

```yaml
---
map_name: "Dota alstars"
author: "feirfox"
repo_uri: null
contributing: null
introduction: |+
  Dota is very fun game, league of legends stole from dota bascically
screenshots:
  - caption: Invoker
    uri: https://i.imgur.com/smX662W.jpeg
  - caption: Pikachu
    uri: https://i.imgur.com/Czgalle.jpeg
icon_table:
  title: "Heroes"
  contents:
    - caption: "Drow, likes to shot pewpew"
      uri: https://i.imgur.com/XxEwZWP.png
changelog:
  - version: 0.1.0
    date: 16 Jul 1969
    changes:
      - Landed on the moon
credits:
  - peq
  - Frotty
  - hiveworkshop
```

And generate a hive post:

```shell
./generate_submission_template.sh config.yaml
```

Produces:

![Example post](screenshot.png)

