Skip to content

Python library for extracting version from poetry pyproject.toml file

License

Notifications You must be signed in to change notification settings

RyaxTech/poetry-version

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

poetry-version

Python library for extracting version from poetry pyproject.toml file

Installation

To install poetry-version from PyPI run:

$ pip install poetry-version

Usage

Put these lines somewhere in the main module:

import poetry_version

__version__ = poetry_version.extract(source_file=__file__)

About

Python library for extracting version from poetry pyproject.toml file

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%