Metadata-Version: 1.1
Name: homeslice
Version: 0.1.0
Summary: dotfiles and :pizza: management
Home-page: https://github.com/jefftriplett/homeslice
Author: Jeff Triplett
Author-email: jeff.triplett@gmail.com
License: MIT
Description: 
        # homeslice
        
        dotfiles and :pizza: management
        
        [![image][homesick_pypi]][homesick_pypi_web] [![image][homesick_license]][homesick_license_web]
        
        Homeslice is originally based on [pyhome][pyhome] by Andrew Crozier.
        
        ## TODO 
        
        This is a simple python utility with similar functionality to the
        functionality of the [`homesick`][homesick] ruby utility, providing a simple
        interface for managing dotfiles via git repositories.
        
        This port exists because I wanted an easier to extend version of [homesick][homesick] and [pyhome][pyhome].
        
        [homesick]: https://github.com/technicalpickles/homesick
        [homesick_license]: http://img.shields.io/badge/license-MIT-green.svg
        [homesick_license_web]: https://github.com/jefftriplett/homeslice/blob/master/LICENSE
        [homesick_pypi]: http://img.shields.io/pypi/v/homeslice.svg
        [homesick_pypi_web]: https://pypi.python.org/pypi/homeslice
        [pyhome]: https://github.com/acroz/pyhome
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: End Users/Desktop
Classifier: Intended Audience :: System Administrators
Classifier: Topic :: System :: Installation/Setup
Classifier: Topic :: System :: Systems Administration
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
