Asynchronous Code Base
Project description
Asynchronous Component Base
Asynchronous Component Base, or 'acb', is a collection of modular components (actions / adapters) that provide the building blocks for rapid, asynchronous, application development. This codebase should be considered alpha right now as it is under heavy development. A majority of the components are currently being back-ported from other apps and may not currently work as intended.
More documentation is on the way!
Installation
pdm add acb
Actions
Encode
from acb.actions.encode import load
load.json(obj)
Hash
from acb.actions.hash import hash
hash.blake2b(obj)
Configuration
from acb.config import (
Config,
Settings,
)
Logging
from acb.adapters.logger import Logger
Adapters
Acknowledgements
License
BSD-3-Clause
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
acb-0.2.3.tar.gz
(26.4 kB
view hashes)
Built Distribution
acb-0.2.3-py3-none-any.whl
(37.8 kB
view hashes)