Releases: realpython/reader
Releases · realpython/reader
v1.1.2
- Detect missing certificates on macOS and point the user in the correct direction
- Remove the no-longer-needed
setup.py
file
v1.1.1
- 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
- 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
- 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
First version the Real Python Reader