Language

Package: python-sniffio @ 1.2.0

Synopsis

Detect which async library a program is running under

Description

This package detects which async library a program is running under. It supports multiple async I/O packages, like Trio, and asyncio.

Home page
https://github.com/python-trio/sniffio
Location
gnu/packages/python-xyz.scm (line: 11595, column: 2)
Licenses

Lint warnings

LinterMessageLocation
optional-tests

Make sure tests are only run when requested

the 'check' phase should respect #:tests?