bot in reverse !
Project description
NAME
SYNOPSIS
>>> from tob.objects import Object
>>> from tob.serials import dumps, loads
>>> o = Object()
>>> o.a = "b"
>>> print(loads(dumps(o)))
{'a': 'b'}
DESCRIPTION
TOB has all you need to program a unix cli program, such as disk perisistence for configuration files, event handler to handle the client/server connection, etc.
TOB contains python3 code to program objects in a functional way. it provides an “clean namespace” Object class that only has dunder methods, so the namespace is not cluttered with method names. This makes storing and reading to/from json possible.
INSTALL
installation is done with pip
AUTHOR
COPYRIGHT
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file tob-138.tar.gz.
File metadata
- Download URL: tob-138.tar.gz
- Upload date:
- Size: 7.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b74ab5ced074bbadec817ca71ed21d42a0dc361f551117246036fd50cade246e
|
|
| MD5 |
ceb3ba79aea8f39e7ae7c3cad3e8d50e
|
|
| BLAKE2b-256 |
b7927d783257a21f688d4b055dc692106f3e09198fa7d0564ec109e01d9b23f7
|
File details
Details for the file tob-138-py3-none-any.whl.
File metadata
- Download URL: tob-138-py3-none-any.whl
- Upload date:
- Size: 5.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
16b1f2a479590216e40f67f8e5844b9e925193cb36d4b64e393cd203f70b8ae2
|
|
| MD5 |
db550cc6197b40ca0f7393919e7c91a4
|
|
| BLAKE2b-256 |
3f30ad894a98bb18f170bd9f29363386815b869b571e1450c7d6d97befeecdd9
|