Skip to main content

original programmer

Project description

NAME

LIBOP - original programmer.

DESCRIPTION

LIBOP is a python3 library providing all the tools to create a
unix command line program, such as disk perisistence for
configuration files, event handler to handle the client/server
connection, code to introspect modules for commands, a parser to
parse commandline options and values, etc.

SYNOPSIS

>>> from op import Object
>>> o = Object()
>>> o.a = "b"
>>> write(o, "test")
>>> oo = Object()
>>> read(oo, "test")
>>> oo
{"a": "b"}

INSTALL

$ pip install libobj

AUTHOR

libbot <libbotx@gmail.com>

COPYRIGHT

LIBOP is placed in the 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-3.tar.gz (28.6 kB view details)

Uploaded Source

File details

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

File metadata

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

File hashes

Hashes for libop-3.tar.gz
Algorithm Hash digest
SHA256 c3bb32e1db12b16d5716ab73484e6e2c38f67362621b4d46921489ac7bd82f7b
MD5 289751878ae673846c357dcc7f3757af
BLAKE2b-256 42870698ba6ed333d5756a17aa7bc1f0dd95777a1d45cf9e492d9e0638ac330c

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