- cross-posted to:
- programming@programming.dev
- foss@beehaw.org
- cross-posted to:
- programming@programming.dev
- foss@beehaw.org
Hello everyone!
I’m here to share a project I’ve been working on, Plemmy. Plemmy is a Python package for accessing the Lemmy API, specifically through LemmyHttp.
Feel free to offer advice and contribute!
Edit: version 0.2.0 released, all LemmyHttp operations are supported! (Most methods still need testing)
BTW, what’s the difference between this and Pythörhead (apart from being easier to type? :p)
From what I’ve seen, Pythorhead is focusing on “higher-level” functions, while Plemmy is focusing on LemmyHttp API parity and returning request responses. Who knows, maybe we’ll implement some more complex functionality in the future!