Metadata-Version: 1.1
Name: conda-manager
Version: 0.3.1
Summary: A stand alone PyQt/PySide GUI application for managing conda packages and environments.
Home-page: https://github.com/spyder-ide/conda-manager
Author: Gonzalo Peña-Castellanos
Author-email: goanpeca@gmail.com
License: MIT
Description: |license| |pypi version| |pypi download| |pypi versions| |Build status|
        
        .. |license| image:: https://img.shields.io/pypi/l/conda-manager.svg
           :target: LICENSE.txt
           :alt: License
        .. |pypi version| image:: https://img.shields.io/pypi/v/conda-manager.svg
           :target: https://pypi.python.org/pypi/conda-manager/
           :alt: Latest PyPI version
        .. |pypi download| image:: https://img.shields.io/pypi/dm/conda-manager.svg
           :target: https://pypi.python.org/pypi/conda-manager
           :alt: Number of PyPI downloads
        .. |pypi versions| image:: https://img.shields.io/pypi/pyversions/conda-manager.svg
           :target: https://pypi.python.org/pypi/conda-manager
           :alt: Supported Python version
        .. |Build status| image:: https://travis-ci.org/spyder-ide/conda-manager.svg?branch=master
           :target: https://travis-ci.org/spyder-ide/conda-manager
           :alt: Travis-CI build status
        
        
        Status
        ------
        This package used to be a core plugin of the Spyder-IDE but was recently migrated into a standalone module.
        
        This package is **NOT** (yet) operational. Please do not download, or install through pip. 
        
        This will be fixed soon! Sorry for the inconvenience.
        
        Description
        -----------
        
        **conda-manager** is a stand alone Qt application (PySide, PyQt4, PyQt5)
        providing a friendly graphical user interface for the management (update, 
        downgrade, installation and removal) of `conda`_ packages and environments.
        
        - `Issue tracker`_
        - `Contributing`_
        - `Changelog`_
        
        Standalone app
        --------------
        .. image:: https://github.com/spyder-ide/conda-manager/blob/master/img_src/screenshot.png
            :align: center
            :alt: Conda Package Manager
        
        
        Spyder plugin
        -------------
        .. image:: https://github.com/spyder-ide/conda-manager/blob/master/img_src/screenshot-spyder.png
            :align: center
            :alt: Conda Package Manager
        
        This project also installs as plugin for `spyder`_ (Scientific PYthon
        Development EnviRonment) to manage conda packages from within the spyder
        application.
        
        
        License
        -------
        
        This project is licensed under the MIT license.
        
        
        Installation (NOT WORKING)
        --------------------------
        ::
        
          pip install conda-manager
        
        
        .. _conda: https://github.com/conda/conda
        .. _spyder: https://github.com/spyder-ide/spyder
        .. _Changelog: https://github.com/spyder-ide/conda-manager/blob/master/CHANGELOG.rst
        .. _Contributing: https://github.com/spyder-ide/conda-manager/blob/master/CONTRIBUTING.rst
        .. _Issue tracker: https://github.com/spyder-ide/conda-manager/issues
        
        
Keywords: Qt PyQt4 PyQt5 PySide conda conda-api binstar
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: X11 Applications :: Qt
Classifier: Environment :: Win32 (MS Windows)
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Topic :: Software Development :: Widget Sets
