Letter P

python-flit - Simplified packaging of Python modules

Website: https://flit.readthedocs.io/en/latest/
License: BSD and ASL 2.0 and Python
Vendor: Alcance Libre, Inc.
Description:
Flit is a simple way to put Python packages and modules on PyPI.

Flit only creates packages in the new 'wheel' format. People using older
versions of pip (<1.5) or easy_install will not be able to install them.

Flit packages a single importable module or package at a time, using the import
name as the name on PyPI. All sub-packages and data files within a package are
included automatically.

Flit requires Python 3, but you can use it to distribute modules for Python 2,
so long as they can be imported on Python 3.

Packages

python-flit-3.7.1-1.fc14.al.src [140 KiB] Changelog by Joel Barrios (2022-03-01):
- Update to 3.7.1.

Listing created by Repoview-0.6.6-6.fc14.al