jvllmr / trove-setup

A simple TUI for adding trove classifiers to your project quickly

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PyPI - Downloads GitHub license Routine Checks

trove-setup

A simple TUI for adding trove classifiers to your project. Supports pep621, poetry and flit pyproject.toml files.

trove-setup demo

Installation and usage

Optimal installation with pipx:

pipx install trove-setup

Run in your project via

trove_setup

CLI Params

trove_setup
    --pyproject-path: Path to pyproject.toml file. Can be directory or file.
    --type: Type of project. Can be one of pep621, poetry, flit, auto.

About

A simple TUI for adding trove classifiers to your project quickly

License:MIT License


Languages

Language:Python 99.6%Language:JavaScript 0.4%