Skip to main content

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


Bart Thate <libbotx@gmail.com>

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-1.tar.gz (8.9 kB view hashes)

Uploaded Source

Supported by

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