objects
Project description
NAME
OBJX - objects
INSTALL
$ pip install objx
SYNOPSIS
>>> from objx import Object, dumps, loads >>> o = Object() >>> o.a = "b" >>> txt = dumps(o) >>> loads(txt) {"a": "b"}
DESCRIPTION
OBJX provides an obx namespace that allows for easy json save//load of objects. It provides an "clean namespace" Object class that only has dunder methods, so the namespace is not cluttered with method names. This makes storing and reading to/from json possible. OBJX is Public Domain.
AUTHOR
Bart Thate <bthate@dds.nl>
COPYRIGHT
OBJX is Public Domain.
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
objx-53.tar.gz
(5.0 kB
view details)
File details
Details for the file objx-53.tar.gz
.
File metadata
- Download URL: objx-53.tar.gz
- Upload date:
- Size: 5.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 14088961893964bd5cdbe59a73a418e8bdd055cc3843e3b2fa4b9be89fef12b2 |
|
MD5 | 4d35a8e416fadd14d3ebc54db8533a67 |
|
BLAKE2b-256 | 09336b2eed9d2e31b8856371d3e58578d0b2aba923c13c666a7b148fef140e2b |