Metadata-Version: 2.1
Name: ldtkpy
Version: 1.2.5
Summary: Load and parse LDtk files, with full types definitions.
Home-page: https://ldtk.io/api/
Author: Yann Vaillant
Author-email: va@yan.pm
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Project-URL: Repository, https://github.com/vayan/ldtk-py
Description-Content-Type: text/markdown

# LDtk Python 

Load and parse LDtk files, with full types definitions. 

Automatically generated from Json Schema using QuickType.

See https://ldtk.io/api/

can be used like that:


```python 
import json
from ldtkpy.api import ldtk_json_from_dict

result = ldtk_json_from_dict(json.loads(json_string))
```
