you have been nixt.
Project description
NAME
nixt - you have been nixt.
SYNOPSIS
$ sudo pip install nixt
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, code to introspect modules for commands, deferred exception handling to not crash on an error, a parser to parse commandline options and values, etc. NIXT is 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.
AUTHOR
xobjectz <objx@proton.me>
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-4.tar.gz
(13.7 kB
view details)
File details
Details for the file nixt-4.tar.gz
.
File metadata
- Download URL: nixt-4.tar.gz
- Upload date:
- Size: 13.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 02992afaaf3ed9f87e3f115e1e7010e2b91aa832ea86aaa84763136c3094c334 |
|
MD5 | 41eebfa439720f7fbd05f390a2ef8b37 |
|
BLAKE2b-256 | 3b2db8e7fc02976864469f9d345174100edafc4d1d1f42428c1d6396d2cd19f5 |