original programmer
Project description
L I B O P
!!
NAME
OP - original programmer
DESCRIPTION
OP (original programmer) is a package that provides basic programming
tools, such as disk perisistence for configuration files, event handler
to handle the client/server connections, code to introspect modules for
commands, deferred exception handling to not crash on an error, a parser
to parse commandline options and values, etc.
LIBOP is a contribution back to society and is Public Domain.
SYNOPSIS
>>> from op import Object, read, write >>> o = op.Object() >>> o.a = "b" >>> write(o, "demo") >>> oo = op.Object() >>> read(oo, "demo") >>> oo {"a": "b"}
INSTALL
pipx install libop
AUTHOR
COPYRIGHT
LIBOP is a contribution back to society and is Public Domain.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
libop-2.tar.gz
(8.9 kB
view details)
File details
Details for the file libop-2.tar.gz
.
File metadata
- Download URL: libop-2.tar.gz
- Upload date:
- Size: 8.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 14c63479803d90f9b62da8af758f2560bf3520cdd1ea3bfd2b7d2817d7e4eb14 |
|
MD5 | 13b603e1ffaa72d73009363c4dcd9054 |
|
BLAKE2b-256 | d8b8faa1bb7058ac64b6fae5c6ed374e238f90c0a97bd21657951824540ca8c4 |