A simple Python tool that scans files for common reminder tags like TODO and FIXME to generate a report from them.
Project description
Reminder Aggregator
A simple Python tool that scans files for common reminder tags like TODO and FIXME to generate a report from them.
Requirements
- Python 3.10+
Installation
From PyPI (recommended):
pip install reminder-aggregator
From source with uv:
git clone https://github.com/NocDerEchte/reminder-aggregator.git
cd reminder-aggregator
uv sync
uv run reminder-aggregator --help
Usage
Scan current directory:
reminder-aggregator
Scan specific directory:
reminder-aggregator /path/to/directory
Specify output file:
reminder-aggregator --out-file /path/to/report.json
Show all available options:
reminder-aggregator --help
Docker Usage
Run the containerized version by mounting your project directory:
docker run --rm -v "$(pwd):/work" nocderechte/reminder-aggregator:latest
Roadmap
- Filter to check whether a reminder-tag is inside a comment (currently causes false positives)
- Support for multiple output formats
- junitxml
- raw/stdout
- codeclimate
License
GNU General Public License v3.0 or later
See LICENSE to see the full text.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file reminder_aggregator-0.3.1.tar.gz.
File metadata
- Download URL: reminder_aggregator-0.3.1.tar.gz
- Upload date:
- Size: 31.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: uv/0.9.25 {"installer":{"name":"uv","version":"0.9.25","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9fea9445c7514e172da906ac6e7ca6b02a2af8f9fb0ecb1778c246f45457d3e9
|
|
| MD5 |
17c530688c82d8132865f2301268bcfc
|
|
| BLAKE2b-256 |
2e1ca7a8edb166d6b830c3f63b8ec928b64f3d2dc7fdb0e1041cf5684497e2ad
|
File details
Details for the file reminder_aggregator-0.3.1-py3-none-any.whl.
File metadata
- Download URL: reminder_aggregator-0.3.1-py3-none-any.whl
- Upload date:
- Size: 17.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: uv/0.9.25 {"installer":{"name":"uv","version":"0.9.25","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
081665a8d025b03ec49b8dedd303fe9d5ab1275d13eea8c2b11835ca3d1cbda6
|
|
| MD5 |
0584a4637377669d3c04ff65227cbd27
|
|
| BLAKE2b-256 |
208260b1d1631994420c5cce0fda7f9849b4d9ecdd24d27f9e09ccfc270fdd0a
|