Skip to main content

moat-lib-micro

% start main % start synopsis

Compatibility wrappers for async code that runs run on both CPython/anyio and MicroPython/asyncio.

% end synopsis

This module provides a unified interface for asynchronous programming that works across both CPython (using anyio) and MicroPython (using asyncio). It includes wrappers for logging and timing, common async primitives like Event, Lock, Queue, or TaskGroup, async context managers, and more.

Usage

The module provides consistent imports that work on both platforms:

from moat.lib.micro import Event, Lock, Queue, TaskGroup, sleep

# Use these primitives the same way on both CPython and MicroPython

async def worker(evt):
    await evt.wait()

async def example():
    event = Event()
    async with TaskGroup() as tg:
        tg.start_soon(worker, event)
        await sleep(1)
        event.set()

% end main

License

Licensed under the MIT License.

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

moat_lib_micro-0.3.3.tar.gz (9.1 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

moat_lib_micro-0.3.3-py3-none-any.whl (7.4 kB view details)

Uploaded Python 3

File details

Details for the file moat_lib_micro-0.3.3.tar.gz.

File metadata

  • Download URL: moat_lib_micro-0.3.3.tar.gz
  • Upload date:
  • Size: 9.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.13.14

File hashes

Hashes for moat_lib_micro-0.3.3.tar.gz
Algorithm Hash digest
SHA256 e9129e0168c8f4bf87eaaf9cf40a064531d0895d2c976ca0dbaf7484ba30a3ef
MD5 c07e19ac0f526b5960cf513584efdad1
BLAKE2b-256 3b40416f5dc43f52757262533e8936ac370b3da9a21b4ee26009c147abafcc82

See more details on using hashes here.

File details

Details for the file moat_lib_micro-0.3.3-py3-none-any.whl.

File metadata

  • Download URL: moat_lib_micro-0.3.3-py3-none-any.whl
  • Upload date:
  • Size: 7.4 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.13.14

File hashes

Hashes for moat_lib_micro-0.3.3-py3-none-any.whl
Algorithm Hash digest
SHA256 57d10c5e8e2cb90cf8e6b537bc0c2da3eb1c091bcc0596a35e2e0fff2ab4726b
MD5 feac492f13e80efc278ead0da8969512
BLAKE2b-256 e7e2fa42ca7cd41e8f22f18d483a65478a90c8c97f4da9a1e7654133f6f55775

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page