Package manager for downloading packages from content providers
Project description
📦 Packy
What is packy?
Packy is a simple package manager working like pip which allows downloading packages from content delivery providers like cdnjs.
How does it work?
-
Install it via pip:
pip install packy
-
Install packages
# Latest version packy jquery # Specific version packy jquery==3.2 # Version range packy jquery>=2.0 # Install from packages.txt (syntax like requirements.txt) packy -r packages.txt # Set CD provider packy -p cdnjs ... # Set installation directory packy -o ./static/ ...
🔧 API
Additionally, packy can be used directly with Python:
from packy import Packy packy.install('jquery')
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Filename, size | File type | Python version | Upload date | Hashes |
---|---|---|---|---|
Filename, size packy-0.1.4-py3-none-any.whl (4.6 kB) | File type Wheel | Python version py3 | Upload date | Hashes View |
Filename, size packy-0.1.4.tar.gz (3.5 kB) | File type Source | Python version None | Upload date | Hashes View |