manusimidt / py-xbrl

Python-based parser for parsing XBRL and iXBRL files
https://py-xbrl.readthedocs.io/en/latest/
GNU General Public License v3.0
100 stars 37 forks source link

Feature/usage simplification #25

Closed Pablompg closed 3 years ago

Pablompg commented 3 years ago

I have created a new class to simplify the usage of the library in a more standard way as suggested by the issue: #24 I have also modified the README file so that the new usage is explained.

Pablompg commented 3 years ago

This change is bacckwards compatible. The previous way of using the library still works.