软件包:flit(3.0.0-1)
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.
其他与 flit 有关的软件包
|
|
|
|
-
- dep: python3
- 交互式高级面向对象语言(默认 python3 版本)
-
- dep: python3-docutils
- text processing system for reStructuredText (implemented in Python 3)
-
- dep: python3-pygments
- syntax highlighting package written in Python 3
-
- dep: python3-pytoml
- TOML parser and emitter for Python3
-
- dep: python3-requests
- elegant and simple HTTP library for Python3, built for human beings