Custom Query (2152 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (1504 - 1506 of 2152)

Ticket Resolution Summary Owner Reporter
#361 fixed Allow specification of the default index in configuration rgrp rgrp
#405 fixed Retrieval options for package resources rgrp rgrp

Reported by rgrp, 4 years ago.

Description

Download Command (was install command) should support the following modes:

  • Download only the first listed resource (current behaviour, slightly arbitrary)
  • Download resources by interactive selection
  • Download resources by MIME type (cf #235)
  • Download all resources.
#406 fixed Download sub-system pudo rgrp

Reported by rgrp, 4 years ago.

Description

Factor out current downloader into dedicated download subpackage, abstract interface and make it pluggable so we can have downloaders loaded as per type of resource to download.

And we should support interactive retrieving of resources ...

Implementation Ideas

for resources in pkg.resources:
    # datapkg/hg 
    load_storage_handler(resource.format)
Note: See TracQuery for help on using queries.