Metadata-Version: 2.1
Name: txt2ics
Version: 0.0.4
Summary: A super-tiny utility that converts your todo.txt file into an iCalendar file.
Author-email: George Politis <gp@superpointer.com>
Project-URL: Homepage, https://github.com/gpolitis/txt2ics
Project-URL: Bug Tracker, https://github.com/gpolitis/txt2ics/issues
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: icalendar
Requires-Dist: python-dotenv

A super-tiny utility that converts your todo.txt file into an iCalendar file. 
You would run it like this:

    pip install txt2ics
    python -m txt2ics convert todo.md

You can also serve the file with HTTP

    pip install txt2ics
    python -m txt2ics httpd todo.md

Related work (check the test file)

- Markwhen
- Todo.txt
