All Projects → repo-helper → whey

repo-helper / whey

Licence: MIT license
A simple Python wheel builder for simple projects.

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to whey

trampolim
A modern Python build backend
Stars: ✭ 39 (+129.41%)
Mutual labels:  build, wheel, sdist, pep517
cresset
Template repository to build PyTorch projects from source on any version of PyTorch/CUDA/cuDNN.
Stars: ✭ 573 (+3270.59%)
Mutual labels:  build, wheel
Tensorflow Windows Wheel
Tensorflow prebuilt binary for Windows
Stars: ✭ 3,428 (+20064.71%)
Mutual labels:  build, wheel
integration-test
ensure core packaging tools work well with each other
Stars: ✭ 15 (-11.76%)
Mutual labels:  packaging, wheel
Wagon
Creates Wheel based archives to allow portable offline installation of Python packages and their dependencies
Stars: ✭ 86 (+405.88%)
Mutual labels:  packaging, wheel
Tensorflow-binaries
Tensorflow GNU/Linux, MacOS binaries compiled with SSE4.1, SSE4.2 and AVX
Stars: ✭ 14 (-17.65%)
Mutual labels:  build, wheel
Sailboat
🐍 A quick and easy way to distribute your Python projects!
Stars: ✭ 137 (+705.88%)
Mutual labels:  build, packaging
Klap
zero config, zero dependency bundler for tiny javascript packages
Stars: ✭ 143 (+741.18%)
Mutual labels:  build, packaging
Distillery
Every alchemist requires good tools, and one of the greatest tools in the alchemist's disposal is the distillery. The purpose of the distillery is to take something and break it down to its component parts, reassembling it into something better, more powerful. That is exactly what this project does - it takes your Mix project and produces an Erlang/OTP release, a distilled form of your raw application's components; a single package which can be deployed anywhere, independently of an Erlang/Elixir installation. No dependencies, no hassle.
Stars: ✭ 2,869 (+16776.47%)
Mutual labels:  distribution, packaging
pyempaq
A simple but powerful Python packer to run any project with any virtualenv dependencies anywhwere.
Stars: ✭ 21 (+23.53%)
Mutual labels:  distribution, packaging
check-wheel-contents
Check your wheels have the right contents
Stars: ✭ 131 (+670.59%)
Mutual labels:  packaging, wheel
distribution
Siddhi streaming runtime and tooling distribution
Stars: ✭ 22 (+29.41%)
Mutual labels:  distribution, packaging
winepak-sdk
Platform and SDK runtimes for winepak based applications
Stars: ✭ 46 (+170.59%)
Mutual labels:  packaging
PackageProject.cmake
🏛️ Help other developers use your project. A CMake script for packaging C/C++ projects for simple project installation while employing best-practices for maximum compatibility.
Stars: ✭ 48 (+182.35%)
Mutual labels:  packaging
burrito
Wrap your application in a BEAM Burrito!
Stars: ✭ 465 (+2635.29%)
Mutual labels:  distribution
celos
CelOS is a simple, easy-to-use, flatpak centric Linux distribution for everyone based on Ubuntu 20.04.
Stars: ✭ 18 (+5.88%)
Mutual labels:  distribution
opencv-python-inference-engine
Wrapper package for OpenCV with Inference Engine python bindings.
Stars: ✭ 32 (+88.24%)
Mutual labels:  wheel
product-packager
A portable shell program to package and prepare courses, tutorial series, and other products to release on e-commerce platforms like Gumroad and Mavenseed.
Stars: ✭ 42 (+147.06%)
Mutual labels:  packaging
python-deb-pkg-tools
Debian packaging tools
Stars: ✭ 36 (+111.76%)
Mutual labels:  packaging
poetry-setup
Generate setup.py (setuptools) from pyproject.toml (poetry)
Stars: ✭ 44 (+158.82%)
Mutual labels:  packaging

whey

A simple Python wheel builder for simple projects.

whey:

See the documentation for configuration and usage information.

Docs Documentation Build Status Docs Check Status
Tests Linux Test Status Windows Test Status macOS Test Status Coverage
PyPI PyPI - Package Version PyPI - Supported Python Versions PyPI - Supported Implementations PyPI - Wheel
Anaconda Conda - Package Version Conda - Platform
Activity GitHub last commit GitHub commits since tagged version Maintenance PyPI - Downloads
QA CodeFactor Grade Flake8 Status mypy status
Other License GitHub top language Requirements Status

Installation

whey can be installed from PyPI or Anaconda.

To install with pip:

$ python -m pip install whey

To install with conda:

  • First add the required channels
$ conda config --add channels https://conda.anaconda.org/conda-forge
  • Then install
$ conda install whey

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

$ python -m pip install whey[readme]

and in pyproject.toml:

[build-system]
requires = [ "whey[readme]",]
build-backend = "whey"
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].