Metadata-Version: 1.1
Name: thin-man
Version: 0.1.0.dev1
Summary: “Thin Man” backs up all metadata in your source tree of git repos.
Home-page: https://github.com/jhermann/thin-man
Author: Jürgen Hermann
Author-email: jh@web.de
License: Apache 2.0
Description: By recording the tree layout, ``git`` remotes and ‘refs’ of the typical
        ``~/src`` directory containing your cloned ``git`` repos, “Thin Man”
        can restore that structure later on, and also sync it to other machines.
        
        This can be also part of a backup strategy by only including that small
        amount of metadata in a backup set, instead of duplicating all the data
        that is available in remote locations anyway.
        
        That of course assumes that your repositories are usually clean and
        don't contain days of uncommitted work, and can be easily restored
        into working shape by bootstrap scripts and the like. But that's a
        given, right?
        
        
        Copyright ©  2015 Jürgen Hermann <jh@web.de>
        
        Licensed under the Apache License, Version 2.0 (the "License");
        you may not use this file except in compliance with the License.
        You may obtain a copy of the License at
        
            http://www.apache.org/licenses/LICENSE-2.0
        
        Unless required by applicable law or agreed to in writing, software
        distributed under the License is distributed on an "AS IS" BASIS,
        WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
        See the License for the specific language governing permissions and
        limitations under the License.
Keywords: hosted.by.github,python,git,tool,backup,metadata
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: Apache Software 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.4
Classifier: Topic :: Software Development :: Version Control
Classifier: Topic :: System :: Archiving :: Backup
Classifier: Topic :: System :: Archiving :: Mirroring
Classifier: Topic :: System :: Recovery Tools
Classifier: Topic :: Utilities
