objects library
Project description
NAME
OBJX - objects library
INSTALL
$ pip install objx
SYNOPSIS
>>> from objx import Object, read, write >>> o = Object() >>> o.a = "b" >>> write(o, "test") >>> oo = Object() >>> read(oo, "test") >>> oo {"a": "b"}
DESCRIPTION
OBJX provides an objx namespace that allows for easy json save//load to/from disk 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 has all the python3 code to program a unix cli program, such as disk perisistence for configuration files, event handler to handle the client/server connection, code to introspect modules for commands, deferred exception handling to not crash on an error, a parser to parse commandline options and values, etc. 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-50.tar.gz
(3.2 kB
view details)
File details
Details for the file objx-50.tar.gz
.
File metadata
- Download URL: objx-50.tar.gz
- Upload date:
- Size: 3.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 36779ac59b8852b85db18db3cad61d1eacb7cb34db9224767f1acddd1da0f48b |
|
MD5 | c94cdae5d3fd2bc7c6be2558a83a2386 |
|
BLAKE2b-256 | 4c2594ae91f86d4770dd011cd5c7c98d65c0dda922b4dc71887e5332ca6dcf98 |