@@ -98,12 +98,12 @@ Async PRAW Discussion and Support
98
98
For those new to Python, or would otherwise consider themselves a Python
99
99
beginner, please consider asking questions on the `r/learnpython
100
100
<https://www.reddit.com/r/learnpython> `_ subreddit. There are wonderful people
101
- there who can help with general Python and simple PRAW related questions.
101
+ there who can help with general Python and simple Async PRAW related questions.
102
102
103
- Otherwise, there are a few official places to ask questions about PRAW:
103
+ Otherwise, there are a few official places to ask questions about Async PRAW:
104
104
105
105
`r/redditdev <https://www.reddit.com/r/redditdev >`_ is the best place on
106
- Reddit to ask PRAW related questions. This subreddit is for all Reddit API
106
+ Reddit to ask Async PRAW related questions. This subreddit is for all Reddit API
107
107
related discussion so please tag submissions with *[PRAW] *. Please perform a
108
108
search on the subreddit first to see if anyone has similar questions.
109
109
@@ -133,39 +133,14 @@ Async PRAW's documentation is located at https://asyncpraw.readthedocs.io/.
133
133
History
134
134
-------
135
135
136
- `August 2010
137
- <https://github.com/praw-dev/praw/commit/efef08a4a713fcfd7dfddf992097cf89426586ae> `_:
138
- Timothy Mellor created a github project called ``reddit_api ``.
139
-
140
- `March 2011
141
- <https://github.com/praw-dev/praw/commit/ebfc9caba5b58b9e68c77af9c8e53f5562a2ee64> `_:
142
- The Python package ``reddit `` was registered and uploaded to pypi.
143
-
144
- `December 2011
145
- <https://github.com/praw-dev/praw/commit/74bb962b3eefe04ce6acad88e6f53f43d10c8803> `_:
146
- Bryce Boe took over as maintainer of the ``reddit `` package.
147
-
148
- `June 2012
149
- <https://github.com/praw-dev/praw/commit/adaf89fe8631f41ab9913b379de104c9ef6a1e73> `_:
150
- Bryce renamed the project ``PRAW `` and the repository was relocated to the
151
- newly created praw-dev organization on GitHub.
152
-
153
- `February 2016
154
- <https://github.com/praw-dev/praw/commit/252083ef1dbfe6ea53c2dc99ac235b4ba330b658> `_:
155
- Bryce began work on PRAW4, a complete rewrite of PRAW.
156
-
157
136
`February 2019
158
137
<https://github.com/praw-dev/asyncpraw/commit/55480eb3d59dc7bc3d1480d83b98c95effc77181> `_:
159
138
Joel forked PRAW and began work on Async PRAW, an asynchronous compatible version of PRAW.
160
139
161
140
License
162
141
-------
163
142
164
- PRAW's source (v4.0.0 +) is provided under the `Simplified BSD License
165
- <https://github.com/praw-dev/praw /blob/0860c11a9309c80621c267af7caeb6a993933744 /LICENSE.txt> `_.
143
+ Async PRAW's source (v7.1.1 +) is provided under the `Simplified BSD License
144
+ <https://github.com/praw-dev/asyncpraw /blob/30796acc29b4ba2335cf0eab414477702c29452f /LICENSE.txt> `_.
166
145
167
146
* Copyright (c), 2020, Joel Payne
168
- * Copyright (c), 2016, Bryce Boe
169
-
170
- Earlier versions of PRAW were released under `GPLv3
171
- <https://github.com/praw-dev/praw/blob/0c88697fdc26e75f87b68e2feb11e101e90ce215/COPYING> `_.
0 commit comments