Your DJ of MetaData.
A CLI for interacting with your python package metadata.
Supports multiple packaging backends via a uniform interface.
For full documentation, see the docs site.
pipx install mddjmddj supports usage as a CLI and as library!
Here's how you can instantiate read the project version in Python:
from mddj.api import DJ
dj = DJ()
print(dj.read.version())and, equivalently, via the CLI:
mddj read versionmddj is distributed under the terms of the MIT license.