Package: flit Version: 3.0.0-1~0tuxmake1 Architecture: all Maintainer: Debian Python Team Installed-Size: 308 Depends: python3:any, python3-docutils, python3-pygments, python3-pytoml, python3-requests Filename: ./all/flit_3.0.0-1~0tuxmake1_all.deb Size: 61284 MD5sum: 843c6f83d7ab55dc0a1f406efc27d918 SHA1: 2e2d21ffa911ad67b8bc38b08ddee7bb8426abc7 SHA256: 434f6f194d77313219c42ea0fcab1e7839b89b6bec8ace2be5facf764463bb16 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.