File: PKG-INFO

package info (click to toggle)
python-pynvim 0.5.2-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 432 kB
  • sloc: python: 3,040; makefile: 4
file content (19 lines) | stat: -rw-r--r-- 659 bytes parent folder | download | duplicates (2)
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"