Metadata-Version: 2.1
Name: api-deezer-full
Version: 0.0.1b38
Summary: Wrapper for all 'hidden' deezer APIs
License: CC BY 4.0
Author: An0nimia
Author-email: an0nimia@protonmail.com
Requires-Python: >=3.12,<4.0
Classifier: License :: Other/Proprietary License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.12
Requires-Dist: pydantic (>=2.4.1,<3.0.0)
Requires-Dist: pyjwt (>=2.8.0,<3.0.0)
Requires-Dist: requests (>=2.32.0,<3.0.0)
Description-Content-Type: text/markdown

# API DEEZER FULL

## Convert JSON 2 Models

Use [this](https://transform.tools/json-to-json-schema) to convert JSON to JSON Schema
then use datamodel-code-generator

```bash
datamodel-codegen --input person.json --input-file-type jsonschema --output model.py
```

