Metadata-Version: 1.0
Name: upkg
Version: 0.1.1
Summary: Package Yourself
Home-page: git@github.com:jeffbuttars/upkg.git
Author: Jeff Buttars
Author-email: jeff@jeffbuttars.com
License: GPLv2
Description: # UPKG
        Package Yourself, a tool to help you manage repos of your personal 'scripts' like they're packages. 
        
        Use Git repos as installable program packages, just like a system package
        manager.
        
        ## NOTES
        
        * make, git, bash, python -- that's it
        
        ## TODO
        * implment base command stubs
        * Make something installable.
        * Support config file(s)
        
        ## Config file
        
        * It's python.
        * At `~/.config/upkg/upkg_cfg.py`
        * runtime switch -c to override default
        
        ## CMDS
        
        ### install
        
        ### search
        
        ### update
        
        ### remove
        
        ### push
        
        ### query
        
        ### depends
        
        ### provides
        
        
        ## Profiles / Groups
        
        Install a set of packages in one command
        
        
        Copyright (C) 2013 Jeff Buttars
        
        This program is free software; you can redistribute it and/or
        modify it under the terms of the GNU General Public License
        as published by the Free Software Foundation; either version 2
        of the License, or (at your option) any later version.
        
        This program is distributed in the hope that it will be useful,
        but WITHOUT ANY WARRANTY; without even the implied warranty of
        MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
        GNU General Public License for more details.
        
        You should have received a copy of the GNU General Public License
        along with this program; if not, write to the Free Software
        Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
        
Platform: UNKNOWN
