Convert a Pure-Python Wheel to a noarch Conda package
Project description
Python Wheel to Conda package
This converts a Pure-Python Wheel to a noarch Conda package.
This tool can be used to replace conda build which can sometimes be very slow.
setup.py bdist_conda can build a Conda package without a recipe but it relies on conda-build behind the scenes and thus suffers from the same slowness.
Usage
As a library
from python_wheel_to_conda_package import python_wheel_to_conda_package
conda_package_path = python_wheel_to_conda_package(wheel_path, output_directory=some_directory)
As a command line tool
$ python-wheel-to-conda-package test_lib-0.4.2.dev0-42_1337gg-py3-none-any.whl --output-directory /a/b/c/
/a/b/c/test-lib-0.4.2.dev0-1337gg.tar.bz2
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file python_wheel_to_conda_package-0.4.1-py3-none-any.whl.
File metadata
- Download URL: python_wheel_to_conda_package-0.4.1-py3-none-any.whl
- Upload date:
- Size: 11.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: uv/0.4.20
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
279110b3d98440e32fcafb63b2b308d0783d6d5b3c2b20ec89815b1f14b0569a
|
|
| MD5 |
371e4a3d12f033f2962eadbf33b6c616
|
|
| BLAKE2b-256 |
147dd69eb83b8b0cac05da1b4f8ef0f72a7c6d424cd00fd26e90a2bd73b4f28f
|