Initial commit

This commit is contained in:
2024-11-23 19:56:52 +01:00
commit 3f15c6d74b
11 changed files with 74 additions and 0 deletions
+18
View File
@@ -0,0 +1,18 @@
Metadata-Version: 2.1
Name: drstats
Version: 0.1.1
Summary: Dr Stats
Author: Retoor
Author-email: retoor@retoor.io
License: MIT
Requires-Python: >=3.7
Description-Content-Type: text/markdown
Requires-Dist: aiohttp>=3.10.10
# dRStats
## About
Simple project to determine health of the devrant platform.
+9
View File
@@ -0,0 +1,9 @@
README.md
pyproject.toml
setup.cfg
src/drstats.egg-info/PKG-INFO
src/drstats.egg-info/SOURCES.txt
src/drstats.egg-info/dependency_links.txt
src/drstats.egg-info/entry_points.txt
src/drstats.egg-info/requires.txt
src/drstats.egg-info/top_level.txt
@@ -0,0 +1 @@
+2
View File
@@ -0,0 +1,2 @@
[console_scripts]
utro = drstats.statistics:rant_stats
+1
View File
@@ -0,0 +1 @@
aiohttp>=3.10.10
+1
View File
@@ -0,0 +1 @@