flit

Simplified packaging and publishing tool for Python modules

brewmacoslinux
Try with needOr install directly
Source

About

Simplified packaging of Python modules

Commands

flit

Examples

Initialize a new flit project with pyproject.toml$ flit init
Build a wheel and source distribution$ flit build
Publish your package to PyPI$ flit publish