Closed aeharvlee closed 4 years ago
Hi @aeharvlee
Thanks for your message. This project has been dormant for some time, but I would be happy to help here.
I think I added the feature to make the print output neater in xbrl_parser/console_scripts/__init__.py
. But let's just remove it for now.
@nymann Thanks for your comment and great project btw. I created PR, so I would be happy if you check it 😄
pprint is a standard package of Pyhton3. so, install guide in README.md does not work.
produces errors
I solved this issue with removing line 28 "install_requires=["pprint"]," in
setup.py
.If it looks good, I want to make a pull request.