Custom Query (2152 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (631 - 633 of 2152)

Ticket Resolution Summary Owner Reporter
#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)
#409 fixed Refactor cli to be more 'pluggable' rgrp rgrp

Reported by rgrp, 4 years ago.

Description
  • (Load cli commands from setuptools entry point name datapkg.cli)
  • Document how other can write new commands
  • Refactor base Command class to support this pluggability (if necessary)
Note: See TracQuery for help on using queries.