prawcore
Prawcore is a Python library that provides the core network layer for the Python Reddit API Wrapper (PRAW). It implements the low-level HTTP communication, OAuth 2.0 authentication, token management, rate limiting, and error handling needed to interact with Reddit's API. By isolating these concerns, prawcore allows higher-level wrappers to focus on user-facing features.
Core components include a session/requestor that sends HTTP requests to Reddit endpoints, manages tokens (including access
Usage and ecosystem: Prawcore is designed to be used as the underlying client for PRAW but can
History and license: Prawcore is an open-source project maintained as part of the PRAW ecosystem and is