Metadata-Version: 2.4
Name: zipip
Version: 1.0
Summary: A simple, custom Python wheel installer.
Author-email: strtsnm <strtsnm12@gmail.com>
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Topic :: System :: Software Distribution
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Requires-Dist: requests
Requires-Dist: packaging
Requires-Dist: pypdl

## ZIPIP

A Python package installer that feels just like pip, but is built for speed.

## Why Zipip?

I got tired of waiting for big packages like PyTorch or TensorFlow to download one by one.

Zipip's main goal is to make installations faster. It does this by using parallel downloads to fetch a package utilizing multiple threads. This can seriously cut down on the time you spend waiting for your environment to be ready.

It handles dependency resolution and finds the right wheels for your system, so you can trust it to set up your projects correctly, just faster.

## Installation

pip install zipip

## Usage

In your commands, just replace pip with zipip :p
