Skip to main content

Some set of poetry plugins

Project description

Poem Plugins

Package version

A set of plugins for Poetry.

How to use

Make sure you have Poetry version 1.2.0 or above. Read below for instructions to install it if you haven't.

Install Poem Plugins

Install this plugin to your Poetry:

$ poetry self add poem-plugins

Add tool section in project pyproject.toml

[tool.poem-plugins]
version_plugin = "git-long"
# Version tags must be starts with this prefix
git_version_prefix = "v"

Create a git tag, for example:

$ git tag v0.1

Next, build your project. It will show an output like:

$ poetry build
poem-plugins: Setting version to: 0.1.0+g5ee9240
Building awesome_package (0.1.0+g5ee9240)
  - Building sdist
  - Built awesome_package-0.1.0+g5ee9240.tar.gz
  - Building wheel
  - Built awesome_package-0.1.0+g5ee9240-py3-none-any.whl```

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

poem_plugins-0.12.3.tar.gz (5.5 kB view hashes)

Uploaded Source

Built Distribution

poem_plugins-0.12.3-py3-none-any.whl (7.2 kB view hashes)

Uploaded Python 3

Supported by

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