NIXT
Project description
NAME
nixt - NIXT
SYNOPSIS
>>> from nixt.object import Object
>>> from nixt.json import 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, deferred exception handling to not crash on an error, 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 pipx
$ 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-330.tar.gz
(9.5 kB
view details)
File details
Details for the file nixt-330.tar.gz.
File metadata
- Download URL: nixt-330.tar.gz
- Upload date:
- Size: 9.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
adc74b7201ba7476cbb2357303f52c22ee5d1719267e97ca183062e4d678e43e
|
|
| MD5 |
3e889d57d6ecfbd372182087d7051cf8
|
|
| BLAKE2b-256 |
4c051b4ee60b29d9ad894b4366eab1cd0c65b47bf099a1fc6d75aae54b56088f
|