this post was submitted on 20 Jun 2023
2 points (100.0% liked)

Python

6324 readers
19 users here now

Welcome to the Python community on the programming.dev Lemmy instance!

📅 Events

PastNovember 2023

October 2023

July 2023

August 2023

September 2023

🐍 Python project:
💓 Python Community:
✨ Python Ecosystem:
🌌 Fediverse
Communities
Projects
Feeds

founded 1 year ago
MODERATORS
 

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)

top 2 comments
sorted by: hot top controversial new old
[–] [email protected] 0 points 1 year ago (1 children)

BTW, what's the difference between this and Pythörhead (apart from being easier to type? :p)

[–] [email protected] 1 points 1 year ago

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!