File: PKG-INFO

package info (click to toggle)
python-pynvim 0.6.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky
  • size: 424 kB
  • sloc: python: 3,067; makefile: 4
file content (28 lines) | stat: -rw-r--r-- 844 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
Metadata-Version: 2.4
Name: pynvim
Version: 0.6.0
Summary: Python client for Neovim
Home-page: http://github.com/neovim/pynvim
Download-URL: https://github.com/neovim/pynvim/archive/0.6.0.tar.gz
Author: Neovim Authors
License: Apache
Requires-Python: >=3.7
License-File: LICENSE
Requires-Dist: msgpack>=1.0.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"
Dynamic: author
Dynamic: download-url
Dynamic: home-page
Dynamic: license
Dynamic: license-file
Dynamic: provides-extra
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary