Source: python-pynvim Section: python Priority: optional Maintainer: Debian Python Team Uploaders: James McCoy , VĂ­ctor Cuadrado Juan , Build-Depends: debhelper-compat (= 13), # Need at least version 7 so implementation-dependent dependencies are handled dh-python (>= 7), pybuild-plugin-pyproject, python3-all, python3-setuptools, # dependencies for python3: python3-msgpack (>= 1), python3-greenlet (>= 3.0), python3-typing-extensions | python3 (>= 3.12), # dependencies for tests: neovim (>= 0.10) , python3-pytest (>= 3.4.0) , python3-pytest-timeout , # dependencies for setup: python3-pytest-runner, Standards-Version: 4.7.2 Testsuite: autopkgtest-pkg-pybuild Homepage: https://github.com/neovim/pynvim Vcs-Git: https://salsa.debian.org/python-team/packages/python-pynvim.git Vcs-Browser: https://salsa.debian.org/python-team/packages/python-pynvim Package: python3-pynvim Architecture: all Depends: ${misc:Depends}, ${python3:Depends}, Provides: python3-neovim (= ${source:Version}), ${python3:Provides}, vim-python3, Recommends: neovim Description: Python3 library for scripting Neovim processes through its msgpack-rpc API Neovim is a Vim fork that focuses on refactoring, extensibility and simplification of the original code base.