flit

simple way to put Python packages and modules on PyPI (PEP 517)

Description

Flit is a easy way to put Python packages and modules on PyPI. It tries to require less thought about packaging and help you avoid common mistakes.

Flit supports PEP 517 Python packaging and PEP 621 project metadata.

Make the easy things easy and the hard things possible is an old motto from the Perl community. Flit is entirely focused on the easy things part of that, and leaves the hard things up to other tools.

Specifically, the easy things are pure Python packages with no build steps (neither compiling C code, nor bundling Javascript, etc.). The vast majority of packages on PyPI are like this: plain Python code, with maybe some static data files like icons included.

Upload more screenshots

Please help extend the collection of screenshots. Just make a screenshot and upload it here. You don't need to register or anything.

Upload a screenshot

Hint: upload an image here from your clipboard with Ctrl-V


Homepage

https://flit.readthedocs.io/en/latest/


Install this software package

If the package is available for the distribution you are currently using on your computer then install the software by clicking on…

Install flit