Metadata-Version: 1.1
Name: devassistant
Version: 0.4.0
Summary: Developer assistant helps you kickstart your projects with ease.
Home-page: https://github.com/bkabrda/devassistant
Author: Bohuslav "Slavek" Kabrda
Author-email: bkabrda@redhat.com
License: GPLv2+
Description: devassistant
        ============
        
        Developer Assistant - start developing with ease.
        
        The devassistant project is a helper for all developers using (not-only) Fedora. It helps with creating and setting up basic projects in various languages, installing dependencies, setting up environment etc.
        
        Devassistant is based on idea of per-{language/framework/...} "assistants" with hierarchical structure. E.g. you can run:
        
        .. code:: sh
        
          $ devassistant python django -n ~/myproject # sets up Django project named "myproject" inside your home dir
          $ devassistant python flask -n ~/flaskproject # sets up Flask project named "flaskproject" inside your home dir
          $ devassistant java jsf -n ~/alsomyproject # sets up RoR project named "alsomyproject" inside your home dir
        
        There is also a possibity to modify a project that was previously created by Devassistant. Currently, adding to eclipse is the only assistant that works with existing projects:
        
        .. code:: sh
          $ devassistant-modify eclipse # run in project dir or use -p to specify path
        
        Devassistant works on Python 2.6, 2.7 and >= 3.3.
        
        This whole project is licensed under GPLv2+, see LICENSE file for details.
        
Keywords: develop,kickstart,easy,quick
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU General Public License v2 or later (GPLv2+)
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development
