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-20.tar.gz
(21.3 kB
view details)
File details
Details for the file libop-20.tar.gz
.
File metadata
- Download URL: libop-20.tar.gz
- Upload date:
- Size: 21.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1c38d9783f499ccf43380810e8c214e299e0deaa12a97006b1a43aa71b1dacc6 |
|
MD5 | 6ddfdf0fb6eae6d805f366460fe37a09 |
|
BLAKE2b-256 | bdd24f4f107639157b6b86a65e5baaa1da76d8ab84cf3c9262e10b21311735bd |