pyinstapaper icon indicating copy to clipboard operation
pyinstapaper copied to clipboard

A Python wrapper for the full Instapaper API.

Results 12 pyinstapaper issues
Sort by recently updated
recently updated
newest added

Bumps [httplib2](https://github.com/httplib2/httplib2) from 0.11.3 to 0.19.0. Changelog Sourced from httplib2's changelog. 0.19.0 auth: parse headers using pyparsing instead of regexp httplib2/httplib2#182 auth: WSSE token needs to be string not bytes...

dependencies

Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.22 to 1.26.5. Release notes Sourced from urllib3's releases. 1.26.5 :warning: IMPORTANT: urllib3 v2.0 will drop support for Python 2: Read more in the v2.0 Roadmap Fixed...

dependencies

Bumps [pip](https://github.com/pypa/pip) from 9.0.1 to 21.1. Changelog Sourced from pip's changelog. 21.1 (2021-04-24) Process Start installation scheme migration from distutils to sysconfig. A warning is implemented to detect differences between...

dependencies

Bumps [lxml](https://github.com/lxml/lxml) from 4.2.1 to 4.9.1. Changelog Sourced from lxml's changelog. 4.9.1 (2022-07-01) Bugs fixed A crash was resolved when using iterwalk() (or canonicalize()) after parsing certain incorrect input. Note...

dependencies

Bumps [certifi](https://github.com/certifi/python-certifi) from 2018.4.16 to 2022.12.7. Commits 9e9e840 2022.12.07 b81bdb2 2022.09.24 939a28f 2022.09.14 aca828a 2022.06.15.2 de0eae1 Only use importlib.resources's new files() / Traversable API on Python ≥3.11 ... b8eb5e9 2022.06.15.1...

dependencies

Bumps [wheel](https://github.com/pypa/wheel) from 0.30.0 to 0.38.1. Changelog Sourced from wheel's changelog. Release Notes UNRELEASED Updated vendored packaging to 22.0 0.38.4 (2022-11-09) Fixed PKG-INFO conversion in bdist_wheel mangling UTF-8 header values...

dependencies

Hello I'm trying to install pyinstapaper using "pip install pyinstapaper" on macos mojave and keep getting this error (and not sure what to do) : Installing collected packages: lxml, pyinstapaper...

[lxml](https://pypi.org/project/lxml/) 4.0.0 does not build on macOS 10.14. The latest version of lxml (4.4.1) does. The `instapaper2pdf.py` example works without modification. I believe this was just a typo because `lxml==4.2.1`...