Skip to main content

A python package used to parse ss13 dm files into json

Project description

Goon Parser

Installation

Using Pip

pip install goon_parser

Using Poetry

poetry add goon_parser

Usage

CLI
- Poetry
poetry run generate json './path/to/file.dm' './path/to/output.json'
Parser
from goon_parser.parser import get_dict, get_json

chemistry_recipes_dict = get_dict('./Chemistry_Recipes.dm')
chemistry_recipes_json = get_json('./Chemistry_Recipes.dm')

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

goon_parser-0.2.0.tar.gz (38.4 kB view hashes)

Uploaded Source

Built Distribution

goon_parser-0.2.0-py3-none-any.whl (40.1 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page