Skip to content

SuelenKarbivnychyy/orientation-project-python-23.SUM.B.1

 
 

Repository files navigation

Orientation Project - Python

linting: pylint Pylint Pyright Pytest

Refer to the Fellowship LMS for information!

Setup

You can install Poetry by running the following. This command assumes you have Python installed. Substitute python to python3 if necessary. More detailed instructions can be found here.

curl -sSL https://install.python-poetry.org | python -

Once Poetry is installed, you can install the dependencies for this project by running the following.

poetry install

Development

Here are a lists of development commands.

Adding Dependencies

You can add dependencies by running the following. Changes will be reflected in pyproject.toml and poetry.lock.

poetry add <package>

Removing Dependencies

You can remove dependencies by running the following. Changes will be reflected in pyproject.toml and poetry.lock.

poetry remove <package>

Run

flask run

Run Tests

pytest test_pytest.py

Run Linter

pylint *.py

Run Typechecker

pyright

About

Sk- Orientation Project (Python) for 23.SUM.B.1

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%