Metadata-Version: 2.1
Name: localpip
Version: 0.0.11
Summary: Offline package manager for Python
Home-page: https://github.com/alexbourg/LocalPIP
Author: Alex BOURG
Author-email: alex.bourg@outlook.com
License: MIT
Description: 
        # LocalPIP
         LocalPIP makes the Python packages installation easy...\
         It solves packages dependencies conflict issues and compiling errors.\
         Internet access is required only for the first time of installation of LocalPIP.\
         Once the LocalPIP repository is locally installed, you can install packages completely offline. 
        
        ## LocalPIP initialization:
        |Description|Command|
        |:----------------|:-------------------------------|
        |To install LocalPIP| `pip install localpip`|
        |To download the local repo for the first time|`localpip download`|
        |To update the local repo|`localpip update`|
        |About localpip |`localpip about`|
        
        ## Usage
        `localpip <Action> <PackageName>`\
         `localpip  <Action> <PackageName1> <PackageName2>`
        
        |Description|Command|
        |:----------------|:-------------------------------|
        |Actions| install / uninstall / upgrade|
        |PackageName| one package / multiple package / all|
        
        ## Packages management
        |Description                          |Command|
        |:----------------|:-------------------------------|
        | To install one package|`localpip install pandas`            |
        | To install multiple packages|`localpip install pandas openpyxl Keras`|
        | To install all available packages | `localpip install all`|
        | To uninstall a package| `localpip uninstall pandas`|
        | To upgrade a package| `localpip upgrade pip`|
        | To uninstall a package | `localpip uninstall pandas`|
        | To check all installed packages | `localpip list`|
        
        
        ## Current available packages:
        [LocalPIP Packages](https://github.com/alexbourg/Python_LocalPIP)
Keywords: localpip,python,offline,package manager,anaconda
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Operating System :: Microsoft :: Windows
Description-Content-Type: text/markdown
