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.
Source Distribution
packy-0.1.4.tar.gz
(3.5 kB
view details)
Built Distribution
packy-0.1.4-py3-none-any.whl
(4.6 kB
view details)
File details
Details for the file packy-0.1.4.tar.gz
.
File metadata
- Download URL: packy-0.1.4.tar.gz
- Upload date:
- Size: 3.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.21.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.32.2 CPython/3.7.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 28509d780a9943fa0dfb73136fe31e7f3ef159be24b238b423f3934e77cf7635 |
|
MD5 | 81b1f6e2d6f2235a81336e6eb8f48994 |
|
BLAKE2b-256 | c2bc46c15d8646666e1555245a0729d738b1c043ca1b102035649524151b59ae |
File details
Details for the file packy-0.1.4-py3-none-any.whl
.
File metadata
- Download URL: packy-0.1.4-py3-none-any.whl
- Upload date:
- Size: 4.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.21.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.32.2 CPython/3.7.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 63a8425f2d00d5f290ab970fe77943d99ac7bf6997508c6f66af49ae3b8b27e4 |
|
MD5 | 554d3aae42f93c80c6bdb86f8bfb8ab1 |
|
BLAKE2b-256 | 13657243906558013714ff59f3abb318b56b9ad29d46ca43fa74089f9f66a9ce |