Skip to main content

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-331.tar.gz (9.4 kB view details)

Uploaded Source

File details

Details for the file nixt-331.tar.gz.

File metadata

  • Download URL: nixt-331.tar.gz
  • Upload date:
  • Size: 9.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.11.2

File hashes

Hashes for nixt-331.tar.gz
Algorithm Hash digest
SHA256 25dcbd9990f0aaf294a1b50eb5e63ddbe034a566accd4d5c5f9c313ef53e73b0
MD5 3a4a8b98c8ed4c2c4eef57c86cd39fbf
BLAKE2b-256 522542dede61cc9310d4662f4777c21bef9cde7bc4d664e573d591a8a7c1e152

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page