You're Invited:Meet the Socket Team at RSAC and BSidesSF 2026, March 23–26.RSVP
Socket
Book a DemoSign in
Socket

glass-engine

Package Overview
Dependencies
Maintainers
1
Versions
56
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

glass-engine - pypi Package Compare versions

Comparing version
0.1.61
to
0.1.62
+3
-3
glass_engine.egg-info/PKG-INFO
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

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

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

@@ -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 @@ ],