Ticket #409 (closed task: fixed)
Refactor cli to be more 'pluggable'
Reported by: | rgrp | Owned by: | rgrp |
---|---|---|---|
Priority: | minor | Milestone: | datapkg-0.8 |
Component: | dpm | Keywords: | |
Cc: | Repository: | ||
Theme: |
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)
Change History
comment:1 Changed 3 years ago by rgrp
- Priority set to awaiting triage
- Status changed from new to closed
- Resolution set to fixed
comment:2 Changed 3 years ago by rgrp
- Priority changed from awaiting triage to minor
- Status changed from closed to reopened
- Resolution fixed deleted
- Type changed from requirement to task
Note: See
TracTickets for help on using
tickets.
Done item (2) http://packages.python.org/datapkg/extending.html#commands and Command class is already pluggable.