chore: scaffold devranta project with Makefile, CI workflow, and async API client stub

This commit is contained in:
2024-12-02 16:41:02 +00:00
commit 7ab84098cc
26 changed files with 388 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
Metadata-Version: 2.1
Name: devranta
Version: 1.0.0
Summary: Async devRant API client made with aiohttp.
Author: retoor
Author-email: retoor@molodetz.nl
License: MIT
Requires-Python: >=3.7
Description-Content-Type: text/markdown
Requires-Dist: requests
Requires-Dist: aiohttp
Requires-Dist: dataset