devpi-github/devpi-devpi-main/: devpi-client-7.3.1.dev0 metadata and description

devpi upload/install/... workflow commands for Python developers

Metadata
classifiers
  • Development Status :: 5 - Production/Stable
  • Environment :: Web Environment
  • Intended Audience :: Developers
  • Intended Audience :: System Administrators
  • License :: OSI Approved :: MIT License
  • Programming Language :: Python :: Implementation :: PyPy
  • Programming Language :: Python :: 3.7
  • Programming Language :: Python :: 3.8
  • Programming Language :: Python :: 3.9
  • Programming Language :: Python :: 3.10
  • Programming Language :: Python :: 3.11
  • Programming Language :: Python :: 3.12
  • Programming Language :: Python :: 3.13
  • Programming Language :: Python :: 3.14
description_content_type text/x-rst
dynamic
  • license-file
license Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
license_file
  • LICENSE
  • AUTHORS
maintainer_email Florian Schulze <[email protected]>
project_urls
  • Bug Tracker, https://github.com/devpi/devpi/issues
  • Changelog, https://github.com/devpi/devpi/blob/main/client/CHANGELOG
  • Documentation, https://doc.devpi.net
  • Homepage, https://devpi.net
  • Source Code, https://github.com/devpi/devpi
requires_dist
  • build>=0.7.0
  • check-manifest>=0.28
  • colorama; platform_system == "Windows"
  • devpi_common<5,>=4dev
  • iniconfig
  • pkginfo>=1.10.0
  • platformdirs
  • pluggy<2.0,>=0.6.0
  • requests>=2.3.0
  • tomli; python_version < "3.11"
requires_python >=3.7
Files
File Tox results History
devpi_client-7.3.1.dev0-py3-none-any.whl
Size
45 KB
Type
Python Wheel
Python
3
sha256
1b9ef432eda712c71703e87fb9da0a85a739dce2fc3c7f1c13e8d4881d8d1a56
devpi_client-7.3.1.dev0.tar.gz
Size
96 KB
Type
Source
sha256
34030f655db70aeda91a85a035e6a330809b9a51a2598a6201ed474b83c04dda

devpi-client: manage devpi-server, Python packaging and testing

The devpi command line tool is typically used in conjunction with devpi-server. It allows to upload, test and install packages from devpi indexes.

See https://doc.devpi.net for quickstart and more documentation.

Support

If you find a bug, use the issue tracker at Github.

For general questions use GitHub Discussions or the [email protected] mailing list.

For support contracts and paid help contact mail at pyfidelity.com.

Changelog

7.3.1.dev0 (2026-08-17)

No significant changes.

7.3.0 (2026-04-30)

Features

  • Allow patchjson to read from stdin with - as JSON filename.

7.2.1 (2026-03-17)

Bug Fixes

  • Work around missing support for metadata 2.4 in pkginfo with Python 3.7.

  • The stored basic authentication credentials are now correctly applied to HTTP API URLs containing a query string.

7.2.0 (2024-10-16)

Features

  • Support --no-docs and --only-docs for push command with devpi-server >= 6.14.0.

  • Support --register-project for push command to external index with devpi-server >= 6.14.0.

  • Add support for uv.conf to devpi use --set-cfg.

Bug Fixes

  • fix #682: fixed encoding issues when decoding output of subprocesses.

  • Fix #1052: require pkginfo >= 1.10.0 which supports newer metadata versions.

  • Fix #1057: PermissionError during upload due to trying to copy a folder like a file.

7.1.0 (2024-07-17)

Features

  • Support upload command configuration from pyproject.toml in [tool.devpi.upload] section.

  • The --fallback-ini option of devpi test can now be relative to the package root. This allows using pyproject.toml or similar instead of tox.ini.

  • Add sdist and wheel options for setup.cfg.

  • Add detection of tox configs in pyproject.toml and setup.cfg for devpi test.

Bug Fixes

  • In setup.cfg any value for upload settings was interpreted as True, now a warning is printed if it looks like False was meant and how to fix that. For backward compatibility the behavior wasn’t changed.