lucasrla / remarks

Extract annotations (highlights and scribbles) from PDF, EPUB, and notebooks marked with reMarkable tablets. Export to Markdown, PDF, PNG, SVG
GNU General Public License v3.0
347 stars 20 forks source link

Publish to PyPI #32

Open sabidib opened 3 years ago

sabidib commented 3 years ago

Any plans to publish this to PyPI?

I'm about to publish an open source project that uses this library and realized this isn't published on PyPI 😅 !

I'll open a PR shortly to prepare the repo for publication... but looking to know if there was a reason this was not a priority?

Thanks @lucasrla !

lucasrla commented 1 year ago

@sabidib, have you published your project? Isn't it possible to point the dependency to this git repository URL?

I haven't really bothered publishing on PyPi yet, but might do the work soon...

Thanks

apoorvkh commented 1 year ago

Something like pip install 'remarks @ git+https://github.com/lucasrla/remarks' (with python 3.10) might work for you!