objects runtime
Project description
NAME
OBJR - objects runtime
SYNOPSIS
>>> from objx import Object >>> from objr import fetch, sync >>> o = Object() >>> path = sync(o) >>> oo = Object() >>> fetch(oo, path)
DESCRIPTION
OBJR 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. OBJR is Public Domain.
FILES
~/.local/pipx/venvs/objr/
AUTHOR
Bart Thate <objx@proton.mel>
COPYRIGHT
OBJR 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
objr-100.tar.gz
(7.0 kB
view details)
File details
Details for the file objr-100.tar.gz
.
File metadata
- Download URL: objr-100.tar.gz
- Upload date:
- Size: 7.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0ab55f26a12d4256e5838449348fccee3bb40498f954b82fc0722cc00d844457 |
|
MD5 | 4e979eaf7ccdc8dd8a96b42a3edca831 |
|
BLAKE2b-256 | 8eed5879f7b639ad4c8d3e704a79b7fd1e4b1661ce761644f4d2c7ed89a0166e |