pylsd icon indicating copy to clipboard operation
pylsd copied to clipboard

Fixes

Open kba opened this issue 6 years ago • 2 comments

  • Replace ad-hoc tempfile solution with tempfile module
  • Make sure lsdGet is being passed bytes not a string (or it will try to write to / and fail)
  • library warning to contain filename in case it does fail to write
  • fix the examples
  • pad setup.py to contain the README e.g.

Published updated version as ocrd-fork-pylsd at https://pypi.org/project/ocrd-fork-pylsd/. Install it with pip:

pip install 'ocrd-fork-pylsd == 0.0.3'

kba avatar Jan 08 '19 09:01 kba

@kba I recommend removing 73648c6 from this PR branch, because upstream would not want to call their package ocrd-fork-pylsd. So could you please remove the latest commit (and force-push) and instead merge https://github.com/kba/pylsd/tree/fixes into https://github.com/kba/pylsd/tree/pypi-fork?

bertsky avatar Apr 22 '21 13:04 bertsky

73648c6 is gone now and pypi-fork up-to-date.

kba avatar Apr 22 '21 13:04 kba