No project description provided
Project description
Install poetry
python -m pip install poetry
Create a new project with src layout
poetry new --src my_project
Add dev dependencies
poetry add -D mypy flake8
Add dependencies
poetry add requests pytest
remove dependencies
poetry remove requests
Install dependencies
poetry install
Show dependencies
poetry show --tree
Lint the project
poetry run flake8
test the project
poetry run pytest -s -v
run the project
poetry run python src/my_package/main.py
build the project
poetry build
FAQ
-
What is Poetry - dependency management and packaging tool for Python
-
poetry.lock should be committed to the repository
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file bpgtask-0.1.2.tar.gz.
File metadata
- Download URL: bpgtask-0.1.2.tar.gz
- Upload date:
- Size: 1.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.2 CPython/3.12.0 Darwin/23.4.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
398c20d32e318d2139129c480d55f77a76a87f918c252556cc32a6d6a2d7d81e
|
|
| MD5 |
f4a32c45f5403ac5b26901660564e0dc
|
|
| BLAKE2b-256 |
ad42278d39719204364ea0025a4c80674a675116f2992dbb5fb2a4ffc0e25a32
|
File details
Details for the file bpgtask-0.1.2-py3-none-any.whl.
File metadata
- Download URL: bpgtask-0.1.2-py3-none-any.whl
- Upload date:
- Size: 2.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.2 CPython/3.12.0 Darwin/23.4.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4a61551ee03cb7531defe1974a001898b1d5049f2b86167e866ab9e4ef4a64e9
|
|
| MD5 |
bd07699b9489b7a9c7108489803e07bb
|
|
| BLAKE2b-256 |
5bf5c05ac7fe8e994b37ca2c7f03a398b72f3469b26e4f7a30fcfe4e4414db94
|