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
+10
View File
@@ -0,0 +1,10 @@
pyproject.toml
setup.cfg
src/Retoorded.egg-info/PKG-INFO
src/Retoorded.egg-info/SOURCES.txt
src/Retoorded.egg-info/dependency_links.txt
src/Retoorded.egg-info/entry_points.txt
src/Retoorded.egg-info/requires.txt
src/Retoorded.egg-info/top_level.txt
src/devranta/__init__.py
src/devranta/__main__.py