Skip to content

sirosen/mddj

Repository files navigation

mddj

Your DJ of MetaData.

PyPI - Version PyPI - Python Version


Overview

A CLI for interacting with your python package metadata.

Supports multiple packaging backends via a uniform interface.

For full documentation, see the docs site.

Installation

pipx install mddj

Quickstart

mddj 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 version

License

mddj is distributed under the terms of the MIT license.

About

The Python MetaData DJ

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors