kerrickstaley / genanki

A Python 3 library for generating Anki decks
MIT License
2.06k stars 161 forks source link

Feature Deck Configurations #45

Open guiferviz opened 4 years ago

guiferviz commented 4 years ago

Adding support for deck configurations. Now there is a new class called DeckConf that contains a dictionary with the deck configuration (with exactly the same nomenclature as used in the Anki database). The Deck class now has a new parameter called conf that expects a DeckConf object.

Notes:

guiferviz commented 4 years ago

I know there is another pull request with related content. I just want to share what I did to meet the needs of my project.