diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -5,17 +5,17 @@ [Newspipe](https://git.sr.ht/~cedric/newspipe) is a web-based news aggregator and reader. +Newspipe is written in Python. The core technologies are +[Flask](http://flask.pocoo.org), +[asyncio](https://www.python.org/dev/peps/pep-3156/) and +[SQLAlchemy](http://www.sqlalchemy.org). + For reporting issues, visit the tracker here: https://todo.sr.ht/~cedric/newspipe For contributions, use the mailing list to send your patches: https://lists.sr.ht/~cedric/newspipe -Newspipe is written in Python. The core technologies are -[Flask](http://flask.pocoo.org), -[asyncio](https://www.python.org/dev/peps/pep-3156/) and -[SQLAlchemy](http://www.sqlalchemy.org). - ## Main features |