NIXT
Project description
NAME
nixt - NIXT
SYNOPSIS
>>> from nixt.object import Object, dumps, loads
>>> o = Object()
>>> o.a = "b"
>>> print(loads(dumps(o)))
{'a': 'b'}
DESCRIPTION
NIXT has all you need to program a unix cli program, such as disk perisistence for configuration files, event handler to handle the client/server connection, etc.
NIXT contains python3 code to program objects 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 storing and reading to/from json possible.
INSTALL
installation is done with pip
$ pip install nixt
AUTHOR
Bart Thate <nixtniet@gmail.com>
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-340.tar.gz
(10.0 kB
view details)
File details
Details for the file nixt-340.tar.gz.
File metadata
- Download URL: nixt-340.tar.gz
- Upload date:
- Size: 10.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8915ca75a67f3481cfac55ab239ea009b00b339a3af81bb2dfd37860a0117b3f
|
|
| MD5 |
ee07c3f3d5cbfdaf90e4e89312abeec7
|
|
| BLAKE2b-256 |
350d1d788c70baa50a8f7215215bd4f64d6d1912ccc597dfce5cf227a265dba6
|