Skip to main content

Asynchronous Code Base

Project description

Asynchronous Component Base

Code style: crackerjack

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.encode import load

load.json(obj)

Hash

from acb.hash import hash

hash.blake2b(obj)

Configuration

from acb.config import (
    ac,
    Settings,
)

Logging

from acb.logger import logger

Adapters

Acknowledgements

License

BSD-3-Clause

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

Uploaded Source

Built Distribution

acb-0.1.16-py3-none-any.whl (31.4 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