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

Python

7271 readers
3 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 2 years 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!

top 3 comments
sorted by: hot top controversial new old
[–] [email protected] 3 points 2 years ago

Thank you for sharing, going to check this out!

[–] [email protected] 0 points 2 years ago (1 children)

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

[–] [email protected] 1 points 2 years 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!