Metadata-Version: 1.1
Name: linkselect
Version: 0.0.1-beta1
Summary: Selector of multiple targets for symlinks.
Home-page: https://github.com/beli-sk/linkselect
Author: Michal Belica
Author-email: devel@beli.sk
License: GPL-3
Description: LinkSelect
        ==========
        
        Selector of multiple targets for symlinks.
        Used for example as a configuration switch.
        
        Development status: **Beta**
        
        Requirements
        ------------
        
        - Python 3.4 or later.
        - PyQt4
        
        Locations
        ---------
        
        **LinkSelect packages** are available from Cheese shop (PyPI) at
        https://pypi.python.org/pypi/linkselect
        
        The `project page <https://github.com/beli-sk/linkselect>`_ is hosted on Github.
        
        If you've never worked with *git* or contributed to a project on Github,
        there is a `quick start guide <https://help.github.com/articles/fork-a-repo>`_.
        
        If you find something wrong or know of a missing feature, please
        `create an issue <https://github.com/beli-sk/linkselect/issues>`_ on the project
        page. If you find that inconvenient or have some security concerns, you could
        also drop me a line at <devel@beli.sk>.
        
        
        License
        -------
        
        Copyright 2015 Michal Belica <devel@beli.sk>
        
        ::
        
            LinkSelect 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.
            
            LinkSelect 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 LinkSelect.  If not, see < http://www.gnu.org/licenses/ >.
        
        A copy of the license can be found in the ``LICENSE`` file in the
        distribution.
        
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: X11 Applications :: Qt
Classifier: Intended Audience :: System Administrators
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Utilities
