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

Uploaded Source

File details

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

File metadata

  • Download URL: libop-5.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-5.tar.gz
Algorithm Hash digest
SHA256 95319345a293e8a6bf553d854572a38631bf47be5f62ffc516a31f78aee0e986
MD5 06050fa1ee22de6ef64662d49b52755d
BLAKE2b-256 d4d3b8f93be2936e27dc71b4d55c10009adaad2ae7f0b20b7ea27aecd7ab5688

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