objects
Project description
NAME
objz - a clean namespace
SYNOPSIS
>>> from objz import Object, 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-100.tar.gz
(4.7 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-100-py3-none-any.whl
(3.5 kB
view details)
File details
Details for the file objz-100.tar.gz.
File metadata
- Download URL: objz-100.tar.gz
- Upload date:
- Size: 4.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
059c2f74c77f4744050bc3799a99d532344c22fb8dfaefc7b6b1a75285ec6f1a
|
|
| MD5 |
8e70d0fa197c748d0584c5b7e18841ab
|
|
| BLAKE2b-256 |
371f47407299aee7d37b5fc1a1e31367caff2d0efe34203e66dae031a5f25830
|
File details
Details for the file objz-100-py3-none-any.whl.
File metadata
- Download URL: objz-100-py3-none-any.whl
- Upload date:
- Size: 3.5 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 |
f699bc931e06918d3afd08b1e961cd7936d08ceb92b7004007e7f8d0fd4e0a86
|
|
| MD5 |
345cd697e411d9ead4b0b2668d6803db
|
|
| BLAKE2b-256 |
e88155bc16154dd92ebd282b0f6cffe6a7deda99baac67aad35a969835041c46
|