objects
Project description
NAME
objz - a clean namespace
SYNOPSIS
>>> from objz.objects import Object
>>> from objz.serials import dumps, loads
>>> o = Object()
>>> o.a = "b"
>>> print(loads(dumps(o)))
{'a': 'b'}
DESCRIPTION
objz contains python3 code to program objz in a functional way. it provides an “clean namespace” Object class that only has dunder methods, so the namespace is not cluttered with method names.
This makes reading to/from json possible.
INSTALL
installation is done with pip
$ pip install objz
AUTHOR
Bart Thate <bthate@dds.nl>
COPYRIGHT
objz is Public Domain.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
objz-101.tar.gz
(6.1 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
objz-101-py3-none-any.whl
(4.9 kB
view details)
File details
Details for the file objz-101.tar.gz.
File metadata
- Download URL: objz-101.tar.gz
- Upload date:
- Size: 6.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4a2e4c2f2ed9bddb004637c5c28c26fd600c70f651bdfc5c1b3aee160dc12641
|
|
| MD5 |
e28bf392147e231864c759975a2d323d
|
|
| BLAKE2b-256 |
0be9cc7366e9b4563042a3a575e4d998c3c2441b8a311ea47f9276919ffda78f
|
File details
Details for the file objz-101-py3-none-any.whl.
File metadata
- Download URL: objz-101-py3-none-any.whl
- Upload date:
- Size: 4.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3931150183b5910d388a8637602e4a04f06396f38607cd3bd13893cc0614e8e7
|
|
| MD5 |
75d4f2f37638b7fb0b260f5caedabec9
|
|
| BLAKE2b-256 |
c2976894bd53986805c0bf05aeff1f460b1de8deac44a863faf28beccb44b13c
|