Anton Husiev Python Learning Course.
Project description
Setup project
Install brew
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
Additional info: https://docs.brew.sh/Installation
Install python
brew unlink python
brew install python@3.11
python and pip should be available as
python3 --version
pip3 --version
If you have python 3.x available as python
instead of python3
- use python
and pip
in scripts below
Install poetry
pip3 install poetry
Activate env
python3 -m venv .venv && source .venv/bin/activate
Install dependencies
poetry install
Running tests
Install pytest
pip3 install pytest
Execute tests
pytest tests/
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
No source distribution files available for this release.See tutorial on generating distribution archives.
Built Distribution
File details
Details for the file pymentoring-0.1.0-py3-none-any.whl
.
File metadata
- Download URL: pymentoring-0.1.0-py3-none-any.whl
- Upload date:
- Size: 8.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.0 CPython/3.9.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6f7617c85fc956c84aa87659da94716e52560b9461352f29b5c86ee792cb20e7 |
|
MD5 | c663c7767ea329dbe5ba24be4f0fd092 |
|
BLAKE2b-256 | d6f4157690721a3f678c64a55c6e4c62ea41165dbcc0d601e3e2e2c7956b92f2 |