Unofficial pip-installable wheels of the PyAlembic bindings for the Alembic 3D interchange format, packaged as 'alembic3d' to avoid a name clash with SQLAlchemy's alembic on PyPI (0.0.1 reserves the name; functional wheels to follow).
Project description
alembic3d
Unofficial, pip-installable wheels of the PyAlembic bindings for Alembic, the open-source 3D geometry interchange format used across VFX and animation.
The sole purpose of this project is to make those bindings installable from PyPI
without a name clash: the official Python module is imported as alembic,
but the alembic name on PyPI already belongs to SQLAlchemy's unrelated
database-migration tool. This project therefore packages them under the
distribution and import name alembic3d:
pip install alembic3d
import alembic3d
from alembic3d.Abc import *
from alembic3d.AbcGeom import *
The bindings themselves are unchanged from upstream — only the package/import name differs.
- Upstream Alembic project: https://github.com/alembic/alembic
- Packaging repository (this project): https://github.com/redd76/alembic-3d
About this release
0.0.1 only reserves the alembic3d name on PyPI and ships no bindings. The
functional wheels (Windows / macOS / Linux, across current CPython versions)
will be published under a later version.
Not affiliated
This is an unofficial repackaging. It is not affiliated with, endorsed by,
or supported by the Alembic project, the Academy Software Foundation,
Industrial Light & Magic, Sony Pictures Imageworks, or SQLAlchemy's unrelated
alembic tool. Alembic is distributed under the BSD-3-Clause license.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
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 alembic3d-0.0.1.tar.gz.
File metadata
- Download URL: alembic3d-0.0.1.tar.gz
- Upload date:
- Size: 2.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
35672aacc732ae86be0e2399ddd186f33f0e7ae0ec87968079c4955beb5b0b05
|
|
| MD5 |
2af85e24c28bb556f348766a1c397966
|
|
| BLAKE2b-256 |
2c0cf77ebabb84cc1e0e08dbd03d05adf51530eef8b7e58ad7b4f65838cbf3df
|
File details
Details for the file alembic3d-0.0.1-py3-none-any.whl.
File metadata
- Download URL: alembic3d-0.0.1-py3-none-any.whl
- Upload date:
- Size: 2.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4dbad2f776b57c010fc11a0df7b5675a4e90036a8a114332ae1268fc8275ecba
|
|
| MD5 |
92e9113226ff370873d5a9bd647e8888
|
|
| BLAKE2b-256 |
470003935e249052b5e0043014997c2285265bb83d4ee250540a2f9eab0cc46d
|