Convert your JSON files into Pydantic classes.
Project description
Installation
jsonpyd can be installed by running pip install jsonpyd
Example Usage
Let's say you have a class like that;
class M:
qux = "blue"
def __init__(self):
self.bar = 55
self.foo = 89
self.baz = 121
To watch the changes, you need the add the @pys() as a class decorator.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
jsonpyd-0.1.0.tar.gz
(4.5 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file jsonpyd-0.1.0.tar.gz.
File metadata
- Download URL: jsonpyd-0.1.0.tar.gz
- Upload date:
- Size: 4.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.6.1 CPython/3.10.12 Linux/6.2.0-37-generic
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d3205ec41cf0db29b4e759841dcbbc986ffac27d695183a179a618b7ca12a2bb
|
|
| MD5 |
5b1b9356922adca691213adfd1679277
|
|
| BLAKE2b-256 |
e465782914d419e2872cb5173fac287f30f2c5f6a265e9fb9a3cf7b30ec45413
|
File details
Details for the file jsonpyd-0.1.0-py3-none-any.whl.
File metadata
- Download URL: jsonpyd-0.1.0-py3-none-any.whl
- Upload date:
- Size: 5.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.6.1 CPython/3.10.12 Linux/6.2.0-37-generic
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8c7540ae8a72533a7f611eeaad078e3fcad34061c5766b7539a5bc17a10d4b52
|
|
| MD5 |
9f9711a0e41c37eae83a56a4776b6ef7
|
|
| BLAKE2b-256 |
cde2c9e37926e51ae084f27a889609bc672e1a198e97b0687797efc4304ce9a8
|