Metadata-Version: 2.1
Name: vimania
Version: 0.3.0
Summary: "todo manager with VIM integration"
Home-page: https://github.com/sysid/twbm
Author: sysid
Author-email: sysid@gmx.de
License: UNKNOWN
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Operating System :: OS Independent
Classifier: Topic :: Utilities
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Requires-Python: >=3.9
Description-Content-Type: text/markdown

added to PYTHONPATH under the hood. For each directory in vim’s runtimepath, vim adds the subdirectory python3 (and also pythonx) to the python module search path. 
As a result, we could omit the explicit path addition to the python.vim (aka convert_fstring.vim) file if we organized the plugin like


