PyVRML97 2.3.4b1__tar.gz → 2.3.4b3__tar.gz
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.
- {pyvrml97-2.3.4b1 → pyvrml97-2.3.4b3}/PKG-INFO +1 -1
- {pyvrml97-2.3.4b1 → pyvrml97-2.3.4b3}/PyVRML97.egg-info/PKG-INFO +1 -1
- {pyvrml97-2.3.4b1 → pyvrml97-2.3.4b3}/vrml/__init__.py +1 -1
- {pyvrml97-2.3.4b1 → pyvrml97-2.3.4b3}/MANIFEST.in +0 -0
- {pyvrml97-2.3.4b1 → pyvrml97-2.3.4b3}/PyVRML97.egg-info/SOURCES.txt +0 -0
- {pyvrml97-2.3.4b1 → pyvrml97-2.3.4b3}/PyVRML97.egg-info/dependency_links.txt +0 -0
- {pyvrml97-2.3.4b1 → pyvrml97-2.3.4b3}/PyVRML97.egg-info/not-zip-safe +0 -0
- {pyvrml97-2.3.4b1 → pyvrml97-2.3.4b3}/PyVRML97.egg-info/requires.txt +0 -0
- {pyvrml97-2.3.4b1 → pyvrml97-2.3.4b3}/PyVRML97.egg-info/top_level.txt +0 -0
- {pyvrml97-2.3.4b1 → pyvrml97-2.3.4b3}/README.rst +0 -0
- {pyvrml97-2.3.4b1 → pyvrml97-2.3.4b3}/license.txt +0 -0
- {pyvrml97-2.3.4b1 → pyvrml97-2.3.4b3}/pyproject.toml +0 -0
- {pyvrml97-2.3.4b1 → pyvrml97-2.3.4b3}/requirements.txt +0 -0
- {pyvrml97-2.3.4b1 → pyvrml97-2.3.4b3}/setup.cfg +0 -0
- {pyvrml97-2.3.4b1 → pyvrml97-2.3.4b3}/test-requirements.txt +0 -0
- {pyvrml97-2.3.4b1 → pyvrml97-2.3.4b3}/tests/test_fieldtypes.py +0 -0
- {pyvrml97-2.3.4b1 → pyvrml97-2.3.4b3}/tests/test_nodepath.py +0 -0
- {pyvrml97-2.3.4b1 → pyvrml97-2.3.4b3}/tests/test_olist.py +0 -0
- {pyvrml97-2.3.4b1 → pyvrml97-2.3.4b3}/tests/test_tostring.py +0 -0
- {pyvrml97-2.3.4b1 → pyvrml97-2.3.4b3}/tests/test_transformmatrix.py +0 -0
- {pyvrml97-2.3.4b1 → pyvrml97-2.3.4b3}/tox.ini +0 -0
- {pyvrml97-2.3.4b1 → pyvrml97-2.3.4b3}/vrml/_bytes.py +0 -0
- {pyvrml97-2.3.4b1 → pyvrml97-2.3.4b3}/vrml/arrays.py +0 -0
- {pyvrml97-2.3.4b1 → pyvrml97-2.3.4b3}/vrml/cache.py +0 -0
- {pyvrml97-2.3.4b1 → pyvrml97-2.3.4b3}/vrml/copier.py +0 -0
- {pyvrml97-2.3.4b1 → pyvrml97-2.3.4b3}/vrml/csscolors.py +0 -0
- {pyvrml97-2.3.4b1 → pyvrml97-2.3.4b3}/vrml/event.py +0 -0
- {pyvrml97-2.3.4b1 → pyvrml97-2.3.4b3}/vrml/field.py +0 -0
- {pyvrml97-2.3.4b1 → pyvrml97-2.3.4b3}/vrml/fieldtypes.py +0 -0
- {pyvrml97-2.3.4b1 → pyvrml97-2.3.4b3}/vrml/node.py +0 -0
- {pyvrml97-2.3.4b1 → pyvrml97-2.3.4b3}/vrml/nodepath.py +0 -0
- {pyvrml97-2.3.4b1 → pyvrml97-2.3.4b3}/vrml/olist.py +0 -0
- {pyvrml97-2.3.4b1 → pyvrml97-2.3.4b3}/vrml/protofunctions.py +0 -0
- {pyvrml97-2.3.4b1 → pyvrml97-2.3.4b3}/vrml/protonamespace.py +0 -0
- {pyvrml97-2.3.4b1 → pyvrml97-2.3.4b3}/vrml/route.py +0 -0
- {pyvrml97-2.3.4b1 → pyvrml97-2.3.4b3}/vrml/vrml200x/__init__.py +0 -0
- {pyvrml97-2.3.4b1 → pyvrml97-2.3.4b3}/vrml/vrml200x/parser.py +0 -0
- {pyvrml97-2.3.4b1 → pyvrml97-2.3.4b3}/vrml/vrml97/__init__.py +0 -0
- {pyvrml97-2.3.4b1 → pyvrml97-2.3.4b3}/vrml/vrml97/_transformmatrix.py +0 -0
- {pyvrml97-2.3.4b1 → pyvrml97-2.3.4b3}/vrml/vrml97/_transformmatrix_accel.py +0 -0
- {pyvrml97-2.3.4b1 → pyvrml97-2.3.4b3}/vrml/vrml97/basenamespaces.py +0 -0
- {pyvrml97-2.3.4b1 → pyvrml97-2.3.4b3}/vrml/vrml97/basenodes.py +0 -0
- {pyvrml97-2.3.4b1 → pyvrml97-2.3.4b3}/vrml/vrml97/linearise.py +0 -0
- {pyvrml97-2.3.4b1 → pyvrml97-2.3.4b3}/vrml/vrml97/nodepath.py +0 -0
- {pyvrml97-2.3.4b1 → pyvrml97-2.3.4b3}/vrml/vrml97/nodetypes.py +0 -0
- {pyvrml97-2.3.4b1 → pyvrml97-2.3.4b3}/vrml/vrml97/nurbs.py +0 -0
- {pyvrml97-2.3.4b1 → pyvrml97-2.3.4b3}/vrml/vrml97/parseprocessor.py +0 -0
- {pyvrml97-2.3.4b1 → pyvrml97-2.3.4b3}/vrml/vrml97/parser.py +0 -0
- {pyvrml97-2.3.4b1 → pyvrml97-2.3.4b3}/vrml/vrml97/scenegraph.py +0 -0
- {pyvrml97-2.3.4b1 → pyvrml97-2.3.4b3}/vrml/vrml97/script.py +0 -0
- {pyvrml97-2.3.4b1 → pyvrml97-2.3.4b3}/vrml/vrml97/shaders.py +0 -0
- {pyvrml97-2.3.4b1 → pyvrml97-2.3.4b3}/vrml/vrml97/transformmatrix.py +0 -0
- {pyvrml97-2.3.4b1 → pyvrml97-2.3.4b3}/vrml/weakkeydictfix.py +0 -0
- {pyvrml97-2.3.4b1 → pyvrml97-2.3.4b3}/vrml/weaklist.py +0 -0
- {pyvrml97-2.3.4b1 → pyvrml97-2.3.4b3}/vrml/weaktuple.py +0 -0
|
@@ -17,6 +17,6 @@ standard. For instance, the vrml.vrml97.basenodes
|
|
|
17
17
|
file contains the "prototypes" for most of the
|
|
18
18
|
built-in nodes in the official specification.
|
|
19
19
|
"""
|
|
20
|
-
__version__ = "2.3.
|
|
20
|
+
__version__ = "2.3.4b3"
|
|
21
21
|
__author__ = "Michael Colin Fletcher"
|
|
22
22
|
__license__ = "BSD-style, see license.txt for details"
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|