https://github.com/praw-dev/prawdditions
Prawdditions is an auxiliary library to PRAW, which aims to supplement the project with more abstract features.
https://github.com/praw-dev/prawdditions
Last synced: 12 months ago
JSON representation
Prawdditions is an auxiliary library to PRAW, which aims to supplement the project with more abstract features.
- Host: GitHub
- URL: https://github.com/praw-dev/prawdditions
- Owner: praw-dev
- License: bsd-2-clause
- Created: 2016-12-13T05:20:34.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2020-04-05T00:25:19.000Z (about 6 years ago)
- Last Synced: 2024-05-22T14:06:37.426Z (almost 2 years ago)
- Language: Python
- Homepage:
- Size: 81.1 KB
- Stars: 8
- Watchers: 5
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.rst
- License: LICENSE.txt
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
prawdditions
============
.. image:: https://img.shields.io/pypi/v/prawdditions.svg
:alt: Latest prawdditions Version
:target: https://pypi.python.org/pypi/prawdditions
Prawdditions is an auxiliary package for the PRAW project, designed to supplement its existing functionality. Prawdditions aims to add more abstract functionality to the praw libraries that would otherwise clash with the clean design that praw 4.0.0 exhibits. An example of this is an abstracted `message` function that does not extend from a redditor or subreddit class. Prawdditions adds this functionality in a manner that doesn't explicitly require the instantiation of such objects, and will aim to build out similar such functionality in the future.
Installation
------------
Install prawdditions using ``pip`` via:
.. code-block:: console
pip install prawdditions
Contact
-------
Author: PokestarFan
Please file a Github Issue if you have any problems.