Retoor software development Projects Research SearchXNG
Register Sign In

3 lines
64 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 dataset and pirant dependencies, rename console script entry point to dr.rant_stats Add dataset>=1.6.2 and pirant>=0.1.4.dev1 (via git URL) to install_requires in setup.cfg. Rename the console_scripts entry point from 'utro = drstats.statistics:rant_stats' to 'dr.rant_stats = drstats.statistics:rant_stats'. Update egg-info metadata files (PKG-INFO, requires.txt, entry_points.txt, SOURCES.txt, top_level.txt) to reflect new dependencies and package structure.
2024-11-23 19:56:52 +01:00
dr.rant_stats = drstats.statistics:rant_stats
Reference in New Issue Copy Permalink
0ad7c0cf51
drstats/src/drstats.egg-info/entry_points.txt
Response time: 35ms
Mail Licenses API