NIXT
Project description
NAME
nixt - NIXT
SYNOPSIS
>>> from nixt.objects import Object, dumps, loads
>>> o = Object()
>>> o.a = "b"
>>> print(loads(dumps(o))
{'a': 'b'}
INSTALL
$ pip install nixt
DESCRIPTION
NIXT 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. NIXT 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
NIXT 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
nixt-200.tar.gz
(7.3 kB
view details)
File details
Details for the file nixt-200.tar.gz.
File metadata
- Download URL: nixt-200.tar.gz
- Upload date:
- Size: 7.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b70d7b15ab40db43e3f4cd2ee6e0ac2465f7b9ecc476e08aab7352c516c7b3ba
|
|
| MD5 |
f02b613656c316a1ce17a2e3dd9c67f7
|
|
| BLAKE2b-256 |
094352eba3bb4c7a0b96adf28c92ab6c0a886428b8271d68db2b2b6319fe4de2
|