Big Talk
Project description
NAME
SYNOPSIS
>>> from bigtalk.objects import Object
>>> from bigtalk.serials import Json
>>> o = Object()
>>> o.a = "b"
>>> print(Json.loads(Json.dumps(o)))
{'a': 'b'}
DESCRIPTION
BigTalk 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.
BiGTalk 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
FILES
AUTHOR
COPYRIGHT
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
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 bigtalk-2.tar.gz.
File metadata
- Download URL: bigtalk-2.tar.gz
- Upload date:
- Size: 35.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
99d9050b689ae72a07eabc10b8e827095cf6f230899bdad4ead4b128a0e18146
|
|
| MD5 |
d736cad07943d55fb8bfa2fac425deda
|
|
| BLAKE2b-256 |
599286528a49e4d65cb8484cacd981db5d8c0a271713a2556fe5b9c2aa44b0cd
|
File details
Details for the file bigtalk-2-py3-none-any.whl.
File metadata
- Download URL: bigtalk-2-py3-none-any.whl
- Upload date:
- Size: 48.4 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 |
34ccece3681797a4f5f6be7ac2b3390ee719c64e6699813218973c464a1c795d
|
|
| MD5 |
8efa45d4f52d96e9ffb452dd7c5a309a
|
|
| BLAKE2b-256 |
88de1655115a292cf5cb71a57aa318991195eb33529bea7adb2927c9ab6f5d98
|