Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/takluyver/wheel2conda
Convert pure-Python wheels to conda packages (experimental)
https://github.com/takluyver/wheel2conda
Last synced: about 2 months ago
JSON representation
Convert pure-Python wheels to conda packages (experimental)
- Host: GitHub
- URL: https://github.com/takluyver/wheel2conda
- Owner: takluyver
- License: mit
- Created: 2016-04-15T16:48:30.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-05-11T08:00:00.000Z (over 6 years ago)
- Last Synced: 2024-10-11T19:19:07.548Z (3 months ago)
- Language: Python
- Homepage:
- Size: 14.6 KB
- Stars: 11
- Watchers: 4
- Forks: 6
- Open Issues: 1
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
Awesome Lists containing this project
README
This is an experimental tool to convert pure Python wheels to conda packages
It bypasses ``conda-build``, creating conda packages for all platforms directly.
It converts the wheel metadata into conda metadata, so the only input needed is
a wheel file.To use it, download a wheel file and run::
wheel2conda foo-0.1-py2.py3-none-any.whl
Output is arranged in directories by platform, e.g. ``linux-64``.