Skip to main content

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

publish the project (with build)

poetry publish --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

bpgtask-0.1.3.tar.gz (2.8 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

bpgtask-0.1.3-py3-none-any.whl (3.7 kB view details)

Uploaded Python 3

File details

Details for the file bpgtask-0.1.3.tar.gz.

File metadata

  • Download URL: bpgtask-0.1.3.tar.gz
  • Upload date:
  • Size: 2.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.8.2 CPython/3.12.0 Darwin/23.4.0

File hashes

Hashes for bpgtask-0.1.3.tar.gz
Algorithm Hash digest
SHA256 fb4b4f1223ed2e3896d07736a32144161f1b7a3457406083f1e14ff9e498db48
MD5 29e76f36e1ecf4ceb2d072089ed53163
BLAKE2b-256 b73818df3ae2870704e30b7707700a080843f6ad22eeb001567c8de0422aba16

See more details on using hashes here.

File details

Details for the file bpgtask-0.1.3-py3-none-any.whl.

File metadata

  • Download URL: bpgtask-0.1.3-py3-none-any.whl
  • Upload date:
  • Size: 3.7 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

Hashes for bpgtask-0.1.3-py3-none-any.whl
Algorithm Hash digest
SHA256 0001603c69a92de45834764c6f34e35f957357087a4499da9eda34321c6a2b21
MD5 3c488823d1badd5eacfe92ed341b8adf
BLAKE2b-256 b5014c2036d27d818ff137bb4ad199101bd1492983ded19afff59cbe348820ef

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page