Metadata-Version: 2.1
Name: vimiv
Version: 0.6.0
Summary: An image viewer with vim-like keybindings.
Home-page: https://karlch.github.io/vimiv-qt/
Author: Christian Karl
Author-email: karlch@protonmail.com
License: GPL3
Project-URL: Source Code, https://github.com/karlch/vimiv-qt
Project-URL: Bug Tracker, https://github.com/karlch/vimiv-qt/issues
Project-URL: Documentation, https://karlch.github.io/vimiv-qt/documentation
Description: <img src="https://karlch.github.io/vimiv-qt/_images/vimiv_banner_800.png" alt="vimiv banner" width="400"/>
        
        [![Build Status](https://github.com/karlch/vimiv-qt/workflows/CI/badge.svg)](https://github.com/karlch/vimiv-qt/actions)
        [![Codecov](https://codecov.io/github/karlch/vimiv-qt/coverage.svg?branch=master)](https://codecov.io/github/karlch/vimiv-qt?branch=master)
        ![Updates](https://api.dependabot.com/badges/status?host=github&repo=karlch/vimiv-qt)
        [![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/ambv/black)
        
        [website](https://karlch.github.io/vimiv-qt/) |
        [docs](https://karlch.github.io/vimiv-qt/documentation/index.html) |
        [install](https://karlch.github.io/vimiv-qt/documentation/install.html) |
        [screenshots](https://karlch.github.io/vimiv-qt/screenshots.html) |
        [changelog](https://karlch.github.io/vimiv-qt/changelog.html) |
        [contributing](https://karlch.github.io/vimiv-qt/documentation/contributing.html)
        
        <img src="https://i.postimg.cc/VkcPgcbR/vimiv.gif" alt="vimiv screencast" width="440"/>
        
        ---
        > :construction: **NOTE:** This Qt port is the future of vimiv. New features will only
        > be implemented here and there are already many improvements compared to the
        > [deprecated gtk version](https://github.com/karlch/vimiv). The old version is only
        > recommended if you require a more stable software. In case there is anything you miss
        > here, please [open an issue](https://github.com/karlch/vimiv-qt/issues). Check the
        > [roadmap](https://karlch.github.io/vimiv-qt/roadmap.html) for more details.
        ---
        
        Vimiv is an image viewer with vim-like keybindings. It is written in python3
        using the Qt5 toolkit and is free software, licensed under the GPL.
        
        For much more information on vimiv, please check out the
        [website](https://karlch.github.io/vimiv-qt/) and
        [documentation](https://karlch.github.io/vimiv-qt/documentation/index.html).
        To learn how to get vimiv running, see the
        [installation guide](https://karlch.github.io/vimiv-qt/documentation/install.html).
        Afterwards this is a good place to
        [get started](https://karlch.github.io/vimiv-qt/documentation/getting\_started.html).
        
        
        For information on contributing to vimiv, you can take a look at the
        [contributing guidelines](https://karlch.github.io/vimiv-qt/documentation/contributing.html).
        
        #### LICENSE
        
        This program is free software: you can redistribute it and/or modify it under
        the terms of the GNU General Public License as published by the Free Software
        Foundation, either version 3 of the License, or (at your option) any later
        version.
        
        This program is distributed in the hope that it will be useful, but WITHOUT ANY
        WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A
        PARTICULAR PURPOSE. See the GNU General Public License for more details.
        
        You should have received a copy of the GNU General Public License along with
        this program. If not, see <http://www.gnu.org/licenses/>.
        
Keywords: pyqt,image viewer,vim
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: X11 Applications :: Qt
Classifier: Intended Audience :: End Users/Desktop
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Natural Language :: English
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Topic :: Multimedia
Classifier: Topic :: Multimedia :: Graphics
Classifier: Topic :: Multimedia :: Graphics :: Viewers
Requires-Python: >=3.6
Description-Content-Type: text/markdown
