objects
Project description
NAME
OBJX - objects
SYNOPSIS
>>> from objx import Object, dumps, loads >>> o = Object() >>> o.a = "b" >>> print(loads(dumps(o))) {'a': 'b'}
DESCRIPTION
OBJX contains all the python3 code to program objects in a functional way. It provides a base Object class that has only dunder methods, all methods are factored out into functions with the objects as the first argument. I call it Object Programming (OP), OOP without the oriented. OBJX 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 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-80.tar.gz
(3.7 kB
view details)
File details
Details for the file objx-80.tar.gz
.
File metadata
- Download URL: objx-80.tar.gz
- Upload date:
- Size: 3.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 | b91aefd86b026801029c8879d1c5b06789c8ed24914942b452ac3bb4b4b48353 |
|
MD5 | 53432a29bdf1c37612008024b208b760 |
|
BLAKE2b-256 | f4a27a2e9ac980d1d86849c8ca4f0a59eef5a250d6e6b31aad4e6ead90ba5391 |