darkbridge.version – Store project metadata

Store project metadata.

This module defines the project metadata to avoid duplicating these values across sources files [pypa1].

The exported data are as follows:

  • name - the name of the project

  • version - the version of the project

The easiest way to use is to import the module as below.

>>> from darkbridge.version import version
>>> version
'0.1.0-dev0'
darkbridge.version.name = 'DarkBridge'

The name of the project

darkbridge.version.version = '0.1.0.dev0'

The version of the project, as defined in the Version specifier specification