Flit
Flit is an open-source packaging tool for Python designed to simplify the creation and distribution of Python packages. It emphasizes simplicity and speed, targeting small to medium-sized projects and pure-Python packages.
Configuration is done with a pyproject.toml file, avoiding the traditional setup.py. Metadata such as package name,
Builds and distributions: Flit can build both source distributions (sdist) and wheel distributions, producing artifacts suitable
Publishing: The tool provides commands like flit build and flit publish to create and upload packages. Publishing
Licensing and ecosystem: Flit is released under the MIT License and is maintained by a community of