alembic3d 0.0.1__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
alembic3d/__init__.py
ADDED
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
"""alembic3d — name reservation placeholder.
|
|
2
|
+
|
|
3
|
+
This 0.0.1 release only reserves the ``alembic3d`` distribution name on PyPI.
|
|
4
|
+
It contains no PyAlembic bindings. The real, importable wheels (the PyAlembic
|
|
5
|
+
bindings for the Alembic 3D interchange format) will be published under a later
|
|
6
|
+
version. See https://github.com/redd76/alembic-3d.
|
|
7
|
+
|
|
8
|
+
This project is an unofficial repackaging and is not affiliated with, endorsed
|
|
9
|
+
by, or supported by the Alembic project or SQLAlchemy's ``alembic``.
|
|
10
|
+
"""
|
|
11
|
+
|
|
12
|
+
__version__ = "0.0.1"
|
|
@@ -0,0 +1,56 @@
|
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
|
+
Name: alembic3d
|
|
3
|
+
Version: 0.0.1
|
|
4
|
+
Summary: 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).
|
|
5
|
+
Author: Phillip R.
|
|
6
|
+
License-Expression: BSD-3-Clause
|
|
7
|
+
Project-URL: Homepage, https://github.com/redd76/alembic-3d
|
|
8
|
+
Project-URL: Packaging repository, https://github.com/redd76/alembic-3d
|
|
9
|
+
Project-URL: Upstream Alembic project, https://github.com/alembic/alembic
|
|
10
|
+
Keywords: alembic,pyalembic,vfx,3d,geometry,interchange
|
|
11
|
+
Classifier: Development Status :: 1 - Planning
|
|
12
|
+
Classifier: Topic :: Multimedia :: Graphics :: 3D Modeling
|
|
13
|
+
Classifier: Programming Language :: C++
|
|
14
|
+
Requires-Python: >=3.10
|
|
15
|
+
Description-Content-Type: text/markdown
|
|
16
|
+
|
|
17
|
+
# alembic3d
|
|
18
|
+
|
|
19
|
+
Unofficial, pip-installable wheels of the **PyAlembic** bindings for
|
|
20
|
+
[**Alembic**](https://github.com/alembic/alembic), the open-source 3D geometry
|
|
21
|
+
interchange format used across VFX and animation.
|
|
22
|
+
|
|
23
|
+
The sole purpose of this project is to make those bindings installable from PyPI
|
|
24
|
+
**without a name clash**: the official Python module is imported as `alembic`,
|
|
25
|
+
but the `alembic` name on PyPI already belongs to SQLAlchemy's unrelated
|
|
26
|
+
database-migration tool. This project therefore packages them under the
|
|
27
|
+
distribution and import name **`alembic3d`**:
|
|
28
|
+
|
|
29
|
+
```python
|
|
30
|
+
pip install alembic3d
|
|
31
|
+
```
|
|
32
|
+
|
|
33
|
+
```python
|
|
34
|
+
import alembic3d
|
|
35
|
+
from alembic3d.Abc import *
|
|
36
|
+
from alembic3d.AbcGeom import *
|
|
37
|
+
```
|
|
38
|
+
|
|
39
|
+
The bindings themselves are unchanged from upstream — only the package/import
|
|
40
|
+
name differs.
|
|
41
|
+
|
|
42
|
+
- **Upstream Alembic project:** <https://github.com/alembic/alembic>
|
|
43
|
+
- **Packaging repository (this project):** <https://github.com/redd76/alembic-3d>
|
|
44
|
+
|
|
45
|
+
## About this release
|
|
46
|
+
|
|
47
|
+
`0.0.1` **only reserves the `alembic3d` name** on PyPI and ships no bindings. The
|
|
48
|
+
functional wheels (Windows / macOS / Linux, across current CPython versions)
|
|
49
|
+
will be published under a later version.
|
|
50
|
+
|
|
51
|
+
## Not affiliated
|
|
52
|
+
|
|
53
|
+
This is an **unofficial** repackaging. It is **not affiliated with, endorsed by,
|
|
54
|
+
or supported by** the Alembic project, the Academy Software Foundation,
|
|
55
|
+
Industrial Light & Magic, Sony Pictures Imageworks, or SQLAlchemy's unrelated
|
|
56
|
+
`alembic` tool. Alembic is distributed under the BSD-3-Clause license.
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
alembic3d/__init__.py,sha256=IG82ypDEkinJLtbhBDBq-iwLJPVPv3VMC5oyMDIz6EE,511
|
|
2
|
+
alembic3d-0.0.1.dist-info/METADATA,sha256=i6SPgnqthhUvmaAHrlQ55SX9l3ZpfIAstRC29j_0ZhU,2363
|
|
3
|
+
alembic3d-0.0.1.dist-info/WHEEL,sha256=K260EYznzXsJYBQGqmI8VTxEdiZYNvDZwW9cBh9-_MA,91
|
|
4
|
+
alembic3d-0.0.1.dist-info/top_level.txt,sha256=2YVXsRfBYbQg3IZGs37KId6Wrma8x2dlMj7rEtpEvrs,10
|
|
5
|
+
alembic3d-0.0.1.dist-info/RECORD,,
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
alembic3d
|