objects library
Project description
NAME
OBJX - objects library
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 objx 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 <objx@proton.me>
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-52.tar.gz
(4.7 kB
view details)
File details
Details for the file objx-52.tar.gz
.
File metadata
- Download URL: objx-52.tar.gz
- Upload date:
- Size: 4.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | be41e6437ce58dad7af36b0b358fd29286922b76b8bf6a8be7edb17a068561f6 |
|
MD5 | 6df1ae7be64b05a2218874eb18a27d32 |
|
BLAKE2b-256 | 3dcb07dac6ed48073a0d8c7f833b27dac7b9ed248b4496ed0d4e388d58e20597 |