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.4.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.4-py3-none-any.whl (3.7 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: bpgtask-0.1.4.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.4.tar.gz
Algorithm Hash digest
SHA256 9a9779c258356c584b5c412d28e6629ef85ec0689d4820262886ab2f8762f4ad
MD5 2ef29d4812c80b80677488f22a85e423
BLAKE2b-256 59d67f98f7c7e2d6bf440c8526a745321040f8c052dd10eaad200dde9230c12b

See more details on using hashes here.

File details

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

File metadata

  • Download URL: bpgtask-0.1.4-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.4-py3-none-any.whl
Algorithm Hash digest
SHA256 4df12762c5320cfa1686fec37dc78a3da1803696d9e47c0c1c2d663af857f5c7
MD5 ba44b2ada8f2dbfa6b94434f3c813964
BLAKE2b-256 18b3ef7e184244ea4177cf731ee3928336c8a00240ada146034b2e4016b50561

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