Skip to content

Releases: realpython/reader

v1.1.2

29 Mar 10:27
Compare
Choose a tag to compare
  • Detect missing certificates on macOS and point the user in the correct direction
  • Remove the no-longer-needed setup.py file

v1.1.1

19 May 09:55
Compare
Choose a tag to compare
  • Switch from setup.py to pyproject.toml for project metadata
  • Use TOML for configuration
  • Move source code to a src/ directory
  • Use Black and isort for consistent formatting

v1.0.0

13 Oct 07:57
Compare
Choose a tag to compare
  • Bump to version 1 in time for the release of the corresponding tutorial on realpython.com
  • Use a configuration file for the URL
  • Support custom URLs to make reader usable as a library

v0.1.0

02 Oct 20:21
91371f4
Compare
Choose a tag to compare
v0.1.0 Pre-release
Pre-release
  • Support for Python 2, as well as Python 3.4 and above
  • Hide links by default, use -l to display link URLs
  • Simple help available (-h)

v0.0.1

22 Sep 14:26
64b3ddf
Compare
Choose a tag to compare

First version the Real Python Reader