Asynchronus 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 though should be immediately usable as they are added.
More documentation is on the way!
Installation
pdm add acb
Actions
Encode
from acb.encode import load
load.json(obj)
Hash
from acb.hash import hash
hash.blake2b(obj)
Configure
from acb.configure import (
AppConfig,
AppSettings,
)
Adapters
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.1.2.tar.gz
(28.5 kB
view hashes)
Built Distribution
acb-0.1.2-py3-none-any.whl
(35.6 kB
view hashes)