Metadata-Version: 2.1
Name: lumeny
Version: 0.1.2
Summary: A cli and tui based personal management app for Lumen Young
Author: Lumen Young
Author-email: pip@lumeny.io
Requires-Python: >=3.10,<3.12
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Dist: caldav (>=1.2.1,<2.0.0)
Requires-Dist: click (>=8.1.3,<9.0.0)
Requires-Dist: click-config-file (>=0.6.0,<0.7.0)
Requires-Dist: dateparser (>=1.1.8,<2.0.0)
Requires-Dist: docker (>=6.0.1,<7.0.0)
Requires-Dist: miniflux (>=0.0.15,<0.0.16)
Requires-Dist: nltk (>=3.8.1,<4.0.0)
Requires-Dist: openai (>=0.27.2,<0.28.0)
Requires-Dist: prompt-toolkit (>=3.0.38,<4.0.0)
Requires-Dist: pyyaml (>=6.0,<7.0)
Requires-Dist: qdrant-client (>=1.1.0,<2.0.0)
Requires-Dist: questionary (>=1.10.0,<2.0.0)
Requires-Dist: textual (>=0.16.0,<0.17.0)
Description-Content-Type: text/markdown

# Lumeny

This is lumeny, a cli project that I used for my own daily usage.

There are several aspects that I want my cli app grows:

1. Connect to caldav so that it can reminds me of my events, or add new events in cli convinently. Pushing notification to the KDE desktop is also a important part to remind me of the events.
2. Connect to my RSS reader miniflux and filter the most important feeds using ChatGPT (A small recommendation system).
3. A TUI based on textual to help me manage several aspects of point 1 and 2, like inspect upcoming events or get general statistic of my feeds, and help me gradually improve the recommandation algorithm.


