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 libop

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-10.tar.gz (29.1 kB view details)

Uploaded Source

File details

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

File metadata

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

File hashes

Hashes for libop-10.tar.gz
Algorithm Hash digest
SHA256 823cee7a687bd65865ab01a3069cb3eed79e60d25bab667cd0f6b29b7a0b6d4a
MD5 ae95085e6fb33ba27b63d6988acad200
BLAKE2b-256 eb3e3d5df4fc3711f347f86ed2d0352b5f4d5d0bf5d1f4d7dc881494d012f60b

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