Socket
Book a DemoInstallSign in
Socket

asyncpg-stubs

Package Overview
Maintainers
1
Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install
Source code not available
We could not scan this package. Some page functionalities have been disabled

asyncpg-stubs

asyncpg stubs

pipPyPI
Metadata Only
Version
0.30.2
Maintainers
1

asyncpg-stubs

License Poetry Checked with mypy Checked with pyright Ruff

This package contains type stubs to provide more precise static types and type inference for asyncpg.

Installation

pip install asyncpg-stubs

Development

Make sure you have poetry installed.

poetry install
poetry run pre-commit install --hook-type pre-commit

Version numbering scheme

The major and minor version numbers of asyncpg-stubs will match the major and minor version numbers of the asyncpg release the stubs represent. For instance, if you are using asyncpg version 0.25.0, you would use asyncpg-stubs version 0.25.X where X is the latest patch version of the stubs. Using semver dependencty specifications, asyncpg-stubs version ~0.25 is designed to work with asyncpg version ~0.25.

In addition, asyncpg-stubs will indicate which versions of the runtime library are compatible through its dependency information (as suggested in PEP-561).

FAQs

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts