Skip to content

Latest commit

 

History

History
70 lines (47 loc) · 1.49 KB

README.md

File metadata and controls

70 lines (47 loc) · 1.49 KB

Python 3.12.3

PyRSS

PyRSS is an application for reading RSS feeds.

Developement

Requirements

Required:

Optional for Fish shell:

Visual Studio Code extensions:

Developed by Microsoft

Clone repository

HTTP :

git clone https://github.com/DimitriChauvel/PyRSS.git

SSH :

git clone [email protected]:DimitriChauvel/PyRSS.git

Install dependencies

cd PyRSS
poetry install

Run project

At the root of the project, run the following command:

poetry run start

Dependencies

Developement dependencies:

Scripts

poetry run lint-fix   # run black on all files
poetry run lint       # run pylint on all files
poetry run tests      # run tests with pytest