Metadata-Version: 2.0
Name: eclipseprofileselector
Version: 0.2.2
Summary: Manage separate Eclipse profiles and workspaces with a nice graphical user interface.
Home-page: https://github.com/privatwolke/eclipseprofileselector
Author: Stephan Klein
Author-email: UNKNOWN
License: MIT
Keywords: eclipse profile
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: X11 Applications :: GTK
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Operating System :: POSIX
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Utilities

eclipseprofileselector
======================

This little application manages Eclipse profiles for you. It understands
a _profile_ to be a configuration and a workspace folder and is compatible
with the Mars release of Eclipse.

Profiles are stored by default in `~/.eclipse-profiles`.


Installation
------------

Get the latest version with `pip install eclipseprofileselector`.


Dependencies
------------

  * `sudo apt-get install python{,3}-gi` (on Ubuntu/Debian)
  * python 2.7 (compabile with python3)
  * eclipse should be installed and in your `$PATH`


