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-5.tar.gz (29.1 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