simple-carla 2.3.2__py2.py3-none-any.whl → 2.3.3__py2.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.
simple_carla/__init__.py CHANGED
@@ -1,6 +1,6 @@
1
1
  # simple_carla/__init__.py
2
2
  #
3
- # Copyright 2024 liyang <liyang@veronica>
3
+ # Copyright 2024 Leon Dionne <ldionne@dridesign.sh.cn>
4
4
  #
5
5
  # This program is free software; you can redistribute it and/or modify
6
6
  # it under the terms of the GNU General Public License as published by
@@ -240,7 +240,7 @@ from carla_backend import (
240
240
  )
241
241
 
242
242
 
243
- __version__ = "2.3.2"
243
+ __version__ = "2.3.3"
244
244
 
245
245
 
246
246
  # -------------------------------------------------------------------
@@ -1,6 +1,6 @@
1
1
  # simple_carla/plugin_dialog.py
2
2
  #
3
- # Copyright 2024 liyang <liyang@veronica>
3
+ # Copyright 2024 Leon Dionne <ldionne@dridesign.sh.cn>
4
4
  #
5
5
  """
6
6
  Provides a means to use Carla's plugin dialog to compile a plugin's
@@ -18,7 +18,7 @@ class CarlaPluginDialog():
18
18
  """
19
19
  Wrapper for Carla's native plugin selection dialog.
20
20
  This is a singleton class. You may call the constructor repatedly, and it will
21
- usethe same instance for the life of the program.
21
+ use the same instance for the life of the program.
22
22
  """
23
23
  _instance = None
24
24
  _carla_felib = None
simple_carla/qt.py CHANGED
@@ -1,6 +1,6 @@
1
1
  # simple_carla/qt.py
2
2
  #
3
- # Copyright 2024 liyang <liyang@veronica>
3
+ # Copyright 2024 Leon Dionne <ldionne@dridesign.sh.cn>
4
4
  #
5
5
  # This program is free software; you can redistribute it and/or modify
6
6
  # it under the terms of the GNU General Public License as published by
@@ -1,11 +1,10 @@
1
- Metadata-Version: 2.4
1
+ Metadata-Version: 2.1
2
2
  Name: simple_carla
3
- Version: 2.3.2
3
+ Version: 2.3.3
4
4
  Summary: An easy-to-use, object-oriented interface to the carla plugin host.
5
5
  Author-email: Leon Dionne <ldionne@dridesign.sh.cn>
6
6
  Description-Content-Type: text/markdown
7
7
  Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
8
- License-File: LICENSE
9
8
  Requires-Dist: numpy
10
9
  Requires-Dist: log_soso
11
10
  Requires-Dist: PyQt5
@@ -0,0 +1,10 @@
1
+ simple_carla/__init__.py,sha256=sN0PZ45zL3Z6er6P5SFlqeFeqdNdPrG9Z-lGmbDGB54,111188
2
+ simple_carla/plugin_dialog.py,sha256=XPlskS2SWyTqiuW4po6QsMyk3Z-XpVvJAfN27ZpkqtI,1512
3
+ simple_carla/qt.py,sha256=kFM4GPMWOWb6d2-zjPLLF_IrLEgyCbedmuvXjK6Fqho,15649
4
+ simple_carla/scripts/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
5
+ simple_carla/scripts/sc_plugin_def.py,sha256=CVseichHuDCmGeD8v7CfHweeyHHXI60-RcvzU8OILqo,2214
6
+ simple_carla-2.3.3.dist-info/entry_points.txt,sha256=oqJRVQXTCIUOmspGNnqDWq9mhz397uoRMQQOhBFbIcs,73
7
+ simple_carla-2.3.3.dist-info/LICENSE,sha256=ljOS4DjXvqEo5VzGfdaRwgRZPbNScGBmfwyC8PChvmQ,32422
8
+ simple_carla-2.3.3.dist-info/WHEEL,sha256=j3d_2VkBU36k09xOc4O9RZyJJ8uFqn4BR2AtKD7MOp8,99
9
+ simple_carla-2.3.3.dist-info/METADATA,sha256=15c1DnL67V96NLF_9WrhysyTu7omFnTRigGZoOppgFE,1717
10
+ simple_carla-2.3.3.dist-info/RECORD,,
@@ -1,5 +1,5 @@
1
1
  Wheel-Version: 1.0
2
- Generator: flit 3.12.0
2
+ Generator: flit 3.6.0
3
3
  Root-Is-Purelib: true
4
4
  Tag: py2-none-any
5
5
  Tag: py3-none-any
@@ -1,10 +0,0 @@
1
- simple_carla/__init__.py,sha256=vnaDXh1Rsfb0QCWbImKtXyB9UgHjT8n25UdWdZP6Big,111175
2
- simple_carla/plugin_dialog.py,sha256=uof7YSqVEjgUrWqF-bo76hegsecIOtu6aZr03kdNrKQ,1498
3
- simple_carla/qt.py,sha256=8J56Zagbh9ip_HGkhqcNQR36JC8YrUsR4H0QIlhPWIA,15636
4
- simple_carla/scripts/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
5
- simple_carla/scripts/sc_plugin_def.py,sha256=CVseichHuDCmGeD8v7CfHweeyHHXI60-RcvzU8OILqo,2214
6
- simple_carla-2.3.2.dist-info/entry_points.txt,sha256=oqJRVQXTCIUOmspGNnqDWq9mhz397uoRMQQOhBFbIcs,73
7
- simple_carla-2.3.2.dist-info/licenses/LICENSE,sha256=ljOS4DjXvqEo5VzGfdaRwgRZPbNScGBmfwyC8PChvmQ,32422
8
- simple_carla-2.3.2.dist-info/WHEEL,sha256=Dyt6SBfaasWElUrURkknVFAZDHSTwxg3PaTza7RSbkY,100
9
- simple_carla-2.3.2.dist-info/METADATA,sha256=TmpI6h38JlwUxsuifu9GrNbuBO5z7iXfp6ZGB9UnuMU,1739
10
- simple_carla-2.3.2.dist-info/RECORD,,