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-51.tar.gz
(3.0 kB
view details)
File details
Details for the file objx-51.tar.gz
.
File metadata
- Download URL: objx-51.tar.gz
- Upload date:
- Size: 3.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 | 955bf5ba36f4665c3a2e74018ec559e3084b4a52f5ec4c0f243dc5189cd613a4 |
|
MD5 | 3a27d96448e0c816e26b173553964f86 |
|
BLAKE2b-256 | 808aa3c6b5e9507db77f9610b9aee6c7e581571af3b9313c31d82ba190451d2d |