M lazy-lock.json M lua/custom/configs/lspconfig.lua M lua/custom/init.lua A lua/custom/journal.lua A nvim_venv/bin/Activate.ps1 A nvim_venv/bin/activate A nvim_venv/bin/activate.csh A nvim_venv/bin/activate.fish
21 lines
669 B
Plaintext
21 lines
669 B
Plaintext
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: docs
|
|
Requires-Dist: sphinx ; extra == 'docs'
|
|
Requires-Dist: sphinx-rtd-theme ; extra == 'docs'
|
|
Provides-Extra: test
|
|
Requires-Dist: pytest ; extra == 'test'
|
|
Requires-Dist: pytest-timeout ; extra == 'test'
|
|
|