Skip to content

DimitriChauvel/PyRSS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages