thebigmunch/audio-metadata

Refactor tag classes/structure

开放

#16 创建于 2020年2月15日

 (1 条评论) (0 个反应) (0 位负责人)Python (13 个派生)github user discovery
designdiscussionhelp wantedrefactor

仓库指标

星标
 (60 个星标)
PR 合并指标
 (30 天内没有已合并 PR)

描述

This includes:

  • Create a Tag class.
    • Has attributes name and value.
    • Format-specific tag classes inherit from Tag.
    • All tag parsing logic moves to the appropriate tag classes.
  • Refactor Tags classes to support both plain values and Tag instances in some way.

贡献者指南