objects
Project description
NAME
OBJX - objects
SYNOPSIS
>>> from objx import Object, dumps, loads >>> o = Object() >>> o.a = "b" >>> print(loads(dumps(o)) {'a': 'b'}
INSTALL
$ pip install objx
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. It is called 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.
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-126.tar.gz
(3.6 kB
view details)
File details
Details for the file objx-126.tar.gz
.
File metadata
- Download URL: objx-126.tar.gz
- Upload date:
- Size: 3.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5ac6c4eae27094433cbfb0644e07dd28762ba54c709aefcd46d60c5895b80320 |
|
MD5 | 643e36f653093b84c809e126e613593a |
|
BLAKE2b-256 | c1f6c189528c26489b9b65797096f5ef9db70ec383a0e3e2d28942b25a4e38d1 |