python-flit
Simple packaging tool for simple packages
Flit is a simple way to put Python packages and modules on PyPI. Flit packages a single importable module or package at a time, using the import name as the name on PyPI. All subpackages and data files within a package are included automatically.
- Versions: 3.8.0
- Website: https://flit.readthedocs.io/
- Licenses: Modified BSD
- Package source: gnu/packages/python-xyz.scm
- Builds: See build status
- Issues: See known issues
Installation
Install the latest version of python-flit
as follows:
guix install python-flit
Or install a particular version:
guix install python-flit@3.8.0
You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell
documentation for more information.
Badge code
You can use the following badge to inform users of python-flit about the latest version available in Guix.
Example HTML:
<a href='https://packages.guix.gnu.org/packages/python-flit'><img src='https://packages.guix.gnu.org/packages/python-flit/badges/latest-version.svg' alt='Version in GNU Guix'></a>
Example Markdown:
[](https://packages.guix.gnu.org/packages/python-flit)
Example Org:
[[https://packages.guix.gnu.org/packages/python-flit][https://packages.guix.gnu.org/packages/python-flit/badges/latest-version.svg]]