Metadata-Version: 2.1
Name: Ntfy_CSV_Reminders
Version: 0.0.4
Summary: Probabilistic daily reminders via ntfy from csv
Home-page: https://github.com/thiswillbeyourgithub/Ntfy_CSV_Reminders
License: GPLv3
Keywords: ntfy.sh,reminders,csv,tool,memory,distraction,distracted,todo,list
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Operating System :: OS Independent
Requires-Python: >=3.11
Description-Content-Type: text/markdown
License-File: LICENSE.md
Requires-Dist: fire>=0.6.0


# Ntfy_CSV_Reminders
Send a notification every few days as reminder. Inputs are based on a simple csv text file.

# Getting started
* From pypi:
    * As a tool: `uvx Ntfy_CSV_Reminders@latest --help`
    * Via uv: `uv pip install Ntfy_CSV_Reminders`
    * Via pip: `pip install Ntfy_CSV_Reminders`
* From github:
    * Clone this repo then `pip install .`
