Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/stvnksslr/dataslate-parser
Parser to create unit cards for killteam/40k/horus heresy/AoS
https://github.com/stvnksslr/dataslate-parser
age-of-sigmar battlescribe hacktoberfest hacktoberfest2021 horus-heresy kill-team necromunda python tabletop-gaming warhammer warhammer-40k
Last synced: about 9 hours ago
JSON representation
Parser to create unit cards for killteam/40k/horus heresy/AoS
- Host: GitHub
- URL: https://github.com/stvnksslr/dataslate-parser
- Owner: stvnksslr
- Created: 2019-01-24T04:02:41.000Z (almost 6 years ago)
- Default Branch: main
- Last Pushed: 2024-08-18T16:59:53.000Z (3 months ago)
- Last Synced: 2024-08-18T18:13:06.359Z (3 months ago)
- Topics: age-of-sigmar, battlescribe, hacktoberfest, hacktoberfest2021, horus-heresy, kill-team, necromunda, python, tabletop-gaming, warhammer, warhammer-40k
- Language: Python
- Homepage: https://dataslate.dev
- Size: 23.7 MB
- Stars: 10
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Dataslate Parser
[![Build](https://github.com/stvnksslr/dataslate-parser/actions/workflows/build.yml/badge.svg)](https://github.com/stvnksslr/dataslate-parser/actions/workflows/build.yml)[![Deploy](https://github.com/stvnksslr/dataslate-parser/actions/workflows/deploy.yaml/badge.svg)](https://github.com/stvnksslr/dataslate-parser/actions/workflows/deploy.yaml)
This project is to take in battlescribe roster files and output them into easily printable sheets or cards since the current output is awful.
## Requirements
- Python 3.11+
## Setup
### Poetry
1. `poetry install`
2. `poetry shell`
3. `pytest`### Pip
1. `python -m venv .venv`
2. `activate with your preferred method`
3. `pip install -r requirements-dev.txt`
4. `pytest`### Run App
To run application from python environment :
- from base directory `uvicorn src.main:app`
### Icons
The icons are available on https://github.com/jermarchand/wh40k-icon/releases/tag/v0.2.0