Retoor software development Projects Research SearchXNG
Register Sign In

6 lines
242 B
Plaintext
Raw Normal View History

feat: scaffold drstats project with setuptools build, gitignore, and utro CLI entry point Initialize the dRStats repository with core project structure: add .gitignore excluding dist and venv directories, create Makefile for pip-based build and editable install, write README.md describing the devrant health monitoring purpose, define pyproject.toml using setuptools build backend, configure setup.cfg with metadata (name drstats, version 0.1.1, MIT license, aiohttp dependency) and console_scripts entry point mapping 'utro' to drstats.statistics:rant_stats, and include generated egg-info metadata files.
2024-11-23 19:56:52 +01:00
[console_scripts]
chore: add credits section to README and replace pirant dependency with matplotlib - Add credits section acknowledging Rohan Burke (coolq) for the devrant API wrapper - Remove pirant dependency from setup.cfg and add matplotlib>=3.9.2 - Add new console scripts for sync and per-day/weekday/hour statistics - Add new source files: db.py, devrant.py, sync.py, and updated statistics.py - Include binary database file drstats.db and compiled Python cache files
2024-11-23 19:56:52 +01:00
dr.rant_stats_per_day = drstats.statistics:rant_stats_per_day
dr.rant_stats_per_hour = drstats.statistics:rant_stats_per_hour
dr.rant_stats_per_weekday = drstats.statistics:rant_stats_per_weekday
dr.sync = drstats.sync:sync
Reference in New Issue Copy Permalink
12a93eccb5
drstats/src/drstats.egg-info/entry_points.txt
Response time: 166ms
Mail Licenses API