Metadata-Version: 2.1
Name: eopkg3p
Version: 0.0.6
Summary: CLI and python API for the Solus 3rd party packages.
Home-page: https://github.com/pycampers/eopkg3p
Author: Dev Aggarwal
Author-email: devxpy@gmail.com
License: MIT
Description: 
        # eopkg3p
        
        **A drop-in replacement for `eopkg` that supports Solus 3rd party packages!**
        
        Also ships with a Python API, as a bonus.
        
        ## Install
        
        Just download, make executable and run!
        
        ```
        $ wget https://github.com/pycampers/eopkg3p/releases/download/v0.0.4/eopkg3p
        $ chmod +x ./eopkg3p
        $ ./eopkg3p
        ```
        
        [Releases](https://github.com/pycampers/eopkg3p/releases)
        
        ---
        
        Or, install using `pip`
        
        ```
        $ pip3 install eopkg3p
        ```
        
        Python 3.6+ only    
        MIT Lisence
        
        ## Dependenices
        
        - `python3.6`
        - `git`
        - `eopkg`
        - `pkexec`
        
        
        ## Usage
        
        If you know `eopkg`, you _already_ know `eopkg3p`.
        
        ```
        $ eopkg3p 
        Usage: eopkg3p [OPTIONS] COMMAND [ARGS]...
        
        Options:
          --cache  Output the cache dir.
          --help   Show this message and exit.
        
        Commands:
          delete-cache    (dc) Delete cache files
          install         (it) Install packages
          list-available  (la) List all packages available in the local repository.
          list-installed  (li) List all 3rd party packages that are currently...
          remove          (rm) Alias for `eopkg rm`
          update-repo     (ur) Update the local repository
          upgrade         (up) Upgrade 3rd party packages
        ```
        
        ## Why?
        
        Installing and updating 3rd party packages is a real pain from the Software center. 
        This package elimitates that problem.
        
        ---
        
        [🐍🏕](http://www.pycampers.com/)
        
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Requires-Python: >=3.6.0
Description-Content-Type: text/markdown
