1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
|
Metadata-Version: 2.1
Name: pynvim
Version: 0.5.2
Summary: Python client for Neovim
Home-page: http://github.com/neovim/pynvim
Download-URL: https://github.com/neovim/pynvim/archive/0.5.2.tar.gz
Author: Neovim Authors
License: Apache
Requires-Python: >=3.7
License-File: LICENSE
Requires-Dist: msgpack>=0.5.0
Requires-Dist: greenlet>=3.0; platform_python_implementation != "PyPy"
Requires-Dist: typing-extensions>=4.5; python_version < "3.12"
Provides-Extra: test
Requires-Dist: pytest; extra == "test"
Requires-Dist: pytest_timeout; extra == "test"
Provides-Extra: docs
Requires-Dist: sphinx; extra == "docs"
Requires-Dist: sphinx-rtd-theme; extra == "docs"
|