Metadata-Version: 1.2
Name: pspman
Version: 1!1.2.0
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
        
        Documentation
        =============
        
        |Documentation Status|
        
        Source Code Repository
        ======================
        
        |source| `Repository <https://github.com/pradyparanjpe/pspman.git>`__
        
        
        DESCRIPTION
        ===========
        
        Manage:
            - automatically pull (update code)
            - group (maintain isolated groups)
            - attempt installation
        
        
        Packages from Git Repositories.
        
        
        Currently supports installation of:
        -----------------------------------
            - python (pip)
            - make (Makefile)
            - cmake
            - meson (ninja)
            - go
            - `pull-only` (don't install)
        
        pull-requests are welcome
        
        Remember:
        ---------
        
        This is still only an *aid*. Some work
            - rebase
            - cherrypick
            - ediff
            - git headless state management
            - `etc.`
        
        needs to be (/ can be) done manually.
        
        All databases are deliberately maintained in yml format for a reason.
        
        
        Order of Operation
        ------------------
        
        * Delete projects (if requested)
        * Pull installation urls (default)
        * Update github projects
        
        Installation
        ============
        
        Refer to INSTALL.rst or Check section `INSTALLATION`
        
        CAUTION
        =======
        
        This is a `personal` 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.
        
        ``DEBUG``\ =\ ``True`` environment variable prints debugging information
        
        .. |Documentation Status| image:: https://readthedocs.org/projects/pspman/badge/?version=latest
           :target: https://pspman.readthedocs.io/?badge=latest
        .. |source| image:: https://github.githubassets.com/favicons/favicon.png
           :target: https://github.com/pradyparanjpe/pspman.git
        
Platform: linux
Requires-Python: >=3.7
