https://github.com/cgohlke/pyalembic-wheels
PyAlembic wheels for Python on Windows.
https://github.com/cgohlke/pyalembic-wheels
computer-graphics file-format python wheels windows
Last synced: 3 months ago
JSON representation
PyAlembic wheels for Python on Windows.
- Host: GitHub
- URL: https://github.com/cgohlke/pyalembic-wheels
- Owner: cgohlke
- Created: 2025-05-31T03:01:48.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2026-03-23T03:21:38.000Z (3 months ago)
- Last Synced: 2026-03-23T23:52:30.133Z (3 months ago)
- Topics: computer-graphics, file-format, python, wheels, windows
- Homepage:
- Size: 3.91 KB
- Stars: 7
- Watchers: 0
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# PyAlembic wheels for Python on Windows
This repository provides unofficial binary wheels for [PyAlembic](https://github.com/alembic/alembic) for Python on Windows. The wheels also include the [PyImath](https://github.com/AcademySoftwareFoundation/Imath) extension.
[Alembic](https://www.alembic.io) is an open computer graphics interchange framework.
The files are unofficial (meaning: informal, unrecognized, personal, unsupported, no warranty, no liability, provided "as is") and made available for testing and evaluation purposes.
Source code changes, if any, have been submitted to the project maintainers or are included in the wheels.
The [Microsoft Visual C++ Redistributable packages for Visual Studio 2017-2026](https://learn.microsoft.com/en-us/cpp/windows/latest-supported-vc-redist?view=msvc-170) is required.
The ``alembic`` extension conflicts with the [``alembic``](https://pypi.org/project/alembic/) database migration tool, which must not be installed.
The wheels can be downloaded from the [Releases](https://github.com/cgohlke/pyalembic-wheels/releases) page.
## Release 2026.3.22
This release was built from the following source code:
- [alembic](https://github.com/alembic/alembic) 1.8.11
- [boost](https://www.boost.org/users/download/) 1.90.0
- [hdf5](https://support.hdfgroup.org/ftp/HDF5/releases/hdf5-1.8/hdf5-1.8.23/src/hdf5-1.8.23.zip) 1.8.23
- [imath](https://github.com/AcademySoftwareFoundation/Imath) 3.2.2
- [libaec](https://gitlab.dkrz.de/k202009/libaec) 1.1.6
- [zlib](https://github.com/madler/zlib) 1.3.2
## Build system
- [Windows Dev Kit](https://learn.microsoft.com/en-us/windows/arm/dev-kit/) 2023
- [Visual Studio](https://visualstudio.microsoft.com/vs/community/) 2022 Community 17.14
- [CPython](https://www.python.org/downloads/windows/) 3.11, 3.12, 3.13, 3.14 (win32, win-amd64, win-arm64)