bundesAPI / deutschland

Die wichtigsten APIs Deutschlands in einem Python Paket.
Apache License 2.0
1.23k stars 67 forks source link

Add method to hash entry. Use it for key generation for return dict. #84

Closed wirthual closed 1 year ago

wirthual commented 1 year ago

Use hash for return dict instead of names due to collisions in key names.

sklinkert commented 1 year ago

@wirthual works for me. Thanks for fixing it!