Metadata-Version: 1.1
Name: cdnget
Version: 1.0.0
Summary: Utility to download files from CDNJS, jsDelivr or Google
Home-page: https://github.com/kwatch/cdnget/tree/python
Author: kwatch
Author-email: kwatch@gmail.com
License: MIT
Download-URL: https://pypi.python.org/packages/source/c/cdnget/cdnget-1.0.0.tar.gz
Description: Utility to download files from public CDN:
        
        * CDNJS    (https://cdnjs.com)
        * jsDelivr (https://www.jsdelivr.com)
        * Google   (https://ajax.googleapis.com)
        
        Example::
        
            $ cdnget                           # list public CDN
            $ cdnget cdnjs                     # list libraries
            $ cdnget cdnjs jquery              # list versions
            $ cdnget cdnjs jquery 2.2.4        # list files
            $ cdnget cdnjs jquery 2.2.4 /tmp   # download files
        
Platform: any
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content :: CGI Tools/Libraries
