Skip to main content

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


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.4.tar.gz (34.1 kB view hashes)

Uploaded Source

Built Distribution

acb-0.1.4-py3-none-any.whl (43.0 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page