dcwatson / bbcode

A pure python bbcode parser and formatter.
BSD 2-Clause "Simplified" License
68 stars 17 forks source link

make tag options dict case-insensitive #34

Closed dcwatson closed 4 years ago

dcwatson commented 4 years ago

But still retain the original case of the option keys. Essentially, I want to use something like this:

https://github.com/psf/requests/blob/master/requests/structures.py#L15