Skip to content

A simple command runner for Python project development.

License

Notifications You must be signed in to change notification settings

jsirois/dev-cmd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dev-cmd

PyPI Version License Supported Pythons CI

The dev-cmd tool provides a simple way to define commands in pyproject.toml to develop your project with and then execute them.

This is a very new tool that can be expected to change rapidly and in breaking ways until the 1.0 release. The current best documentation is the dogfooding this project uses for its own development described below. You can look at the [tool.dev-cmd] configuration in pyproject.toml to get a sense of how definition of commands, aliases and defaults works.

Development

Development uses uv. Install as you best see fit.

With uv installed, running uv run dev-cmd is enough to get the tools run-dev uses installed and run against the codebase. This includes formatting code, linting code, performing type checks and then running tests.

About

A simple command runner for Python project development.

Resources

License

Stars

Watchers

Forks

Sponsor this project

 

Languages