conflens 0.1.14__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
conflens/__init__.py ADDED
@@ -0,0 +1,8 @@
1
+ """Conference Paper Analyzer.
2
+
3
+ Browse papers from the ACL Anthology (and compatible sites), classify each
4
+ one against a customizable theme with an LLM, then surface the most relevant
5
+ topics within that theme.
6
+ """
7
+
8
+ __version__ = "0.1.0"