Metadata-Version: 2.4
Name: knewkarma
Version: 8.0.4
Summary: Reddit-data analysis toolkit
Project-URL: issues, https://codeberg.org/rly0nheart/knewkarma/issues
Project-URL: repository, https://codeberg.org/rly0nheart/knewkarma
Author-email: Ritchie Mwewa <rly0nheart@duck.com>
License-Expression: GPL-3.0-or-later
License-File: LICENSE
Keywords: data-analysis,reddit
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Education
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.12
Requires-Dist: requests>=2.34.2
Requires-Dist: rich>=15.0.0
Description-Content-Type: text/markdown

**Knew Karma** (*/nuː ‘kɑːrmə/*) is a data analysis toolkit designed to provide an extensive range of functionalities
for exploring and analysing Reddit data.
<p>
  <a href="https://github.com/rly0nheart/knewkarma"><img alt="Code Style" src="https://img.shields.io/badge/code%20style-black-000000?logo=github&link=https%3A%2F%2Fgithub.com%2Frly0nheart%2Fknewkarma"></a>
  <a href="https://pepy.tech/project/knewkarma"><img alt="Downloads" src="https://img.shields.io/pepy/dt/knewkarma?logo=pypi"></a>
  <a href="https://pypi.org/project/knewkarma"><img alt="PyPI - Version" src="https://img.shields.io/pypi/v/knewkarma?logo=pypi&link=https%3A%2F%2Fpypi.org%2Fproject%2Fknewkarma"></a>
  </p>

```commandline
knewkarma user spez
```

```python
from pprint import pprint
from knewkarma import Reddit

reddit = Reddit(user_agent="MyKnewKarmaApp/1.0")
user = reddit.user(username="spez").about()
pprint(user)
```

## Read the Docs

Refer to the [docs](https://knewkarma.readthedocs.io) for installation instructions, CLI, and API usage.

## License

GPL-3.0+ License © [Ritchie Mwewa](https://rly0nheart.com)
