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 details)

Uploaded Source

File details

Details for the file libop-1.tar.gz.

File metadata

  • Download URL: libop-1.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

Hashes for libop-1.tar.gz
Algorithm Hash digest
SHA256 b649cb228de4411d659aa91f56e50999d48e1764999c8fc1567fcfe4fd5e1e66
MD5 b289da544de6867775b1e29afaa4f67e
BLAKE2b-256 463e2813bef0f69a1caf9eeeba087974213f12e09bcec60e0267501f96dd1fb7

See more details on using hashes here.

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