We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 61f2933 commit 5ea0686Copy full SHA for 5ea0686
reader/__init__.py
@@ -1,6 +1,12 @@
1
"""Real Python feed reader
2
3
-asdf
+Import the `feed` module to work with the Real Python feed:
4
+
5
+ >>> from reader import feed
6
+ >>> feed.get_titles()
7
+ ['Logging in Python', 'The Best Python Books', ...]
8
9
+See https://github.com/realpython/reader/ for more information
10
"""
11
# Version of realpython-reader package
12
__version__ = "0.0.1"
0 commit comments