scikit-hep / histoprint

Pretty print histograms to the console
MIT License
33 stars 2 forks source link

fix: click breaks pyodide #90

Closed henryiii closed 2 years ago

henryiii commented 2 years ago

This avoids importing click and using it for the click wrapper, which seems to be primary a Python 2/3 compatibility thing. It also shaves time of the import for libraries (like hist) that do not need click imported.

Also including __version__ in __all__, it was missing.