Skip to main content

Package manager for downloading packages from content providers

Project description

📦 Packy

Build Status

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?

  1. Install it via pip:

    pip install packy
    
  2. 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


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 hashes)

Uploaded Source

Built Distribution

packy-0.1.4-py3-none-any.whl (4.6 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page