python-whey 0.1.1-1 source package in Ubuntu

Changelog

python-whey (0.1.1-1) unstable; urgency=medium

  * New upstream version 0.1.1
  * debian/manpage/whey.1: Update version

 -- Josenilson Ferreira da Silva <email address hidden>  Sat, 25 May 2024 00:27:33 -0300

Upload details

Uploaded by:
Debian Python Team
Uploaded to:
Sid
Original maintainer:
Debian Python Team
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc

Builds

Oracular: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-whey_0.1.1-1.dsc 2.7 KiB 13e39f9366ec837041315fcb040215b8b4b091e7c65d3b50c886a23ec2c3f03f
python-whey_0.1.1.orig.tar.gz 311.5 KiB a9e79ba17423841f14d80802769593c3f9c54f2d60312450b6db98acecdf8a54
python-whey_0.1.1-1.debian.tar.xz 6.4 KiB d053c6c54d33d809a734169cc9cc1d57447fe65367e6fd435130f626d1016b41

Available diffs

No changes file available.

Binary packages built by this source

python3-whey: simple Python wheel builder for simple projects

 The Whey project is a powerful Python tool that simplifies the process of
 creating and distributing high-performance Python packages, especially
 designed for those using Cython for compilation. With support for the latest
 PEPs, Whey offers a comprehensive solution for building and packaging advanced
 Python projects.
 .
 some of the main features of the Whey project:
   - PEP 621 metadata support:
        Whey incorporates metadata as specified by PEP 621, allowing efficient
        management of dependencies in Python projects.
   - PEP 517 Can be used as a backend build:
        As a PEP 517 backend, Whey offers flexibility in building projects,
        including those that rely on Cython for compiling C/C++ extensions.
   - PEP 427 creates wheels:
        Whey has the ability to create wheels, as defined by PEP 427. This is
        particularly relevant for projects using Cython, as wheels are binary
        packages, providing efficiency in packaging and distribution.
    - Handles hint type files (py.typed and .pyi stubs):
        Whey understands and properly handles hint type files such as py.typed
        and *.pyi stubs. Although not directly linked to Cython, this capability
        is crucial for modern projects that make use of type annotations to
        improve static analysis and documentation.