Skip to content
This repository was archived by the owner on Nov 3, 2024. It is now read-only.

szewczykmira/spotiweekly

Repository files navigation

Requirements:

  1. Project is running with python 3.9+
  2. Poetry is required to work with dependencies

Set up project:

  1. Clone your reposiotory:
git clone [email protected]:szewczykmira/spotiweekly.git
  1. Enter the repository and create virtualenv with python 3.9
cd spotiweekly
mkvirtualenv -p python3.9 spotiweekly
  1. [Optional] you can update project's name in pyproject.toml
  2. Install dependencies
make install
  1. Install pre-commit hooks
pre-commit install

Running tests

make test
  • running test with checking test coverage
pytest --cov={repository_name} tests/

Running application

make run 

About

Small app to keep the best tracks from discovery weekly

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published