Metadata-Version: 1.2
Name: pspman
Version: 21.3.13
Summary: Personal Simple Package Manager
Home-page: https://github.com/pradyparanjpe/pspman
Author: Pradyumna Paranjape
Author-email: pradyparanjpe@rediffmail.com
License: LGPLv3
Description: PSPMAN
        ------
        
        **PS**\ eudo **P**\ ackage **Man**\ ager (pspman) - a package manager aid
        
        DESCRIPTION
        -----------
        
        Manage git-cloned and installed packages.
        
        Currently supports:
        ~~~~~~~~~~~~~~~~~~~
        
        * python (pip)
        * make (Makefile)
        * meson (ninja)
        * go
        * `pull-only` (don't install)
        
        Information
        ~~~~~~~~~~~
        
        This is still only an *aid*. A lot of work needs to be done manually.
        
        Order of Operation
        ~~~~~~~~~~~~~~~~~~
        
        * Delete projects
        * Pull installation urls
        * Update github projects
        
        ENVIRONMENT
        -----------
        
        ${HOME}/.pspman
        ~~~~~~~~~~~~~~~
        
        Used as default ``prefix`` and parent for default clone directory ``src``
        
        CAUTION
        -------
        
        This is a `personal, simple` package manager. Do NOT run it as ROOT.
        Never supply root password or sudo prefix unless you really know what you are doing.
        
        BUGS
        ----
        
        May mess up root file system. Do not use as ROOT.
        
Platform: linux
Requires-Python: >=3.7
