sneakers-the-rat / paper-feeds

A FastAPI web server for creating RSS feeds for scholarly journals with the magic of adversarial interoperability
GNU General Public License v3.0
62 stars 4 forks source link

Support execution outside of poetry #15

Open ybnd opened 9 months ago

ybnd commented 9 months ago

As far as I can tell, the app can only be started ~ poetry run start.

This is preventing me from debugging it properly, specifically with PyCharm:

ybnd commented 9 months ago

Got debugging working ~ uvicorn journal_rss.app:app

sneakers-the-rat commented 9 months ago

Related to https://github.com/sneakers-the-rat/journal-rss/issues/3

We'll be replacing that entrypoint with journal-rss start :) glad you got it started. Will add to docs