Metadata-Version: 2.1
Name: pdm-invoke
Version: 0.0.1
Summary: pdm shortcuts for invoke projects
License: MIT
Author-email: Abdul Hamid <abdulachik@icloud.com>
Requires-Python: >=3.7
Project-URL: homepage, https://github.com/sicksid/pdm-invoke
Description-Content-Type: text/markdown

# pdm-invoke: invoke command shortcut for PDM

A plugin that gives you command shortcut for developing with [PDM](https://pdm.fming.dev/) and
[invoke](https://www.pyinvoke.org).


## Requirements

Tested with PDM 2.1.X

## Install

`pdm plugin add pdm-invoke`

## Usage

### inv

Example: `pdm inv compress --output dist.zip`

## Thanks to the following projects as the idea came from them not me

https://github.com/neutron-sync/pdm-django

https://github.com/pdm-project/pdm

## for fabric

https://github.com/sicksid/pdm-fabric

