Metadata-Version: 2.4
Name: tldrxiv
Version: 0.1.0
Summary: Generate digests for daily arXiv feeds.
Project-URL: Homepage, https://github.com/PanosEconomou/tldrxiv
Project-URL: Repository, https://github.com/PanosEconomou/tldrxiv
Project-URL: Issues, https://github.com/PanosEconomou/tldrxiv/issues
Author-email: Panos Oikonomou <panos.economou.v@gmail.com>
License-Expression: MIT
License-File: LICENCE
Classifier: Development Status :: 3 - Alpha
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.11
Description-Content-Type: text/markdown

# tldrxiv

I couldn't bother to read 30-60 abstracts per day so that I filter what is relevant. 

## Credits

A lot of open source guides were used in this so here are some credits!
 - [Python Packaging Guide](https://packaging.python.org/en/latest/tutorials/packaging-projects/)
 - [The Hitchiker's Guide to Python/Packaging](https://docs.python-guide.org/writing/structure/)
 - [Regex Patterns in Python](https://docs.python.org/3/howto/regex.html)
 - [Reading TOML in Python](https://realpython.com/python-toml/)
 - [Argument Parsing](https://realpython.com/command-line-interfaces-python-argparse/)
 - [Gemini API and its Keys](https://ai.google.dev/gemini-api/docs/api-key)

