Package: flit Version: 3.0.0-1~0tuxmake1 Architecture: all Maintainer: Debian Python Team Installed-Size: 314 Depends: python3:any, python3-docutils, python3-pygments, python3-pytoml, python3-requests Filename: ./all/flit_3.0.0-1~0tuxmake1_all.deb Size: 66972 MD5sum: f462eae58c0006c652520fba0bf4fe75 SHA1: 389d900a7bded9ada87b8b13277c01b9b503fcc0 SHA256: cc09279f49b16e8cf99d122de30849f8617a4480966b45be78d691e5d8e8e65b Section: python Priority: optional Homepage: https://flit.readthedocs.io/en/latest/ Description: simple way to put Python packages and modules on PyPI (PEP 517) 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. . 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.