Metadata-Version: 2.1
Name: pynvim
Version: 0.5.0
Summary: Python client for Neovim
Home-page: http://github.com/neovim/pynvim
Download-URL: https://github.com/neovim/pynvim/archive/0.5.0.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)
Provides-Extra: pyuv
Requires-Dist: pyuv (>=1.0.0) ; extra == 'pyuv'
Provides-Extra: test
Requires-Dist: pytest ; extra == 'test'

