Metadata-Version: |
2.1 |
Name: |
vimtk |
Version: |
0.3.1 |
Summary: |
Python backend for the vimtk plugin |
Author: |
Jon Crall |
Author-Email: |
erotemic[at]gmail.com |
Home-Page: |
https://github.com/Erotemic/vimtk |
License: |
Apache 2 |
Keywords: |
vim,gvim,python |
Classifier: |
Development Status :: 4 - Beta |
Classifier: |
Intended Audience :: Developers |
Classifier: |
Topic :: Utilities |
Classifier: |
Topic :: Text Editors |
Classifier: |
License :: OSI Approved :: Apache Software License |
Classifier: |
Programming Language :: Python :: 3.6 |
Classifier: |
Programming Language :: Python :: 3.7 |
Classifier: |
Programming Language :: Python :: 3.8 |
Classifier: |
Programming Language :: Python :: 3.9 |
Classifier: |
Programming Language :: Python :: 3.10 |
Requires-Python: |
>=3.6 |
Requires-Dist: |
psutil |
Requires-Dist: |
pyflakes |
Requires-Dist: |
pyperclip |
Requires-Dist: |
six |
Requires-Dist: |
ubelt |
Requires-Dist: |
xinspect |
Requires-Dist: |
pywinauto; platform_system == "Windows" |
Requires-Dist: |
codecov; extra == "all" |
Requires-Dist: |
psutil; extra == "all" |
Requires-Dist: |
pyflakes; extra == "all" |
Requires-Dist: |
pyperclip; extra == "all" |
Requires-Dist: |
six; extra == "all" |
Requires-Dist: |
ubelt; extra == "all" |
Requires-Dist: |
xdoctest; extra == "all" |
Requires-Dist: |
xinspect; extra == "all" |
Requires-Dist: |
codecov (==2.0.15); extra == "all-strict" |
Requires-Dist: |
psutil (==5.4.7); extra == "all-strict" |
Requires-Dist: |
pyflakes (==2.1.1); extra == "all-strict" |
Requires-Dist: |
pyperclip (==1.7.0); extra == "all-strict" |
Requires-Dist: |
six (==1.11.0); extra == "all-strict" |
Requires-Dist: |
ubelt (==0.7.1); extra == "all-strict" |
Requires-Dist: |
xdoctest (==0.14.0); extra == "all-strict" |
Requires-Dist: |
xinspect (==0.0.3); extra == "all-strict" |
Requires-Dist: |
pywinauto; platform_system == "Windows" and extra == "all-strict" |
Requires-Dist: |
coverage (==4.5); (python_version < "2.7" and python_version >= "2.6") and extra == "all-strict" |
Requires-Dist: |
pytest-cov (==2.8.1); (python_version < "2.8.0" and python_version >= "2.7.0") and extra == "all-strict" |
Requires-Dist: |
pytest (<=4.6.11,==4.6.0); (python_version < "2.8.0" and python_version >= "2.7.0") and extra == "all-strict" |
Requires-Dist: |
coverage (==5.3.1); (python_version < "3.10" and python_version >= "3.9") and extra == "all-strict" |
Requires-Dist: |
pytest (==4.6.0); (python_version < "3.10.0" and python_version >= "3.7.0") and extra == "all-strict" |
Requires-Dist: |
coverage (==5.3.1); (python_version < "3.4" and python_version >= "2.7") and extra == "all-strict" |
Requires-Dist: |
coverage (==4.3.4); (python_version < "3.5" and python_version >= "3.4") and extra == "all-strict" |
Requires-Dist: |
pytest-cov (==2.8.1); (python_version < "3.5.0" and python_version >= "3.4.0") and extra == "all-strict" |
Requires-Dist: |
pytest (<=4.6.11,==4.6.0); (python_version < "3.5.0" and python_version >= "3.4.0") and extra == "all-strict" |
Requires-Dist: |
coverage (==5.3.1); (python_version < "3.6" and python_version >= "3.5") and extra == "all-strict" |
Requires-Dist: |
pytest-cov (==2.9.0); (python_version < "3.6.0" and python_version >= "3.5.0") and extra == "all-strict" |
Requires-Dist: |
pytest (<=6.1.2,==4.6.0); (python_version < "3.6.0" and python_version >= "3.5.0") and extra == "all-strict" |
Requires-Dist: |
coverage (==6.1.1); (python_version < "3.7" and python_version >= "3.6") and extra == "all-strict" |
Requires-Dist: |
pytest (==4.6.0); (python_version < "3.7.0" and python_version >= "3.6.0") and extra == "all-strict" |
Requires-Dist: |
coverage (==6.1.1); (python_version < "3.8" and python_version >= "3.7") and extra == "all-strict" |
Requires-Dist: |
coverage (==6.1.1); (python_version < "3.9" and python_version >= "3.8") and extra == "all-strict" |
Requires-Dist: |
coverage (==6.1.1); python_version >= "3.10" and extra == "all-strict" |
Requires-Dist: |
pytest (==6.2.5); python_version >= "3.10.0" and extra == "all-strict" |
Requires-Dist: |
pytest-cov (==3.0.0); python_version >= "3.6.0" and extra == "all-strict" |
Requires-Dist: |
pywinauto; platform_system == "Windows" and extra == "all" |
Requires-Dist: |
coverage; (python_version < "2.7" and python_version >= "2.6") and extra == "all" |
Requires-Dist: |
pytest; (python_version < "2.8.0" and python_version >= "2.7.0") and extra == "all" |
Requires-Dist: |
pytest-cov; (python_version < "2.8.0" and python_version >= "2.7.0") and extra == "all" |
Requires-Dist: |
coverage; (python_version < "3.10" and python_version >= "3.9") and extra == "all" |
Requires-Dist: |
pytest; (python_version < "3.10.0" and python_version >= "3.7.0") and extra == "all" |
Requires-Dist: |
coverage; (python_version < "3.4" and python_version >= "2.7") and extra == "all" |
Requires-Dist: |
coverage; (python_version < "3.5" and python_version >= "3.4") and extra == "all" |
Requires-Dist: |
pytest; (python_version < "3.5.0" and python_version >= "3.4.0") and extra == "all" |
Requires-Dist: |
pytest-cov; (python_version < "3.5.0" and python_version >= "3.4.0") and extra == "all" |
Requires-Dist: |
coverage; (python_version < "3.6" and python_version >= "3.5") and extra == "all" |
Requires-Dist: |
pytest; (python_version < "3.6.0" and python_version >= "3.5.0") and extra == "all" |
Requires-Dist: |
pytest-cov; (python_version < "3.6.0" and python_version >= "3.5.0") and extra == "all" |
Requires-Dist: |
coverage; (python_version < "3.7" and python_version >= "3.6") and extra == "all" |
Requires-Dist: |
pytest; (python_version < "3.7.0" and python_version >= "3.6.0") and extra == "all" |
Requires-Dist: |
coverage; (python_version < "3.8" and python_version >= "3.7") and extra == "all" |
Requires-Dist: |
coverage; (python_version < "3.9" and python_version >= "3.8") and extra == "all" |
Requires-Dist: |
coverage; python_version >= "3.10" and extra == "all" |
Requires-Dist: |
pytest; python_version >= "3.10.0" and extra == "all" |
Requires-Dist: |
pytest-cov; python_version >= "3.6.0" and extra == "all" |
Requires-Dist: |
psutil (==5.4.7); extra == "runtime-strict" |
Requires-Dist: |
pyflakes (==2.1.1); extra == "runtime-strict" |
Requires-Dist: |
pyperclip (==1.7.0); extra == "runtime-strict" |
Requires-Dist: |
six (==1.11.0); extra == "runtime-strict" |
Requires-Dist: |
ubelt (==0.7.1); extra == "runtime-strict" |
Requires-Dist: |
xinspect (==0.0.3); extra == "runtime-strict" |
Requires-Dist: |
pywinauto; platform_system == "Windows" and extra == "runtime-strict" |
Requires-Dist: |
codecov; extra == "tests" |
Requires-Dist: |
xdoctest; extra == "tests" |
Requires-Dist: |
codecov (==2.0.15); extra == "tests-strict" |
Requires-Dist: |
xdoctest (==0.14.0); extra == "tests-strict" |
Requires-Dist: |
coverage (==4.5); (python_version < "2.7" and python_version >= "2.6") and extra == "tests-strict" |
Requires-Dist: |
pytest-cov (==2.8.1); (python_version < "2.8.0" and python_version >= "2.7.0") and extra == "tests-strict" |
Requires-Dist: |
pytest (<=4.6.11,==4.6.0); (python_version < "2.8.0" and python_version >= "2.7.0") and extra == "tests-strict" |
Requires-Dist: |
coverage (==5.3.1); (python_version < "3.10" and python_version >= "3.9") and extra == "tests-strict" |
Requires-Dist: |
pytest (==4.6.0); (python_version < "3.10.0" and python_version >= "3.7.0") and extra == "tests-strict" |
Requires-Dist: |
coverage (==5.3.1); (python_version < "3.4" and python_version >= "2.7") and extra == "tests-strict" |
Requires-Dist: |
coverage (==4.3.4); (python_version < "3.5" and python_version >= "3.4") and extra == "tests-strict" |
Requires-Dist: |
pytest-cov (==2.8.1); (python_version < "3.5.0" and python_version >= "3.4.0") and extra == "tests-strict" |
Requires-Dist: |
pytest (<=4.6.11,==4.6.0); (python_version < "3.5.0" and python_version >= "3.4.0") and extra == "tests-strict" |
Requires-Dist: |
coverage (==5.3.1); (python_version < "3.6" and python_version >= "3.5") and extra == "tests-strict" |
Requires-Dist: |
pytest-cov (==2.9.0); (python_version < "3.6.0" and python_version >= "3.5.0") and extra == "tests-strict" |
Requires-Dist: |
pytest (<=6.1.2,==4.6.0); (python_version < "3.6.0" and python_version >= "3.5.0") and extra == "tests-strict" |
Requires-Dist: |
coverage (==6.1.1); (python_version < "3.7" and python_version >= "3.6") and extra == "tests-strict" |
Requires-Dist: |
pytest (==4.6.0); (python_version < "3.7.0" and python_version >= "3.6.0") and extra == "tests-strict" |
Requires-Dist: |
coverage (==6.1.1); (python_version < "3.8" and python_version >= "3.7") and extra == "tests-strict" |
Requires-Dist: |
coverage (==6.1.1); (python_version < "3.9" and python_version >= "3.8") and extra == "tests-strict" |
Requires-Dist: |
coverage (==6.1.1); python_version >= "3.10" and extra == "tests-strict" |
Requires-Dist: |
pytest (==6.2.5); python_version >= "3.10.0" and extra == "tests-strict" |
Requires-Dist: |
pytest-cov (==3.0.0); python_version >= "3.6.0" and extra == "tests-strict" |
Requires-Dist: |
coverage; (python_version < "2.7" and python_version >= "2.6") and extra == "tests" |
Requires-Dist: |
pytest; (python_version < "2.8.0" and python_version >= "2.7.0") and extra == "tests" |
Requires-Dist: |
pytest-cov; (python_version < "2.8.0" and python_version >= "2.7.0") and extra == "tests" |
Requires-Dist: |
coverage; (python_version < "3.10" and python_version >= "3.9") and extra == "tests" |
Requires-Dist: |
pytest; (python_version < "3.10.0" and python_version >= "3.7.0") and extra == "tests" |
Requires-Dist: |
coverage; (python_version < "3.4" and python_version >= "2.7") and extra == "tests" |
Requires-Dist: |
coverage; (python_version < "3.5" and python_version >= "3.4") and extra == "tests" |
Requires-Dist: |
pytest; (python_version < "3.5.0" and python_version >= "3.4.0") and extra == "tests" |
Requires-Dist: |
pytest-cov; (python_version < "3.5.0" and python_version >= "3.4.0") and extra == "tests" |
Requires-Dist: |
coverage; (python_version < "3.6" and python_version >= "3.5") and extra == "tests" |
Requires-Dist: |
pytest; (python_version < "3.6.0" and python_version >= "3.5.0") and extra == "tests" |
Requires-Dist: |
pytest-cov; (python_version < "3.6.0" and python_version >= "3.5.0") and extra == "tests" |
Requires-Dist: |
coverage; (python_version < "3.7" and python_version >= "3.6") and extra == "tests" |
Requires-Dist: |
pytest; (python_version < "3.7.0" and python_version >= "3.6.0") and extra == "tests" |
Requires-Dist: |
coverage; (python_version < "3.8" and python_version >= "3.7") and extra == "tests" |
Requires-Dist: |
coverage; (python_version < "3.9" and python_version >= "3.8") and extra == "tests" |
Requires-Dist: |
coverage; python_version >= "3.10" and extra == "tests" |
Requires-Dist: |
pytest; python_version >= "3.10.0" and extra == "tests" |
Requires-Dist: |
pytest-cov; python_version >= "3.6.0" and extra == "tests" |
Provides-Extra: |
all |
Provides-Extra: |
all-strict |
Provides-Extra: |
optional |
Provides-Extra: |
optional-strict |
Provides-Extra: |
runtime-strict |
Provides-Extra: |
tests |
Provides-Extra: |
tests-strict |
Description-Content-Type: |
text/x-rst |