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 Distributions
No source distribution files available for this release.See tutorial on generating distribution archives.
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-1-py3-none-any.whl
(3.5 kB
view details)
File details
Details for the file objz-1-py3-none-any.whl.
File metadata
- Download URL: objz-1-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 |
e181d379a3037d29babd69143410a8c7c915bfc09e57b088da276423275c5bf3
|
|
| MD5 |
12db0a22dba461e3facdd575730352f6
|
|
| BLAKE2b-256 |
2250ffbc5273561b760d997d0900193989b03ddf901c4a46eaee0dd6c74462d3
|