| Name: | python3-flit |
|---|---|
| Version: | 3.9.0 |
| Release: | 1.el9 |
| Architecture: | noarch |
| Group: | Unspecified |
| Size: | 202096 |
| License: | BSD-3-Clause AND Apache-2.0 AND PSF-2.0 |
| RPM: | python3-flit-3.9.0-1.el9.noarch.rpm |
| Source RPM: | python-flit-3.9.0-1.el9.src.rpm |
| Build Date: | Thu Jul 20 2023 |
| Build Host: | build-ol9-x86_64.oracle.com |
| Vendor: | Oracle America |
| URL: | https://flit.pypa.io/ |
| Summary: | Simplified packaging of Python modules |
| Description: | Flit is a simple way to put Python packages and modules on PyPI. It tries to require less thought about packaging and help you avoid common mistakes. 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. |