mr-martian / rebabel-format

Python library for interacting with reBabel data files
MIT License
1 stars 4 forks source link

`Writer` objects should respect `mappings` parameter #2

Closed mr-martian closed 2 months ago

mr-martian commented 2 months ago

When importing, we can specify mappings to rename features from the defaults. We should be able to do the same for export. This may require redoing the Writer class along similar lines to the Reader class so that subclasses don't touch the database directly but only go through methods which handle the mappings.