Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

A simple Python wheel builder for simple projects.

License

NotificationsYou must be signed in to change notification settings

repo-helper/whey

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A simple Python wheel builder for simple projects.

whey:

Seethe documentation forconfiguration andusage information.

DocsDocumentation Build StatusDocs Check Status
TestsLinux Test StatusWindows Test StatusmacOS Test StatusCoverage
PyPIPyPI - Package VersionPyPI - Supported Python VersionsPyPI - Supported ImplementationsPyPI - Wheel
AnacondaConda - Package VersionConda - Platform
ActivityGitHub last commitGitHub commits since tagged versionMaintenancePyPI - Downloads
QACodeFactor GradeFlake8 Statusmypy status
OtherLicenseGitHub top languageRequirements Status

Installation

whey can be installed from PyPI or Anaconda.

To install withpip:

$ python -m pip install whey

To install withconda:

$ conda install -c conda-forge whey

whey also has an optional README validation feature, which checks the README will render correctly on PyPI.This requires that thereadme extra is installed:

$ python -m pip install whey[readme]

and inpyproject.toml:

[build-system]requires = ["whey[readme]",]build-backend ="whey"

[8]ページ先頭

©2009-2025 Movatter.jp