Skip to main content

A pyproject.toml conversion tool for Poetry to uv migration

Project description

bukowski

A pyproject.toml conversion tool for Poetry to uv migration.

Installation

pip install bukowski
# or
uv pip install bukowski

Alternatively, you can use uvx to install and run from a self-contained virtual environment if you don't have a virtual environment ready:

uvx bukowski --help

Usage

$ bukowski --help

 Usage: bukowski [OPTIONS] [PATH]

╭─ Arguments ──────────────────────────────────────────────────────────────────╮
│   path      [PATH]  path to pyproject.toml [default: pyproject.toml]         │
╰──────────────────────────────────────────────────────────────────────────────╯
╭─ Options ────────────────────────────────────────────────────────────────────╮
│ --force-overwrite     -f        Whether to overwrite the existing            │
│                                 pyproject.toml file or not                   │
│ --install-completion            Install completion for the current shell.    │
│ --show-completion               Show completion for the current shell, to    │
│                                 copy it or customize the installation.       │
│ --help                          Show this message and exit.                  │
╰──────────────────────────────────────────────────────────────────────────────╯

For example, let's say you have the following pyproject.toml:

[tool.poetry]
name = "foo"
version = "0.1.0"
description = "bar"
authors = ["John Smith <johnsmith@example.org>"]
readme = "README.md"

[tool.poetry.dependencies]
python = "^3.10"
fastapi = { extras = ["all"], version = "^0.112.2" }
requests = "2.32.3"

[tool.poetry.group.dev.dependencies]
pytest = "^8.3.2"

[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"

bukowski /path/to/pyproject.toml converts it (outputs it to stdout when -f options is not set, otherwise overwrites the path) as follows:

[project]
name = "foo"
version = "0.1.0"
description = "bar"
readme = "README.md"
requires-python = ">=3.10,<4.0"
authors = [
    { name = "John Smith", email = "johnsmith@example.org" },
]
dependencies = [
    "fastapi[all]>=0.112.2,<0.113.0",
    "requests==2.32.3",
]

[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"

[dependency-groups]
dev = [
    "pytest>=8.3.2,<9.0.0",
]

Then you can do uv sync with the new pyproject.toml.

Known Issues

  • packages (tool.poetry.packages) is not supported.
  • source (tool.poetry.source) is supported, but the conversion may be lossy.

Alternatives

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

bukowski-0.3.7.tar.gz (51.7 kB view details)

Uploaded Source

Built Distribution

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

bukowski-0.3.7-py3-none-any.whl (9.2 kB view details)

Uploaded Python 3

File details

Details for the file bukowski-0.3.7.tar.gz.

File metadata

  • Download URL: bukowski-0.3.7.tar.gz
  • Upload date:
  • Size: 51.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.0.1 CPython/3.12.8

File hashes

Hashes for bukowski-0.3.7.tar.gz
Algorithm Hash digest
SHA256 87a74252f9f3e8084d35cf5e8c5b17495660a05281b5a6b4afe1398ef284e35e
MD5 79a9fb7684e06778d8f3e6cb1834fced
BLAKE2b-256 8d0fa19f6776b650b68b05ba187cfcd4b1b2f7d2aa565c4d69144d5b1d5ed90f

See more details on using hashes here.

Provenance

The following attestation bundles were made for bukowski-0.3.7.tar.gz:

Publisher: publish.yml on ninoseki/bukowski

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file bukowski-0.3.7-py3-none-any.whl.

File metadata

  • Download URL: bukowski-0.3.7-py3-none-any.whl
  • Upload date:
  • Size: 9.2 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.0.1 CPython/3.12.8

File hashes

Hashes for bukowski-0.3.7-py3-none-any.whl
Algorithm Hash digest
SHA256 0b7df22ad0a29f2547b921a81a903e41d0904f3b06a3f6524685194d97099f97
MD5 f0c94ac39b9decb66c5ccb6017a2044c
BLAKE2b-256 35ab946acd22ceb23a487729265af3a8f3b6ef8422fccfef7f360a39f13f4992

See more details on using hashes here.

Provenance

The following attestation bundles were made for bukowski-0.3.7-py3-none-any.whl:

Publisher: publish.yml on ninoseki/bukowski

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

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