[ 源代码: pdm ]
软件包:python3-pdm(2.20.1+ds1-1)
next generation Python package management tool
PDM is meant to be a next generation Python package management tool. If you feel you are going well with Pipenv or Poetry and don't want to introduce another package manager, just stick to it. But if you are missing something that is not present in those tools, you can probably find some goodness in pdm.
Highlights of features include:
* Opt-in PEP 582 support, no virtualenv involved at all. * Simple and fast dependency resolver, mainly for large binary distributions. * A PEP 517 build backend. * PEP 621 project metadata. * Flexible and powerful plug-in system. * Versatile user scripts. * Opt-in centralized installation cache like pnpm.
其他与 python3-pdm 有关的软件包
|
|
|
|
-
- dep: python3
- 交互式高级面向对象语言(默认 python3 版本)
-
- dep: python3-blinker
- Fast, simple object-to-object and broadcast signaling (Python3)
-
- dep: python3-certifi (>> 2022.6.15)
- root certificates for validating SSL certs and verifying TLS hosts (python3)
-
- dep: python3-dep-logic
- Python dependency specifications supporting logical operations
-
- dep: python3-dotenv
- Get and set values in the .env file in local and production servers
-
- dep: python3-filelock
- platform independent file locking module
-
- dep: python3-findpython
- 寻找系统上 python 版本的实用工具
-
- dep: python3-hishel
- Persistent cache implementation for httpx and httpcore
-
- dep: python3-httpcore
- minimal low-level HTTP client
-
- dep: python3-httpx
- next generation HTTP client
-
- dep: python3-importlib-metadata
- library to access the metadata for a Python package - Python 3.x
- 或者 python3-supported-min (>= 3.10)
- 软件包暂时不可用
-
- dep: python3-installer
- Python library for unpacking and installing wheels
-
- dep: python3-msgpack
- Python 3 implementation of MessagePack format
-
- dep: python3-packaging
- core utilities for python3 packages
-
- dep: python3-platformdirs
- determining appropriate platform-specific directories (Python 3)
-
- dep: python3-pyproject-hooks
- Wrappers to call pyproject.toml-based build backend hooks
-
- dep: python3-resolvelib (>= 1.1)
- module to resolve abstract dependencies into concrete ones
-
- dep: python3-rich
- render rich text, tables, progress bars, syntax highlighting, markdown and more
-
- dep: python3-shellingham
- Tool to Detect Surrounding Shell
-
- dep: python3-tomli
- lil' TOML parser for Python
- 或者 python3-supported-min (>= 3.11)
- 软件包暂时不可用
-
- dep: python3-tomlkit
- style-preserving TOML library for Python
-
- dep: python3-truststore
- Python Library to verify certificates using native system trust stores
- 或者 python3-supported-max (<< 3.10)
- 软件包暂时不可用
-
- dep: python3-unearth (>= 0.9)
- utility to fetch and download python packages
-
- dep: python3-virtualenv
- Python virtual environment creator