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.
Files changed (55) hide show
  1. {pyvrml97-2.3.4b1 → pyvrml97-2.3.4b3}/PKG-INFO +1 -1
  2. {pyvrml97-2.3.4b1 → pyvrml97-2.3.4b3}/PyVRML97.egg-info/PKG-INFO +1 -1
  3. {pyvrml97-2.3.4b1 → pyvrml97-2.3.4b3}/vrml/__init__.py +1 -1
  4. {pyvrml97-2.3.4b1 → pyvrml97-2.3.4b3}/MANIFEST.in +0 -0
  5. {pyvrml97-2.3.4b1 → pyvrml97-2.3.4b3}/PyVRML97.egg-info/SOURCES.txt +0 -0
  6. {pyvrml97-2.3.4b1 → pyvrml97-2.3.4b3}/PyVRML97.egg-info/dependency_links.txt +0 -0
  7. {pyvrml97-2.3.4b1 → pyvrml97-2.3.4b3}/PyVRML97.egg-info/not-zip-safe +0 -0
  8. {pyvrml97-2.3.4b1 → pyvrml97-2.3.4b3}/PyVRML97.egg-info/requires.txt +0 -0
  9. {pyvrml97-2.3.4b1 → pyvrml97-2.3.4b3}/PyVRML97.egg-info/top_level.txt +0 -0
  10. {pyvrml97-2.3.4b1 → pyvrml97-2.3.4b3}/README.rst +0 -0
  11. {pyvrml97-2.3.4b1 → pyvrml97-2.3.4b3}/license.txt +0 -0
  12. {pyvrml97-2.3.4b1 → pyvrml97-2.3.4b3}/pyproject.toml +0 -0
  13. {pyvrml97-2.3.4b1 → pyvrml97-2.3.4b3}/requirements.txt +0 -0
  14. {pyvrml97-2.3.4b1 → pyvrml97-2.3.4b3}/setup.cfg +0 -0
  15. {pyvrml97-2.3.4b1 → pyvrml97-2.3.4b3}/test-requirements.txt +0 -0
  16. {pyvrml97-2.3.4b1 → pyvrml97-2.3.4b3}/tests/test_fieldtypes.py +0 -0
  17. {pyvrml97-2.3.4b1 → pyvrml97-2.3.4b3}/tests/test_nodepath.py +0 -0
  18. {pyvrml97-2.3.4b1 → pyvrml97-2.3.4b3}/tests/test_olist.py +0 -0
  19. {pyvrml97-2.3.4b1 → pyvrml97-2.3.4b3}/tests/test_tostring.py +0 -0
  20. {pyvrml97-2.3.4b1 → pyvrml97-2.3.4b3}/tests/test_transformmatrix.py +0 -0
  21. {pyvrml97-2.3.4b1 → pyvrml97-2.3.4b3}/tox.ini +0 -0
  22. {pyvrml97-2.3.4b1 → pyvrml97-2.3.4b3}/vrml/_bytes.py +0 -0
  23. {pyvrml97-2.3.4b1 → pyvrml97-2.3.4b3}/vrml/arrays.py +0 -0
  24. {pyvrml97-2.3.4b1 → pyvrml97-2.3.4b3}/vrml/cache.py +0 -0
  25. {pyvrml97-2.3.4b1 → pyvrml97-2.3.4b3}/vrml/copier.py +0 -0
  26. {pyvrml97-2.3.4b1 → pyvrml97-2.3.4b3}/vrml/csscolors.py +0 -0
  27. {pyvrml97-2.3.4b1 → pyvrml97-2.3.4b3}/vrml/event.py +0 -0
  28. {pyvrml97-2.3.4b1 → pyvrml97-2.3.4b3}/vrml/field.py +0 -0
  29. {pyvrml97-2.3.4b1 → pyvrml97-2.3.4b3}/vrml/fieldtypes.py +0 -0
  30. {pyvrml97-2.3.4b1 → pyvrml97-2.3.4b3}/vrml/node.py +0 -0
  31. {pyvrml97-2.3.4b1 → pyvrml97-2.3.4b3}/vrml/nodepath.py +0 -0
  32. {pyvrml97-2.3.4b1 → pyvrml97-2.3.4b3}/vrml/olist.py +0 -0
  33. {pyvrml97-2.3.4b1 → pyvrml97-2.3.4b3}/vrml/protofunctions.py +0 -0
  34. {pyvrml97-2.3.4b1 → pyvrml97-2.3.4b3}/vrml/protonamespace.py +0 -0
  35. {pyvrml97-2.3.4b1 → pyvrml97-2.3.4b3}/vrml/route.py +0 -0
  36. {pyvrml97-2.3.4b1 → pyvrml97-2.3.4b3}/vrml/vrml200x/__init__.py +0 -0
  37. {pyvrml97-2.3.4b1 → pyvrml97-2.3.4b3}/vrml/vrml200x/parser.py +0 -0
  38. {pyvrml97-2.3.4b1 → pyvrml97-2.3.4b3}/vrml/vrml97/__init__.py +0 -0
  39. {pyvrml97-2.3.4b1 → pyvrml97-2.3.4b3}/vrml/vrml97/_transformmatrix.py +0 -0
  40. {pyvrml97-2.3.4b1 → pyvrml97-2.3.4b3}/vrml/vrml97/_transformmatrix_accel.py +0 -0
  41. {pyvrml97-2.3.4b1 → pyvrml97-2.3.4b3}/vrml/vrml97/basenamespaces.py +0 -0
  42. {pyvrml97-2.3.4b1 → pyvrml97-2.3.4b3}/vrml/vrml97/basenodes.py +0 -0
  43. {pyvrml97-2.3.4b1 → pyvrml97-2.3.4b3}/vrml/vrml97/linearise.py +0 -0
  44. {pyvrml97-2.3.4b1 → pyvrml97-2.3.4b3}/vrml/vrml97/nodepath.py +0 -0
  45. {pyvrml97-2.3.4b1 → pyvrml97-2.3.4b3}/vrml/vrml97/nodetypes.py +0 -0
  46. {pyvrml97-2.3.4b1 → pyvrml97-2.3.4b3}/vrml/vrml97/nurbs.py +0 -0
  47. {pyvrml97-2.3.4b1 → pyvrml97-2.3.4b3}/vrml/vrml97/parseprocessor.py +0 -0
  48. {pyvrml97-2.3.4b1 → pyvrml97-2.3.4b3}/vrml/vrml97/parser.py +0 -0
  49. {pyvrml97-2.3.4b1 → pyvrml97-2.3.4b3}/vrml/vrml97/scenegraph.py +0 -0
  50. {pyvrml97-2.3.4b1 → pyvrml97-2.3.4b3}/vrml/vrml97/script.py +0 -0
  51. {pyvrml97-2.3.4b1 → pyvrml97-2.3.4b3}/vrml/vrml97/shaders.py +0 -0
  52. {pyvrml97-2.3.4b1 → pyvrml97-2.3.4b3}/vrml/vrml97/transformmatrix.py +0 -0
  53. {pyvrml97-2.3.4b1 → pyvrml97-2.3.4b3}/vrml/weakkeydictfix.py +0 -0
  54. {pyvrml97-2.3.4b1 → pyvrml97-2.3.4b3}/vrml/weaklist.py +0 -0
  55. {pyvrml97-2.3.4b1 → pyvrml97-2.3.4b3}/vrml/weaktuple.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: PyVRML97
3
- Version: 2.3.4b1
3
+ Version: 2.3.4b3
4
4
  Summary: VRML97 Scenegraph model for Python
5
5
  Author-email: "Mike C. Fletcher" <mcfletch@vrplumber.com>
6
6
  License: BSD-style, see license.txt for details
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: PyVRML97
3
- Version: 2.3.4b1
3
+ Version: 2.3.4b3
4
4
  Summary: VRML97 Scenegraph model for Python
5
5
  Author-email: "Mike C. Fletcher" <mcfletch@vrplumber.com>
6
6
  License: BSD-style, see license.txt for details
@@ -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.4b1"
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