glass-engine
Advanced tools
| Metadata-Version: 2.4 | ||
| Name: glass_engine | ||
| Version: 0.1.61 | ||
| Version: 0.1.62 | ||
| Summary: An easy-to-use 3D rendering engine for Python | ||
@@ -14,4 +14,4 @@ Home-page: https://github.com/Time-Coder/Glass-Engine | ||
| License-File: LICENSE | ||
| Requires-Dist: python-glass==0.1.61 | ||
| Requires-Dist: assimpy>=5.4.3 | ||
| Requires-Dist: python-glass==0.1.62 | ||
| Requires-Dist: assimpy>=5.4.3.1 | ||
| Requires-Dist: pytweening | ||
@@ -18,0 +18,0 @@ Dynamic: author |
@@ -1,3 +0,3 @@ | ||
| python-glass==0.1.61 | ||
| assimpy>=5.4.3 | ||
| python-glass==0.1.62 | ||
| assimpy>=5.4.3.1 | ||
| pytweening |
@@ -1,2 +0,2 @@ | ||
| __version__ = "0.1.61" | ||
| __version__ = "0.1.62" | ||
@@ -3,0 +3,0 @@ from .Scene import Scene |
+1
-1
| MIT License | ||
| Copyright (c) 2023-2024 王炳辉 (binghui.wang@foxmail.com) | ||
| Copyright (c) 2023-2025 王炳辉 (binghui.wang@foxmail.com) | ||
@@ -5,0 +5,0 @@ Permission is hereby granted, free of charge, to any person obtaining a copy |
+3
-3
| Metadata-Version: 2.4 | ||
| Name: glass_engine | ||
| Version: 0.1.61 | ||
| Version: 0.1.62 | ||
| Summary: An easy-to-use 3D rendering engine for Python | ||
@@ -14,4 +14,4 @@ Home-page: https://github.com/Time-Coder/Glass-Engine | ||
| License-File: LICENSE | ||
| Requires-Dist: python-glass==0.1.61 | ||
| Requires-Dist: assimpy>=5.4.3 | ||
| Requires-Dist: python-glass==0.1.62 | ||
| Requires-Dist: assimpy>=5.4.3.1 | ||
| Requires-Dist: pytweening | ||
@@ -18,0 +18,0 @@ Dynamic: author |
+3
-3
@@ -25,3 +25,3 @@ import setuptools | ||
| name="glass_engine", | ||
| version="0.1.61", | ||
| version="0.1.62", | ||
| author="王炳辉 (BingHui-WANG)", | ||
@@ -40,4 +40,4 @@ author_email="binghui.wang@foxmail.com", | ||
| install_requires=[ | ||
| "python-glass==0.1.61", | ||
| "assimpy>=5.4.3", | ||
| "python-glass==0.1.62", | ||
| "assimpy>=5.4.3.1", | ||
| "pytweening" | ||
@@ -44,0 +44,0 @@ ], |
Alert delta unavailable
Currently unable to show alert delta for PyPI packages.
1043642
0